Loading |
VBScript |
JavaScript |
Powershell |
Search Options: Disable the Guest AccountContent of Disable the Guest Account.vbsMD5 Hash: 4CB6E8C3FA373C9CF847A5084DD461F1 |
||
' Description: Uses the Shell object to disable the Guest account on the local computer.
Set objComputer = CreateObject("Shell.LocalMachine") objComputer.DisableGuest(0) | ||
© 2008 - 2013 Boris Toll :: Scripts available: 6.481 :: :: scriptbox.toll.at :: :: powered by www.toll.at :: |