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