Loading greeting...

Loading date and time...

Latest Updates from Knowledge for Blind

Video visual
Video 1 / 10

PC Privacy ka sab se bara raaz! Ab Run History khud saaf hogi! Part4

14 views
Video visual
Video 2 / 10

Stop Online Fraud! | Digital Security Master Class 2026!

37 views
Video visual
Video 3 / 10

Run Box History Safaya: CMD aur PowerShell ka Professional Use! Part3

38 views
Video visual
Video 4 / 10

Internet Kaise Chalta Hai? Samundar ke Neeche Ka Chupa Hua Jaal!

31 views
Video visual
Video 5 / 10

Run Command History Cleanup: Ek Ek Kar Ke Delete Karein (For Windows Users)! Part2

42 views
Video visual
Video 6 / 10

Browser Wars 2026: Kaunsa Browser Aapka Data Bech Raha Hai? Es Video Main Dekhain!

25 views
Video visual
Video 7 / 10

Sirf Ek Click Aur Saaray Kaam Shuru! Amazing Windows Hack!

51 views
Video visual
Video 8 / 10

Free Wi-Fi... Ya Aapka Data Chori? es Video main Haqeeqat Jan Lain!

45 views
Video visual
Video 9 / 10

How to Convert Video to Audio Using Sonarpad! | How to Use Sonarpad as a Media Player!

43 views
Video visual
Video 10 / 10

PDF Kasay Kaam Karta Hai? | The Secret Science of PDF!

22 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?