@echo off
title Jai Computers - Office / Hindi / PDF Help
color 0A
echo Jai Computers Osian - Office / Hindi Typing / PDF Help
echo.
net session >nul 2>&1
if not "%errorlevel%"=="0" (
  echo Admin permission required. UAC prompt open ho raha hai...
  powershell -NoProfile -ExecutionPolicy Bypass -Command "Start-Process -FilePath '%~f0' -Verb RunAs"
  exit /b
)
echo Admin mode: OK
echo.
echo Ye Word/Excel safe mode, Fonts, Typing settings aur printer settings open karega.
echo File corrupt ho to original file par experiment na karein, copy bana kar try karein.
echo.
pause
start winword /safe
start excel /safe
control fonts
start ms-settings:typing
control printers
echo.
echo Hindi font, PDF print as image, Excel slow ya activation issue ka screenshot WhatsApp karein.
pause
