Day: August 3, 2015

  • Accessing HKCU and HKCR from Remote Registry

    When you open registry editor and connect to a remote system, the only hives you will see are HKEY_LOCAL_MACHINE and HKEY_USERS. The other two hives, HKEY_CLASSES_ROOT and HKEY_CURRENT_USER are there too, but are under the two visible hives. So for all purposes, I am only going to explain here how to access the once that…

  • DISM: Edit Bootimage WinPe

    Dism /mount-wim /wimfile:s:\winpe\boot_W10_x64.wim /index:1 /mountdir:s:\winpe\mount Dism /image:s:\winpe\mount /add-driver /driver:s:\winpe\drivers /recurse Dism /image:s:\winpe\mount /Set-InputLocale:nl-BE Dism /image:s:\winpe\mount /Set-SysLocale:nl-BE Dism /image:s:\winpe\mount /Set-UserLocale:nl-BE Dism /Unmount-Wim /MountDir:s:\winpe\mount /Commit Dism /Cleanup-WIM