![]() Loading |
| VBScript |
| JavaScript |
| Powershell |
Search Options: Disable the Guest Account
|
||
|
' 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 :: | ||