1. Disable lock Screen
- Click on the Start Screen button Type gpedit.msc
- administrative templates – control panel – personalization
- Double click on Do not display lock screen
- Set to Enabled
2. Install .NET 3.5
There are still a lot of applications that are dependent on the older dot net frameworks.
- Click on start and click the down arrow
- Find and run Command Prompt (cmd.exe) as administrator
- In the command box type: (bes sure to update the path to the install media)
DISM /Online /Enable-Feature /FeatureName:NetFx3 /All /LimitAccess /Source:d:\sources\sxs
ref: http://msdn.microsoft.com/en-us/library/hh506443.aspx
Boot to desktop
- Right click on taskbar, choose properties
- Click on Navigation tab
- Place a check mark on “Go to the desktop instead of Start when I sign in”
4. Enable Remote Access
- Right click on the start button
- Choose System from the menu
- Click on Remote Settings
- Change the radio button to Allow remote connections to this computer.
Disable desktop Dim for admin prompt
- Go to Control Panel – System and Security – Change User Account Control Settings (at the top under the blue flag)
- Change slider to 3rd option
- Click OK
6. Disable system maintenance from waking up from S3 sleep
- Go to the Control Panel – System and Security – Action Center
- Click on Maintenance
- Change Maintenance Setting
- Uncheck “allow schedule maintenance to wake up my computer at the scheduled time”
- Click OK
To completely disable system maintenance:
-
Right click on Start Menu and choose “Computer Management”
-
Go to Task Scheduler – Task Scheduler Library – Microsoft – Windows – TaskScheduler
-
Right click and Disable Regular Maintenance.
7. Disable AutoPlay for all media and devices
- Move your mouse to the bottom right corner
- Click on the Settings (gear icon)
- At the bottom right corner click Change PC Settings
- click on AutoPlay
- Slide to Off
8. Install Hyper-V virtual machine support
Not all computers support this feature, but if you have hardware that supports SLAT
- Go to Control Panel – Programs
- Click on “Turn Windows features on or off
- Place a checkmark in Hyper-V
- Click OK to install.