Code Snippets by Spartacus
(5)
Snippet checks for the enabled status of microsoft updates and returns certain information about the updates management. Usage examples provided in the comments.
Information is contained within the snippets comments.
I'll keep it as short and sweet as possible. This script makes use of HNetCfg.FwMgr to turn your firewall on or off, by using "/firewall on" or "/firewall off" respectively. Initially..
Usage: /services
Result of use:
Opens window @services if not already open.
(If the window was previously opened, it clears the buffer)
Then the script proceeds to list all currently running services..
Usage: /processes
Result of use:
If a window of the name @processes is not open, the script opens it and populates it with a list of all currently running processes in your machine. In the event that..