Universal USB Installer

 Universal USB Installer is a free universal program for creating bootable USB flash drives. You can download this universal utility from this link. There is no paid version. The whole essence of the program is reflected in the name - the utility is universal. You can make bootable USB sticks with Windows and Linux. This also applies to the operation of the program itself, only owners of devices on Mac OS will not be able to use it. There is also the ability to download the image directly from the network, if we are talking about Linux. There is a standard procedure for Windows. Of the settings, it is worth highlighting the choice of the file system and formatting the drive before recording. The disadvantages include the fact that the program does not work with the XP version or lower, and the program does not have the Russian language. Brief instructions for creating a bootable USB flash drive In "Step 1" select the desired version of the OS that you plan to burn to a USB fl...

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"