Changelog. v1 - Initial Release v2 - Fixed error in powertoy path, added product key / kms host prompts, added missing RILC, CPKY commands, moved to top, mucked with icons / separators / dangerous buttons are highlighted for MAK readers (don't rearm or upk, duh!). v3 - Not released. Updated elevator script, powertoy is gone, compatible with 8.1, coming soon. Known Issues v1 - error powertoy path v2 - do not cancel out of the IPK or SKMS commads, use the X button, otherwise SLMGR throws a fit. Next version will fix, don't have time ATM. v3 - future Uninstaller.reg Code: Windows Registry Editor Version 5.00 [-HKEY_CLASSES_ROOT\Directory\Background\Shell\MDL-SLMGR] [-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\ATO] [-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\CKMS] [-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\CPKY] [-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\DLI] [-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\DLV] [-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\IPK] [-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\REARM] [-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\RILC] [-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\SKMS] [-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\UPK] Example of how to remove the KMS specific commands or custimize the MUIVerb Code: "SubCommands"="DLI;DLV;|;IPK;RILC;|;ATO;|;CPKY;|;UPK;|;REARM" "MUIVerb"="YOUR NAME HERE" "MUIVerb"="MDL-SLMGR" This could also be useful for automating DISM. What do y'all think, do you want to right click on wim's to auto-mount. I got all the scripts, just need to modify them to run from registry.
nice ...maybe you should mod it, so there will be also the entries without IP and KMS Host defined resulting that pop-up window will appear for entering IP or KMS Host...
Open elevate.cmd in C:\Windows\System32 with texteditor Replace start wscript //nologo "%~dpn0.vbs" %* with start wscript //nologo %windir%\system32\elevate.vbs %* Delete "elevate.vbs" from desktop
Hey, great job done, and useful..... but how many times a day u use slmgr command? Nice DAy and thanks!
Thanks urie for showing real source of that. As much time I put into it. Working on using powershell and also to run on Windows 8 since imagex functions are built into Dism when I get time
Not working. Windows 8.1 x64 RTM Enterprise (WZOR leak) Copied 2 elevate scripts into System 32. Reg file, double click, yes, yes, ok. Desktop, right click, everything is there. But after clicking any of commands, nothing happens. Checked System32 folder for 2 files. There is no elevate named files. Recopied, replace prompt. Right clicked, again nothing happens. Quick googling, found something about file system redirector. Found 2 elevate files in SysWOW64 folder, not in System32. In your files, every System32 replaced with SysWOW64, without result. My noob, poor try. Easy fix for you, i think. English my second language. Hope you understand.