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% == … Read more