Costa Dorada - mecca for tourists in Spain

  The Spanish Costa Dorada stretches southwest from Barcelona to Tarragona on the east coast. With beautiful sandy beaches next to the mountains, quaint villages and coastal towns, the Costa Dorada is a popular tourist choice for holidays all year round. Families gather here not only because of the wonderful climate and magnificent sandy beaches, but also because of the many attractions. The Costa Dorada has the resorts of Salou and La Pineda, Salou forms an eight-kilometer continuous resort. This stretch of the Mediterranean has beautiful sandy beaches that are ideal for sunbathing, swimming, and a wide range of water sports. The whole family will be happy to take a trip to the Aquopolis water park in La Pineda, and the most famous Spanish theme park, Universal PortAventura. Aquopolis Water Park is on the outskirts of La Pineda and is a great place to cool off when the weather is at its peak. You will even get the chance to swim with the sea lions in the park. The Universal Port A...

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"