maxXPsoft Posted January 30, 2012 Author Posted January 30, 2012 (edited) Dead down link \Had to choose Seven_UA folder but here is again Get the .wimrightclick - Install.zip Edited January 30, 2012 by maxXPsoft
Octopuss Posted January 31, 2012 Posted January 31, 2012 Still doesn't work. It actually opens my own files lol.
Octopuss Posted January 31, 2012 Posted January 31, 2012 Much better. I am sick to my stomach opening command prompt and typing the same stuff over and over again. This will be tremendous help.
maxXPsoft Posted January 31, 2012 Author Posted January 31, 2012 Much better. I am sick to my stomach opening command prompt and typing the same stuff over and over again. This will be tremendous help.Me three, had to paste and get the line right. Now just right click a .wimDon't really see what else to add right now until Win 8 when dism will do the imagex functions
Octopuss Posted April 6, 2012 Posted April 6, 2012 (edited) I am killing myself trying to make the imagex compress+export thing to work with no luck.If I edit your original file with different path to imagex (I have WAIK installed) it just doesn't work and says can't find path blabla...Must be a quote problem but I got lost loledit:ok I figured I should use \" but it still doesn't do jack@="cmd /k \"C:\Program Files\Windows AIK\Tools\amd64\ImageX.exe\" /export \"%1\" * \"%1\".new"now it says 'C:\Program' is not recognized as an internal or external command, operable program or batch file.P.S. Why do you use double blackslashes? Edited April 6, 2012 by TheWalrus
maxXPsoft Posted April 6, 2012 Author Posted April 6, 2012 (edited) I am killing myself trying to make the imagex compress+export thing to work with no luck.@="cmd /k \"C:\Program Files\Windows AIK\Tools\amd64\ImageX.exe\" /export \"%1\" * \"%1\".new"P.S. Why do you use double blackslashes?You could just open reg key where you edit path and paste your C:\Program Files\Windows AIK\Tools\amd64\ImageX.exe and add the other stuff exactly as needed, TEST, then Export to a reg file that 1 key.Once you get it working right reply with reg code and I'll add to first postYou add double \\ in a reg file and when it imports it becomes 1 and yes in a command line like Runoncex you add \"%ProgramFiles%\Epsilon Squared\InstallWatch Pro\Databases\Default.iwc\" to quote long paths with spaces Edited April 6, 2012 by maxXPsoft
Octopuss Posted April 6, 2012 Posted April 6, 2012 (edited) Well I tried this as you can see from the code I pasted before and it just doesn't work, which is why I asked what I was doing wrong...[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\IMAGEX compress export\command] @="cmd /k \"%ProgramFiles%\\Windows AIK\\Tools\\amd64\\ImageX.exe\" /export \"%1\" * \"%1\".new"It just doesn't work.The output isThe system cannot find the path specified.P.S. I always have used single backslash and it never caused any problems, so what's the reason to use two? Edited April 6, 2012 by TheWalrus
maxXPsoft Posted April 8, 2012 Author Posted April 8, 2012 (edited) 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" Edited April 8, 2012 by maxXPsoft
maxXPsoft Posted April 8, 2012 Author Posted April 8, 2012 BTWI 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
Octopuss Posted April 12, 2012 Posted April 12, 2012 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"question: why does %programfiles% doesn't work here?
maxXPsoft Posted April 13, 2012 Author Posted April 13, 2012 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"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.
myselfidem Posted June 27, 2012 Posted June 27, 2012 (edited) Many thanks for this nice registry settings!However, when I use TuneUp Utilities 2012, this key is removed:[HKEY_CLASSES_ROOT\WIMfile\Shell\.Wim]And I can't no more use .wimrightclick.I think it's because there is some Subcommands. Weird! But if I add this key:[HKEY_CLASSES_ROOT\WIMfile\Shell\.Wim\command]All works fine and TuneUp Utilities doesn't remove previous key!Same trouble explained and solved here using TuneUp Utilities to clean the registry:http://www.msfn.org/...ost__p__1002319Regards Edited June 27, 2012 by myselfidem
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now