Add Right click .wim Windows 7 nicer cascading menu
#42
Posted 08 April 2012 - 08:46 AM
BTW
I tried with single backslash and it does not add key. must use \\
Also if you have UAC turned on it might need admin shield like my example for Dism
I tried with single backslash and it does not add key. must use \\
Also if you have UAC turned on it might need admin shield like my example for Dism
#43
Posted 12 April 2012 - 02:51 PM
maxXPsoft, on 08 April 2012 - 08:06 AM, said:
UPDATED for Imagex from Program files with AIK
;4/8/2012 To use Imagex from Program files location use this registry instead.
; [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\IMAGEX compress export\command]
; @="\"C:\\Program Files\\Windows AIK\\Tools\\amd64\\imagex\" /export \"%1\" * \"%1\".new"
;4/8/2012 To use Imagex from Program files location use this registry instead.
; [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\IMAGEX compress export\command]
; @="\"C:\\Program Files\\Windows AIK\\Tools\\amd64\\imagex\" /export \"%1\" * \"%1\".new"
question: why does %programfiles% doesn't work here?
#44
Posted 13 April 2012 - 03:44 AM
TheWalrus, on 12 April 2012 - 02:51 PM, said:
maxXPsoft, on 08 April 2012 - 08:06 AM, said:
UPDATED for Imagex from Program files with AIK
;4/8/2012 To use Imagex from Program files location use this registry instead.
; [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\IMAGEX compress export\command]
; @="\"C:\\Program Files\\Windows AIK\\Tools\\amd64\\imagex\" /export \"%1\" * \"%1\".new"
;4/8/2012 To use Imagex from Program files location use this registry instead.
; [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\IMAGEX compress export\command]
; @="\"C:\\Program Files\\Windows AIK\\Tools\\amd64\\imagex\" /export \"%1\" * \"%1\".new"
question: why does %programfiles% doesn't work here?
Because the key is a REG_SZ which does not normally expand them variables to full path.



Help

Back to top









