Tag Archives: Windows

Remove Microsoft XPS Document Writer

To remove the ‘Microsoft XPS Document Writer’ printer within Windows Server 2008, run the following command:

cscript C:WindowsSystem32Printing_Admin_Scriptsen-USprnmngr.vbs -d -p “Microsoft XPS Document Writer”

This command can be used for any other local printer that needs to be removed, eg. ‘Send to OneNote’

Install Windows 8.1 with Windows 8 key

Usually, we can upgrade win 8 to win 8.1 via windows store.
But for this kind of major update, to perform a clean install is a better idea.
We can follow below steps to install win 8.1 with win 8 key:

1. Download Windows 8.1 Image from MS website
2. Create a USB installation disk
3. Install windows 8.1 with windows client key
GCRJD-8NW9H-F2CDX-CCM8D-9D6T9
4. After the installation is finished. Press Win+Break key, and change windows 8.1 key to your windows 8.0 key.

System will be activated automatically.

Enable IPC$ for Windows 8

Open regedit, and drill down to this key:

HKEY_LOCAL_MACHINESoftwareMicrosoftWindowsCurrentVersionPoliciesSystem

Under this key you will need to create a new DWORD value called:

LocalAccountTokenFilterPolicy

Set it to 1, and reboot.