Windows Script Host run.vbs Error on Startup fix
Описание
#windows script error
Fix – 2 Alter the default value of VBS
Registry path: Computer\HKEY_CLASSES_ROOT\.vbs
Fix 3 – Delete the entries after userinit.exe
Registry path: Computer\HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon
Fix 5 – Alter the registry with CMD
reg add "HKLMSoftwareMicrosoftWindows NTCurrentVersionWinlogon" /v "Shell" /t REG_SZ /d "explorer.exe" /f
reg add "HKLMSoftwareMicrosoftWindows NTCurrentVersionWinlogon" /v "Userinit" /t REG_SZ /d "C:WindowsSystem32userinit.exe," /f
reg add "HKLMSoftwareWow6432NodeMicrosoftWindows NTCurrentVersionWinlogon" /v "Shell" /t REG_SZ /d "explorer.exe" /f
Fix 6 – Use AutoRuns to identify and delete
Link : https://docs.microsoft.com/en-us/sysinternals/downloads/autoruns
Рекомендуемые видео

















