-
To get the version of what Windows you are running you can click on Start, Run and then type in Winver. It will tell you what version you are running....
-
net stop w32time
w32tm /unregister
w32tm /register
net start w32time
w32tm /resync...
-
# November 28, 2017 - TJY
# Generate a list of Bitlocker recovery keys and display them at the command prompt.
#
# Identify all the Bitlocker volumes.
$BitlockerVolumers = Get-BitLockerVolume
# For each volume, ge...
-
Unlock the user at https://security.microsoft.com/restrictedusers...
-
https://docs.microsoft.com/en-us/exchange/mail-flow-best-practices/use-directory-based-edge-blocking...
-
Windows Servers have a problem with c:\windows\winsxs. It gets filled with huge amounts of data that can be cleared out. To clear it out run from an admin dos prompt
dism /online /Cleanup-Image /StartComponentCleanup...
-
When you unzip a file with Windows Unzip, The folder shows empty.
To fix go to folder options, view, Launch Folder Windows in Separate Process ...