Writing registry scripts
how to right registry script based on user
lock down most of the features of windows 10 , want to make pc similar to library computer which can run only 2 weblinks through explorer/
0 Comments
[ + ] Show comments
Answers (1)
Please log in to answer
Posted by:
SMal.tmcc
8 years ago
I do scripts to delete malware from the users
you need to run script as logged-in user
then call commands to modify registry thru a bat since I have about 50 lines of deletes
partial file
reg.exe delete hkcu\software\microsoft\windows\currentversion\run /v "StartNow Search Protect" /f
reg.exe delete hkcu\software\microsoft\windows\currentversion\run /v "Desk 365" /f
reg.exe delete hkcu\software\microsoft\windows\currentversion\run /v treasure /f
reg.exe delete hkcu\software\microsoft\windows\currentversion\run /v Keatugibocave /f
reg.exe delete hkcu\software\microsoft\windows\currentversion\run /v PCShowServer /f
reg.exe delete hkcu\software\microsoft\windows\currentversion\run /v APISupport /f
reg.exe delete hkcu\software\microsoft\windows\currentversion\run /v svchost /f
you need to run script as logged-in user
then call commands to modify registry thru a bat since I have about 50 lines of deletes
partial file
reg.exe delete hkcu\software\microsoft\windows\currentversion\run /v "StartNow Search Protect" /f
reg.exe delete hkcu\software\microsoft\windows\currentversion\run /v "Desk 365" /f
reg.exe delete hkcu\software\microsoft\windows\currentversion\run /v treasure /f
reg.exe delete hkcu\software\microsoft\windows\currentversion\run /v Keatugibocave /f
reg.exe delete hkcu\software\microsoft\windows\currentversion\run /v PCShowServer /f
reg.exe delete hkcu\software\microsoft\windows\currentversion\run /v APISupport /f
reg.exe delete hkcu\software\microsoft\windows\currentversion\run /v svchost /f