Posts in category: Software
Windows Update postponed option is grayed out

METHOD #1) GPEDIT.MSC Start / Run / gpedit.msc Computer Configuration / Administrative Templates / Windows Components / Windows Update No auto-restart with logged on users for scheduled automatic updates installations: Enabled Re-prompt for restart with scheduled installations: Enabled, wait period (minutes): 1440 METHOD #2) REGEDIT HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU DWORD (32-bit): NoAutoRebootWithLoggedOnUsers=1 ALTERNATIVE METHOD (disable in start up) […]

How to create WINPE ISOs & bootable USB drives.

PREREQUISITES:  Windows Assessment and Deployment Kit (Windows ADK) Windows Assessment and Deployment Kit (Windows ADK) for Windows 8.1 Update Right-click on “Deployment and Imaging Tools Environment” -> Run as Administrator. AMD64 HOW TO CREATE A WINPE_AMD64 ISO FILE copype amd64 C:\WINPE_AMD64 Makewinpemedia /iso C:\WINPE_AMD64 C:\WINPE_AMD64\WINPE_AMD64.iso HOW TO CREATE A BOOTABLE WINPE_AMD64 USB STICK copype amd64 C:\WINPE_AMD64 […]