tofugrunt wrote:
Okay, so the 2nd set of instructions worked. Yay.
It also helped that I followed the tutorial in the tool -- although the screenshots should be updated.
However, I do have a question. I selected some things such as Add "Mouse" to Computer and Add "Device Manager" to Computer which I can't seem to undo. Unselecting it and doing an "Apply" doesn't seem to do anything.
Any clues?
Thanks!
Hi,
Is there anything that you like ? I am starting to wonder.........
Since the removal registry fixes don't work, if you wish to remove shortcuts just search registry with added strings and delete them.
I am going to be cooperative, here is where you need to search :
Code:
;Add "Device Manager" to the right click menu of "Computer"
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\Device Manager]
@="Device Manager"
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\Device Manager\command]
@=hex(2):25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,6f,00,6f,00,74,00,25,\
00,5c,00,73,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,00,6d,00,6d,00,\
63,00,2e,00,65,00,78,00,65,00,20,00,2f,00,73,00,20,00,25,00,53,00,79,00,73,\
00,74,00,65,00,6d,00,52,00,6f,00,6f,00,74,00,25,00,5c,00,73,00,79,00,73,00,\
74,00,65,00,6d,00,33,00,32,00,5c,00,64,00,65,00,76,00,6d,00,67,00,6d,00,74,\
00,2e,00,6d,00,73,00,63,00,00,00
Code:
;Add "Mouse" to the right click menu of "Computer"
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\{6C8EEC18-8D75-41B2-A177-8831D59D2D50}]
The pics were updated when you install MCS but not when you already have R2Conv3 installed and just upgrade it. What a shame.......................
In fact basic steps to run tool properly are identical only application name changes on pics and some options were added but nothing crucial.
N