08-16-2011, 12:09 PM
(This post was last modified: 08-16-2011, 12:25 PM by AceInfinity.)
I'm actually going to compile this script into a full system information script, including the areas for a list of programs installed (I'll look through the keys in the registry to find installed programs), and various other things as well.
If you need to allow access to run scripts btw use this command in powershell:
To view your Current setting:
And fragma, I didn't even realize that was you at first haha
Oh, for more clarification, hotfixes is a fancy word for your installed Windows update packages.
If you need to allow access to run scripts btw use this command in powershell:
Code:
set-executionpolicy remotesigned
To view your Current setting:
Code:
Get-ExecutionPolicy
And fragma, I didn't even realize that was you at first haha
(08-16-2011, 11:37 AM)Skream Wrote: I haven't got a clue what any of this is but it look very complex and interesting lol.
Good job? I think?
Oh, for more clarification, hotfixes is a fancy word for your installed Windows update packages.