Showing posts with label Windows 7. Show all posts
Showing posts with label Windows 7. Show all posts

Turning off Windows firewall using the command line

1)     Open an elevated command prompt 2)     Windows 7 a.      sc stop mpssvc 3)     Windows XP a.      sc stop sharedaccess ...

How to add a registry key using the command line

Use the REG ADD to add a subkey or entry to the registry Syntax: reg add <KeyName> [{/v ValueName | /ve}] [/t DataType] [/...