|
Post by bradley3398 on Dec 24, 2020 6:14:36 GMT -8
This is the code to create batch file paste it in a text document then save as select all files then take out .txt replace it with .bat run as admin paste it as is and you can put it in your startup folder as well paste it as a shortcut
:: Reload explorer to show applied changes
RUNDLL32.EXE user32.dll,UpdatePerUserSystemParameters
taskkill /f /im explorer.exe
start explorer.exe
:END
endlocal
|
|