Your cart is currently empty!
Category: Task Scheduler
9 Ways to Shut Down and Restart a Windows 11 PC
If you use a Windows 11 PC, you have multiple ways to perform a system reboot. Although you probably won’t need them all, it’s always better to know about alternative methods should the situation arise. Chapters:0:00 Intro0:23 Restart Windows 11 via Start Menu0:39 Restart Windows 11 via Power User Menu1:00 Restart Windows 11 via Keyboard… Read more
How to Schedule Dark Mode on Windows 11
Windows 11 has a nice Dark Mode, but just like Windows 10, it can’t be scheduled to turn on automatically at night. Thankfully, there is a way to fix this without downloading any extra software. Codes:DARK MODEadd HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Themes\Personalize /v AppsUseLightTheme /t REG_DWORD /d 0 /f add HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Themes\Personalize /v SystemUsesLightTheme /t REG_DWORD /d 1 /f LIGHT… Read more
How to Empty Recycle Bin Automatically on Windows 10
If you often forget to empty Recycle Bin, the smart thing is to automate the task. Command:/c “echo Y|PowerShell.exe -NoProfile -Command Clear-RecycleBin” Chapters:0:00 Intro0:23 Method 1 to schedule windows to empty recycle bin1:11 Method 2 to schedule windows to empty recycle bin3:15 End screen What you’ll learn: 1. Method 1 TO SCHEDULE WINDOWS TO EMPTY… Read more