Configuring KMS Licensing for Windows and Office 2010 and 2013.
Category: Windows 2008
Enable/Disable DEP
Check DEP Status:
wmic os get dataexecutionprevention_supportpolicy
Diasable DEP:
bcdedit.exe /set {current} nx AlwaysOff
Enable DEP:
bcdedit.exe /set {current} nx AlwaysOn
Remove System Reserved Partition
Here’s How after installation:
Type:
bcdboot c:windows /s c:
You should get a message similar to:
Boot files successfully created.
Corrupt Task Scheduler Entries
Find the relevant task listed in the registry:
Take note of the Task ID and Name:
Find and delete the task in the following registry location:
HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsNTCurrentVersionScheduleTaskCacheTasks
Find and delete the corresponding tasks/files located in C:WindowsSystem32Tasks