-
Memory leak?
Have a look at this tool from Sysinternal https://technet.microsoft.com/en-us/sysinternals/ff700229.aspx
-
Missing nic driver in winpe boot image?
This is the best guide EVER http://www.niallbrady.com/2011/08/31/missing-nic-driver-in-winpe-boot-image-no-problem/
-
Start Enpoint Protection from command prompt
“C:\Program Files\Microsoft Security Client\msseces.exe”
-
SCCM client on Windows Core
To open the SCCM client control panel run the following command from the command prompt: %windir%\CCM\SMSCFGRC.cpl To Open the Software Center run the following command from the command prompt: %windir%\CCM\SCClient.exe
-
Hyper-V: Merge snapshot vhdx
If you because of a restore suddenly get stuck with one “disk0.vhdx” and one “disk0-snapshot.vhdx” virtual disk, and you are not able to merge them using Hyper-V Manager? You can merge them with PowerShell Merge-VHD -Path *PathToSnapshotFile*\disk0-snapshot.vhd -DestinationPath *PathToDestinationFile*\disk0.vhd ex: Merge-VHD -Path c:\VM\VM01\Virtual Hard Disks\disk0-snapshot.vhd -DestinationPath c:\VM\VM01\Virtual Hard Disks\disk0.vhd
-
Windows: Create a bootable USB flash drive
Source: http://technet.microsoft.com/en-us/library/jj200124.aspx
-
JAVA: Disable Auto Update
Create the following Registry Item Action: Update Hive: HKEY_LOCAL_MACHINE Key Path: SOFTWARE\JavaSoft\Java Update\Policy Value name: EnableJavaUpdate Value type: REG_DWORD Value data: 00000000
-
SCVMM: Force remove missing VM
Make sure you get the correct VM Get-VM -Name “VM Name” | Ft Name When you know that the first query give you the correct VM, and only that VM Get- VM -Name “VM Name” | Remove-VM -Force
-
Windows 8.1: Show your desktop background on the Start Screen
Show your desktop background on the Start Screen New registry value under User Configuration\Preferences\Windows Settings\Registry -Hive: HKEY_CURRENT_USER -Key Path: Software\Microsoft\Windows\CurrentVersion\Explorer\Accent -Value name: MotionAccentId_v1.00 -Value type: REG_DWORD -Value data: 000000DB -Base: Hexadecimal Undo: 000000DD
-
Windows 8.1: Boot to desktop
Boot to Desktop User Configuration\Administrative Templates\Start Menu and Taskbar Enable “Go to the desktop instead of Start when signing in”