Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
\HKEY_USERS\.DEFAULT\Software\Microsoft\Windows Script\Settings


Enabling the Administrator account on non-Domained machines.

Open a command prompt with administrative rights (Windows key, type 'cmd' (sans quotes) right click Command Prompt and select Run as Administrator.

In the command window type

Code Block
languagetext
net user Administrator

You should see Active set to false. Enable it with

Code Block
languagetext
net user Administrator /active:yes

Then run the first command again and confirm Active is now set. Then set the password with:

Code Block
languagetext
net user Administrator *

And type 'exit' to close the window.

Windows 7 and 2008 R2 not submitting audit using HTTPS

...