Showing posts with label Window. Show all posts
Showing posts with label Window. Show all posts

Thursday, January 25, 2024

Restore old Right-click Context menu in Windows 11

Restore old Right-click Context menu in Windows 11

Restore the old Context Menu in Windows 11 

Right-click the Start button and choose Windows Terminal.

Copy the command from below, paste it into Windows Terminal Window, and press enter.

reg.exe add "HKCU\Software\Classes\CLSID\{86ca1aa0-34aa-4e8b-a509-50c905bae2a2}\InprocServer32" /f /ve

Restart File Explorer or your computer for the changes to take effect.


You would see the Legacy Right Click Context menu by default.

Restore Modern Context menus in Windows 11 

To undo this change, in a Terminal Window, execute this command:

reg.exe delete "HKCU\Software\Classes\CLSID\{86ca1aa0-34aa-4e8b-a509-50c905bae2a2}" /f
Restart the File Explorer or Computer for the changes to take effect.

Saturday, October 6, 2018

Gpedit.msc for windows 10 home edition

 


 

gpmc.msi

add_gpedit_msc_by_jwils876-d3kh6vm.zip


from https://www.itechtics.com/enable-gpedit-windows-10-home/
and official microsoft


Installing gpedit.msc correctly

If you have 32-bit Windows (x86) then the setup should install smoothly without any problems and you should be able to access the Group Policy Editor through the Microsoft Management Console by going to Run –> gpedit.msc. But if you have 64-bit Windows (x64) then you will need some extra steps after running the installer. Follow the steps below after running the installer:
  1. Go to C:\Windows\SysWOW64 folder
  2. Copy the following folders and files to C:\Windows\System32
    GroupPolicy“, “GroupPolicyUsers” and gpedit.msc.
This will make sure that you can run the editor from the Run dialog.