Categories:
Email 🠪 Servers 🠪 Testing 🠪 Tips
Hardware 🠪 3D Printing 🠪 Apple 🠪 Batteries 🠪 Drives 🠪 Edgerouter 🠪 Electronics 🠪 Laptop 🠪 Modems 🠪 Phone 🠪 Printers 🠪 Raspberry Pi 🠪 Tablets 🠪 Testing 🠪 Virtualization
Links 🠪 Interesting 🠪 Media
Network 🠪 Data 🠪 Testing 🠪 VPN
Scripts 🠪 Batch 🠪 Linux 🠪 Powershell
Servers 🠪 Databases 🠪 Misc 🠪 Website
Software 🠪 Other
Utilities 🠪 Backup 🠪 Fix Issues 🠪 Recovery
Video 🠪 Editing
Websites 🠪 HTML 🠪 Testing
Windows 🠪 Adjustments 🠪 Issues 🠪 Remote Desktop 🠪 Sercurity 🠪 Slow 🠪 Software 🠪 Startup
Submit Entry | Airin's Notes
Category: Windows 🠪 Adjustments Configure Windows Updates using Group Policy Editor | May 31, 2023 | Disable auto-reboot for Windows Updates:
Computer Configuration > Administrative Templates > Windows Component > Windows Update
Set "No auto-restart with automatic installations of scheduled updates" to Enabled.
Keywords: gpedit, gpedit.msc, Second Tuesday, Monthly, Reboot, Restart, Shutdown |
Category: Windows 🠪 Adjustments Force Numlock to be on after restart | June 1, 2023 | Edit the following Registry value:
HKEY_USERS\.DEFAULT\Control Panel\Keyboard
If the value is "2147483648" then change it to "2147483650"
If the value is "0" then change it to "2"
You may also need to do this on a per user basis, in this Registry location:
HKEY_CURRENT_USER\Control Panel\Keyboard
If the value is "0" then change it to "2"
Keywords: Keyboard, Caps Lock, Number Lock, LED, Numbers |
Category: Windows 🠪 Adjustments Recommended tweaks | May 31, 2023 | Disable fast startup, which makes a Shutdown the same as a Restart.
Disable Hibernation
Method 1:
powercfg -h off
Method 2:
reg add "HKLM\SYSTEM\CurrentControlSet\Control\Session Manager\Power" /v "HiberbootEnabled" /t REG_DWORD /d "0" /f
|
Category: Windows 🠪 Adjustments Renumber Windows 10/11 Monitor Numbers | May 28, 2023 | 1: Unplug all monitors EXCEPT the one you want to be #1.
2: Delete ( or rename ) the following two keys.
HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\GraphicsDrivers\Configuration
HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\GraphicsDrivers\Connectivity
3: Reboot.
4: Plug in Monitor #2. Wait for it to be detected. Plug in Monitor #3. Repeat.
Keywords: Change the Screen numbers for Windows Multiple Monitors
I should make a command example for this... Not done yet, don'...<Too long, click to read the rest> |
Category: Windows 🠪 Adjustments Windows pauses every 2 seconds for 1/2 second | May 30, 2023 | Try removing the video driver, or going back to a generic video driver. If this fixes it, replace the video driver with a different driver.
Keywords: Mouse Cursor, Freeze, Pause, slow, Keyboard, type, hangup, hang-up, unresponsive, glitch |
|