Windows 10 Installation Media Creation Tool

 Media Creation Tool is the official Windows 10 installation media creation tool. You can download the utility from the official website by clicking on the "Download tool now" button. The application is completely free. Microsoft has made its simple utility to create a bootable USB drive, but only the tenth version of Windows can be written here, which will be a minus for many users. Of course, the utility will only work with official images, there can be no talk of pirated assemblies. After the installation is complete, the utility will provide a choice - update the system or create a boot drive with Win 10. Brief instructions for creating a bootable USB flash drive We can only select the language and architecture in the settings - sometimes 64 or 32. If necessary, you can specify both options; Next, select the ISO file by checking the appropriate box; Then we specify the path to the flash drive, and you can click on start. More detailed instructions are presented in a separ...

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"