Posts

Showing posts from 2022

HOW TO MAKE WIN 11 LOOK LIKE WIN 10

For changing the Registry Setting for the Context Menu ADD: reg.exe add “HKCU\Software\Classes\CLSID\{86ca1aa0-34aa-4e8b-a509-50c905bae2a2}\InprocServer32” /f REMOVE: reg.exe delete “HKCU\Software\Classes\CLSID\{86ca1aa0-34aa-4e8b-a509-50c905bae2a2}” /f For changing the Registry Setting for the File Explorer Ribbon ADD: reg.exe add “HKCU\Software\Classes\CLSID\{d93ed569-3b3e-4bff-8355-3c44f6a52bb5}\InprocServer32” /f /ve REMOVE: reg.exe delete “HKCU\Software\Classes\CLSID\{d93ed569-3b3e-4bff-8355-3c44f6a52bb5}” /f /ve For changing the Registry Setting for the Taskbar Size \HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced

2022 Useful Websites

1 2 3 4

Block And Unblock Firewall Through Command.

Image
If you are failing to install Third-party software on WINDOWS 11  Follow these steps:- Turn off your firewall and Try,  1. Go to the search bar. 2. Type Command Prompt  3. Click on Run as Administrator  4. Click on the Yes button  5. Type:- netsh advfirewall set allprofiles state off  (Enter) To verify that Windows Firewall for all networks is off,  Enter:- netsh advfirewall show all  Now try to install any Third-party software :)                  And  Turn on your firewall.  Type:- netsh advfirewall set allprofiles state on   (Enter) :) Click here to see the video