Server 2012 Windows Update Not Working – CBS called Error with 0x800f0922
Today I came across a Windows 2012 Server where Windows Update was not working. The server would go to install the updates get about 90%…
Today I came across a Windows 2012 Server where Windows Update was not working. The server would go to install the updates get about 90%…
With the introduction of Windows 8, Microsoft have made the default launch app when you login to this version, the Metro start page.
Bit of an old tip but I could never remember the exact reg path so added it here. In order to enable remote desktop remotely…
To Export a List of Windows Services which are set to auto in PowerShell run the following command :- get-WmiObject Win32_service | Where-Object {$_.Startmode -contains…
If deploying to Windows 7 it fails then carry out the following : 1) Disable Windows Firewall 2) Start Remote Registry Now try again. Should…
In Windows 8 you might see the error message when you try to activate Windows couldn’t be activated Go to Control Panel to learn about…
Server 2008 net stop “System Event Notification Service” net stop “Background Intelligent Transfer Service” net stop “COM+ Event System” net stop “Microsoft Software Shadow Copy…
A neat little command to dump out the whole of Active Directory users email addresses to the root of c: can be found below :-…