Monday, June 17, 2013

HOWTO: Enable AppLocker cmdlet in PowerShell

To use the AppLocker cmdlets, you must first import the AppLocker module by using the following command at the PowerShell command prompt:

C:\PS> Import-Module AppLocker


Note: Scripting must be enabled on the computer.

That's it!

Wednesday, May 15, 2013

How to Reset Local Group Policy to Default in Vista, Windows 7, and Windows 8

To Reset "Local Group Policy" to Default in a Command Prompt at Boot


1. Logon as local Administrator

2. Open an elevated command prompt ("Run as Administrator")

3. In the command prompt, type the command below, and press Enter.

RD /S /Q "C:\Windows\System32\GroupPolicy"

4. In the command prompt, type the command below, and press Enter.

RD /S /Q "C:\Windows\System32\GroupPolicyUsers"

5. Restart the computer.

All done. The Local Group Policy Editor has now been reset back to default.


Source: http://www.sevenforums.com/tutorials/214461-local-group-policy-reset-default.html