How to set up the opera browser. How to set up opera on a computer

 The process of installing the Opera browser on a Windows computer is quite simple, but for those who are used to learning how to do something first, and only then do it, in this article we will look at how to install the Opera browser on a computer. To do this, you need to download the official version of the Opera browser (how to do this is described in detail in → this article). Then double-click on the downloaded file with the left mouse button. This will start the process of installing Opera on your computer. Starting the installation process of Opera on your computer For security reasons, when installing new programs on a computer, you need to confirm that this is done in a sober mind and solid memory. Therefore, this window will appear first: Starting the installation process of Opera on your computer It asks: "Run this file?". If this is indeed an Opera installation file downloaded from the official site, as described by the link in the introduction to this article, t...

Adding "God Mode" to the Windows 10 Control Panel

 Adding "God Mode" to the Windows 10 Control Panel


This is done by editing the registry. To do this, create a .reg file (a text file with the .reg extension) and paste the following code into it, which creates the necessary branches in the Windows registry. For example, I called this script AddGodMode.reg

Windows Registry Editor Version 5.00

    [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{D15ED2E1-C75B-443c-BD7C-FC03B2F08C17}]

    @="God Mode"

    "InfoTip"="All elements"

    "System.ControlPanel.Category"="5"

    [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{D15ED2E1-C75B-443c-BD7C-FC03B2F08C17}\DefaultIcon]

    @="%SystemRoot%\\System32\\imageres.dll,-27"

    [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{D15ED2E1-C75B-443c-BD7C-FC03B2F08C17}\Shell\Open\Command]

    @="explorer.exe shell:::{ED7BA470-8E54-465E-825C-99712043E01C}"

    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\ControlPanel\NameSpace\{D15ED2E1-C75B-443c-BD7C-FC03B2F08C17}]

    @="God Mode"


Then save this file and run it (you need to run it as an administrator).

Confirm the changes to the Windows registry, click "Yes"