Loading greeting...

Loading date and time...

Latest Updates from Knowledge for Blind

Video visual
Video 1 / 10

MS Word 365 Mein Text Size Change Kaise Karein? 4 Easy Methods!

20 views
Video visual
Video 2 / 10

How to Set, Change & Remove Password in MS Word 365 (Har Koi Sikh Jayega!)

41 views
Video visual
Video 3 / 10

MS Word Me Startup Screen ON/OFF Kaise Karein? Open Direct Blank Page Every Time!

33 views
Video visual
Video 4 / 10

MS Word 365 Me File Save Kaise Karein? | How to Save File in MS Word Quick & Easy Guide!

39 views
Video visual
Video 5 / 10

MS Word File Menu (Backstage View) Explained in Urdu!

45 views
Video visual
Video 6 / 10

How to Insert Photo in MS Word? MS Word Me Picture/Photo Kaise Add Karein? part1

56 views
Video visual
Video 7 / 10

MS Word Fast Selection Tricks: Ghanton ka kaam minto me karein!

69 views
Video visual
Video 8 / 10

MS Word Reading Commands: Screen Reader Ke Liye Zaroori Shortcuts!

101 views
Video visual
Video 9 / 10

How To Learn Keyboard Keys For Blind Users! | Keyboard Ka Ek Ek Button Yaad Kasay Karain?

75 views
Video visual
Video 10 / 10

Types of Keyboard Explained! Keyboard Ki Mukhtalif Aksam!

33 views

Useful Code and Script for Run_History

shell command off

reg delete “HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\RunMRU” /va /f; powershell -Command “Set-ItemProperty -Path ‘HKCU:\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced’ -Name ‘Start_TrackProgs’ -Value 0”; taskkill /f /im explorer.exe; start explorer.exe

shell command on

powershell -Command “Set-ItemProperty -Path ‘HKCU:\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced’ -Name ‘Start_TrackProgs’ -Value 1”; taskkill /f /im explorer.exe; start explorer.exe

Run_History_OFF.bat

@echo off
:: Admin permission check
net session >nul 2>&1
if %errorLevel% == 0 (
echo System ki privacy settings update ho rahi hain…

:: Run history ko mita raha hai
reg delete “HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\RunMRU” /va /f

:: Tracking switch ko OFF (0) kar raha hai
powershell -Command “Set-ItemProperty -Path ‘HKCU:\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced’ -Name ‘Start_TrackProgs’ -Value 0”

:: Explorer ko restart kar raha hai settings apply karne ke liye
taskkill /f /im explorer.exe
start explorer.exe

echo.
echo [MUBARAK HO] Run History OFF ho chuki hai!
) else (
echo ERROR: Baraye meharbani is file par Right-Click karein aur ‘Run as Administrator’ chunein.
)
pause

Run_History_ON.bat

@echo off
:: Admin permission check
net session >nul 2>&1
if %errorLevel% == 0 (
echo System ki history settings wapis ON ho rahi hain…

:: Tracking switch ko ON (1) kar raha hai
powershell -Command “Set-ItemProperty -Path ‘HKCU:\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced’ -Name ‘Start_TrackProgs’ -Value 1”

:: Explorer ko restart kar raha hai
taskkill /f /im explorer.exe
start explorer.exe

echo.
echo [DONE] Run History dobara ON ho chuki hai.
) else (
echo ERROR: Baraye meharbani is file par Right-Click karein aur ‘Run as Administrator’ chunein.
)
pause

Support & Donation (JazzCash)

Hamara sath dein taake hum apna kaam jari rakh sakein

Kitni raqam donate karna chahte hain?