General Preparation
Windows 10 Clean Install Instructions
Product Key .vbs script (save to Desktop then run):
Set WshShell = CreateObject("WScript.Shell")
MsgBox ConvertToKey(WshShell.RegRead("HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\DigitalProductId"))
Function ConvertToKey(Key)
Const KeyOffset = 52
i = 28
Chars = "BCDFGHJKMPQRTVWXY2346789"
Do
Cur = 0
x = 14
Do
Cur = Cur * 256
Cur = Key(x + KeyOffset) + Cur
Key(x + KeyOffset) = (Cur \ 24) And 255
Cur = Cur Mod 24
x = x -1
Loop While x >= 0
i = i -1
KeyOutput = Mid(Chars, Cur + 1, 1) & KeyOutput
If (((29 - i) Mod 6) = 0) And (i <> -1) Then
i = i -1
KeyOutput = "-" & KeyOutput
End If
Loop While i >= 0
ConvertToKey = KeyOutput
End Function
Make a bootable USB drive:
Pre-install and backups
Use Belarc Advisor to get an inventory of programs on the computer
For Microsoft Office:
Backup user data
Installation
Use ISO boot instructions listed above
Post-install Cleanup
Mostly compiled 23 April 2016
Network
2nd Hard Drive not recognized - Follow these steps
Enable Remote Desktop for Windows 10 Pro:
Need to use xfreerdp for Remote Desktop Connection from Linux
Add shortcuts to start menu:
Restore File Explorer to Taskbar
How to Make Windows Photo Viewer Default image viewer
Add Shortcut to Internet Explorer:
Turn on Backups:
To restore a file:
Disable Auto Restart:
The following procedure seemed to work, October 2016:
I made changes recently. Windows 10 downloads updates, applies them, says it will reboot, but it does not. I hate the threat that it's going to reboot, but I guess the settings I have applied are preventing it. Here's what I did... 1) Run 'gpedit.msc' 2) Under "Computer Configuration" -> "Administrative Templates" -> "Windows Components" -> "Windows Update"... 2a) Select "Configure Automatic Updates", select "enabled", select "4 - auto download and schedule the install", check "install during automatic maintenance" and select a time to install. I also checked "install updates for other MS products" 2b) Under "No auto-restart when logged on users for scheduled automatic updates" select "Enabled" 3) Run "gpupdate /force" This seems to work for Windows 10 Pro, which is what I'm using. I guess if you are running Windows 10 (whatever "home" is called), you're hosed.
Windows 10 stops responding when trying to unlock screensaver:
Startup Programs:
shell:Startup