Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
sysadmin:windows [2015/11/18 14:48]
pfowler
sysadmin:windows [2017/03/28 16:18] (current)
Line 1: Line 1:
 ==== Windows ==== ==== Windows ====
  
-[[ sysadmin:windows:powershell | PowerShell ]]+[[ sysadmin:scripting:powershell | PowerShell ]]
  
 === MSC Shortcuts === === MSC Shortcuts ===
Line 19: Line 19:
 |Remote Desktop ​  ​|tsmmc.msc ​  | |Remote Desktop ​  ​|tsmmc.msc ​  |
 |Terminal Server Manager ​  ​|tsadmin.exe ​  | |Terminal Server Manager ​  ​|tsadmin.exe ​  |
-|Windows Firewall ​  ​|control /name Microsoft.WindowsFirewall|+|Windows Firewall ​  ​|control /name Microsoft.WindowsFirewall ​  | 
 +|Control Panel   ​|control /name Microsoft.WindowsUpdate ​  | 
 +|Password Manager ​  ​|rundll32.exe keymgr.dll, KRSHowKeyMgr ​  |
  
 +=== Encrypting File System ===
 +
 +<​code>​
 +# Find out who can decrypt the files
 +cipher /C
 +
 +# Login as above, decrypt the files
 +cipher /D *.*
 +</​code>​
Print/export
QR Code
QR Code sysadmin:windows (generated for current page)