How to get automatic dark and light theme switching on Windows 10 || GitHub

Описание к видео How to get automatic dark and light theme switching on Windows 10 || GitHub

========================================================
In this video, I will show you How to get automatic dark and light theme switching on Windows 10
Auto Dark Mode helps you to be more productive.By enabling the automatic theme switcher in the app, a task in the Task Scheduler of Windows is created. This task will launch the app and set your theme. No background task, no interruption of a CMD - window, no footprint and no reliability issues. You can find many settings in the easy-to-understand user interface.


How to manually switch from dark and light mode on Windows 10 using task scheduler

--------------------------------------------------------------------------------------------------------------------------------------------------------------------



from dark to light
-----------------------------------------

program/scripts : %SystemRoot%\system32\WindowsPowerShell\v1.0\powershell.exe
Add arguments (optional) : New-ItemProperty -Path HKCU:\SOFTWARE\Microsoft\Windows\CurrentVersion\Themes\Personalize -Name SystemUsesLightTheme -Value 1 -Type Dword -Force; New-ItemProperty -Path HKCU:\SOFTWARE\Microsoft\Windows\CurrentVersion\Themes\Personalize -Name AppsUseLightTheme -Value 1 -Type Dword -Force




from light to dark
-----------------------------------------
program/scripts : %SystemRoot%\system32\WindowsPowerShell\v1.0\powershell.exe
Add arguments (optional) : New-ItemProperty -Path HKCU:\SOFTWARE\Microsoft\Windows\CurrentVersion\Themes\Personalize -Name SystemUsesLightTheme -Value 0 -Type Dword -Force; New-ItemProperty -Path HKCU:\SOFTWARE\Microsoft\Windows\CurrentVersion\Themes\Personalize -Name AppsUseLightTheme -Value 0 -Type Dword -Force



 ------------------------------------------
Download
------------------------------------------

Download Windows-Auto-Night-Mode : https://bit.ly/2Fu4qhh

-----------------------------------------
Thanks
------------------------------------------
Music
-----------
(1)Glory_And_Success_by_Michael-K
Link: https://motionarray.com
-----------------------------------------
______________________________

Click Here To Subscribe : https://bit.ly/3aTIeYm
______________________________
++=================++
Thanks for Watching
++=================++

Комментарии

Информация по комментариям в разработке