Skip to main content

How to Enable hidden Dark theme in Windows 10


a simple registry edit can enable a dark mode for Windows 10 system apps and other interface elements (that you can’t already customize). To enable it, follow these steps:

1.Press Win+R to open a run dialog, type “regedit”, and press enter.
2.Browse to: HKEY_LOCAL_MACHINE > SOFTWARE > Microsoft > Windows > CurrentVersion > Themes > Personalize
3.If there’s no Personalize folder, right-click Themes and select New > Key. Name it Personalize.
4.Right-click Personalize and select New > DWORD (32-bit) Value. Name it AppsUseLightTheme and set its value to 0.
5. Perform steps 3 and 4 again in the following location: HKEY_CURRENT_USER > SOFTWARE > Microsoft > Windows > CurrentVersion > Themes > Personalize
6. Log out of your account and back in.



Also see-- Latest Android hacking apps

Comments

Popular posts from this blog

How to add floating windows feature in android

Today we are here with the cool android trick that is how to add floating windows in any android.Till now we had discussed lots of android tips and tricks and there is the android tweak that will let you add extra features by altering your system settings and by that you can get this feature. So have a look on complete guide discussed below to proceed. How to add floating windows feature in android The method is easy but the little bit time consuming as in this you need a rooted android. As the tool that we are going to discuss right here only works in rooted android. You just need to have to follow some simple steps dicuss below to proceed. Steps to install floating windows using expose installer: #step 1: Fist of all you need to root an android and for that follow the rooting guide. #step 2: Now you need to install xposed installer. You can go through outr full post How to install xposed frame work in android ( 2 methods ) to know how to install xposed installer on your an...

Hacking website using SQL injection- step by step guide

Hacking website using SQL Injection -step by step guide Database: Database is collection of data. In website point of view, database is used for storing user ids,passwords,web page details and more. Some List of Database are: * DB servers, * MySQL(Open source), * MSSQL, * MS-ACCESS, * Oracle, * Postgre SQL(open source), * SQLite, SQL: Structured Query Language is Known as SQL. In order to communicate with the Database ,we are using SQL query. We are querying the database so it is called as Query language. Definition from Complete reference: SQL is a tool for organizing, managing, and retrieving data stored by a computer database. The name “SQL” is an abbreviation for Structured Query Language. For historical reasons, SQL is usually pronounced “sequel,” but the alternate pronunciation “S.Q.L.” is also used. As the name implies, SQL is a computer language that you use to interact with a database. In fact, SQL works with one specific type of database, called a ...