ISM
Sophomore Member
Posts: 116
OS: Windows 10 (22H2)
Theme: Classic theme (XP styled)
|
Post by ISM on Sept 30, 2022 18:01:50 GMT -8
is there anyway i can get the windows xp style context menu on windows 10? Basically what i mean is renaming the list and probably redirect the personalize option to deskn.cpl
|
|
|
Post by TechSalt on Oct 1, 2022 2:56:05 GMT -8
To redirect the personalization panel to deskn.cpl you need to follow these steps. 1.Create a .bat file to run deskn.cpl 2. run regedit and go to \HKEY_CLASSES_ROOT\DesktopBackground\Shell\Personalize\command 3.Delete the key , DelegateExecute 4. Go to \HKEY_CLASSES_ROOT\DesktopBackground\Shell\Personalize 5.Find the key , SettingsURI Then change its value to the location of the .bat file you created earlier. 6.Key, MUIVerb is responsible for the name so you can change it from Personalize to Properties. 7. The key named Icon is responsible for the icon next to the text, so if you want to delete it you have to change the key value to : %systemroot%\system32\shell32.dll,-50 ATTENTION ! You do at your own risk. You can just remove the Icon value
|
|
Deleted
Deleted Member
Posts: 0
|
Post by Deleted on Oct 1, 2022 8:09:17 GMT -8
To redirect the personalization panel to deskn.cpl you need to follow these steps. 1.Create a .bat file to run deskn.cpl 2. run regedit and go to \HKEY_CLASSES_ROOT\DesktopBackground\Shell\Personalize\command 3.Delete the key , DelegateExecute 4. Go to \HKEY_CLASSES_ROOT\DesktopBackground\Shell\Personalize 5.Find the key , SettingsURI Then change its value to the location of the .bat file you created earlier. 6.Key, MUIVerb is responsible for the name so you can change it from Personalize to Properties. 7. The key named Icon is responsible for the icon next to the text, so if you want to delete it you have to change the key value to : %systemroot%\system32\shell32.dll,-50 ATTENTION ! You do at your own risk. Instead of making a batch file, you could just change the value of SettingsURI to "control.exe C:\(path to deskn)\deskn.cpl"
|
|
|
Post by nonameneeded on Oct 2, 2022 8:14:27 GMT -8
Changing the settingsURI value doesn't seem to be necessary. You only have to delete the delegate key and then replace the (empty) standard value with the deskn.cpl path.
|
|
AnyKey
Sophomore Member
Posts: 248
OS: Windows 10 Pro 22H2
Theme: XP Classic Theme
CPU: AMD Ryzen 7 3700X
RAM: 16 GB 1333 MHz DDR4
GPU: Nvidia Geforce RTX 2070 Super
|
Post by AnyKey on Oct 17, 2022 23:28:59 GMT -8
Changing the settingsURI value doesn't seem to be necessary. You only have to delete the delegate key and then replace the (empty) standard value with the deskn.cpl path.
I followed it but clicking Properties does nothing. Did I do something wrong?
And also, a black square appears even I specify it to shell32,-50 for the icon.
|
|
|
Post by nonameneeded on Oct 18, 2022 16:25:22 GMT -8
Yes, you changed the wrong default value. You ought to change the default value of the command key, not the personalize key.
|
|
AnyKey
Sophomore Member
Posts: 248
OS: Windows 10 Pro 22H2
Theme: XP Classic Theme
CPU: AMD Ryzen 7 3700X
RAM: 16 GB 1333 MHz DDR4
GPU: Nvidia Geforce RTX 2070 Super
|
Post by AnyKey on Oct 18, 2022 18:08:13 GMT -8
Yes, you changed the wrong default value. You ought to change the default value of the command key, not the personalize key. I did it. It didn't go well only with path to cpl but it works now by adding control.exe before the path. Thanks.
|
|
AnyKey
Sophomore Member
Posts: 248
OS: Windows 10 Pro 22H2
Theme: XP Classic Theme
CPU: AMD Ryzen 7 3700X
RAM: 16 GB 1333 MHz DDR4
GPU: Nvidia Geforce RTX 2070 Super
|
Post by AnyKey on Oct 18, 2022 21:28:35 GMT -8
As for black square, it disappeared by deleting Icon value as TechSalt said.
|
|