Loading |
VBScript |
JavaScript |
Powershell |
Search Options: Delete an Authorized ApplicationContent of Delete an Authorized Application.vbsMD5 Hash: 874585546E3A7BDAB7B8B4E7E6FDECD6 |
||
' Description: Deletes Freecell.exe from the list of authorized applications in the Windows Firewall current profile.
Set objFirewall = CreateObject("HNetCfg.FwMgr") Set objPolicy = objFirewall.LocalPolicy.CurrentProfile Set colApplications = objPolicy.AuthorizedApplications errReturn = colApplications.Remove("c:\windows\system32\freecell.exe") | ||
© 2008 - 2013 Boris Toll :: Scripts available: 6.481 :: :: scriptbox.toll.at :: :: powered by www.toll.at :: |