If you’re fond of the old Command Prompt (cmd.exe),
you can add the traditional “Open Command window here” option back in
the context menu for file system folders and drives, using a Registry
edit.
Method 1
This method creates a new menu item named “Open command window here” by adding the necessary context menu registry entries.
Open Notepad.
Copy the following lines and paste them in Notepad:
Taken from https://pureinfotech.com/disable-web-search-windows-10-version-1803/ as my notes
How to disable web search results on Windows 10
If you want to disable web search result when using search box in the taskbar, do the following:
Warning: It’s very important to note that modifying the Windows Registry can cause serious problems if not used properly. It’s assumed you know what you’re doing and that you have created a full backup of your system before proceeding.
Open Start.
Search for regedit, right-click the top result, and select Run as administrator.
Right-click the Windows (folder) key, select New, and click on Key.
Name the key Windows Search and press Enter.
On the left pane, right-click the Windows Search (folder) key, and select New, and click on DWORD (32-bit) Value.
Name the new key ConnectedSearchUseWebOverMeteredConnections, press Enter, and leave its default value of 0.
On the left pane, right-click the Windows Search (folder) key, and select New, and click on DWORD (32-bit) Value.
Name the new key AllowCortana, press Enter, and leave its default value of 0.
On the left pane, right-click the Windows Search (folder) key, and select New, and click on DWORD (32-bit) Value.
Name the new key DisableWebSearch and press Enter.
Double-click the newly created key and change its value from 0 to 1.
On the left pane, right-click the Windows Search (folder) key, and select New, and click on DWORD (32-bit) Value.
Name the new key ConnectedSearchUseWeb, press Enter, and leave its default value of 0.
After completing the steps, restart your computer to complete disabling web search on Windows 10. However, remember that using these instructions also completely disables Cortana, as the assistant relies on the web.
At any time, you can revert the changes to enable web search and Cortana using the same steps, but on step No. 5, make sure to change the key value to 0. On step No. 8, right-click the AllowSearchToUseLocation key and select Delete. On step No. 10, right-click the BingSearchEnabledand key and select Delete. On step No. 11, right-click the Windows Search key and select Delete to delete all the remaining keys. Finally, restart your device to apply the changes.
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:
Go to C:\Windows\SysWOW64 folder
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.