windows_tips_tricks_and_notes
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| windows_tips_tricks_and_notes [2024/12/26 08:41] – mike | windows_tips_tricks_and_notes [2025/12/05 05:51] (current) – mike | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== Windows Tips, Tricks and Notes ====== | ====== Windows Tips, Tricks and Notes ====== | ||
| ---- | ---- | ||
| + | |||
| + | |||
| ===== Windows 10 annoyances and how to overcome them ===== | ===== Windows 10 annoyances and how to overcome them ===== | ||
| Line 18: | Line 20: | ||
| **No auto-restart with logged on users for scheduled automatic updates installations** -> Enabled\\ | **No auto-restart with logged on users for scheduled automatic updates installations** -> Enabled\\ | ||
| - | === Require username to be specified at logon (disable user listing) | + | === Require username to be specified at logon (disable user listing) |
| Open the Local Policy app (secpol)\\ | Open the Local Policy app (secpol)\\ | ||
| Navigate to **Security Settings -> Local Policies -> Interactive Logon: Don’t display last signed-in** and set to Enabled. | Navigate to **Security Settings -> Local Policies -> Interactive Logon: Don’t display last signed-in** and set to Enabled. | ||
| Line 25: | Line 27: | ||
| Open a command window in Administrator mode and enter the following command: | Open a command window in Administrator mode and enter the following command: | ||
| netsh advfirewall firewall add rule name=" | netsh advfirewall firewall add rule name=" | ||
| + | | ||
| + | === Disable " | ||
| + | Open the Group Policy Editor (gpedit.msc)\\ | ||
| + | Navigate to **User Configuration -> Administrative Templates -> Windows Components -> Account Notifications**\\ | ||
| + | Set **Turn off account notifications in Start** to **Enabled** | ||
| ---- | ---- | ||
| Line 36: | Line 43: | ||
| More details on this are available [[https:// | More details on this are available [[https:// | ||
| ---- | ---- | ||
| - | ===== Ways to personalize | + | ===== Personalizing a non-activated |
| === Disable Taskbar Button Grouping with Group Policy === | === Disable Taskbar Button Grouping with Group Policy === | ||
| Line 97: | Line 104: | ||
| === Extract the archive: === | === Extract the archive: === | ||
| 7z x <zipfile name> | 7z x <zipfile name> | ||
| + | | ||
| + | ==== Resurrecting a USB Stick ==== | ||
| + | Connect your flash drive to the computer at first, and make sure it can be detected. | ||
| + | |||
| + | 1. Click “start” and type “command prompt”. | ||
| + | |||
| + | 2. Then, right click “command prompt” and select “run as administrator”. | ||
| + | |||
| + | 3. After that, type “diskpart” and press “Enter”. Then execute the below commands in turn: | ||
| + | |||
| + | list disk | ||
| + | select disk n | ||
| + | clean | ||
| + | create partition primary | ||
| + | format fs=fat32 quick: If you want to format to NTFS, type “format fs=ntfs quick”. | ||
| + | |||
| + | {{: | ||
| + | |||
| + | === Bulk Installation of Programs === | ||
| + | Visit www.ninite.com | ||
| + | |||
| + | === Checking a file's hash === | ||
| + | certutil -hashfile < | ||
| + | |||
| + | === Laser Printer keeps "going offline" | ||
| + | Solution found on Reddit: | ||
| + | |||
| + | > Unfortunately, | ||
| + | > | ||
| + | > However, if you're using a Windows PC, I have often found that the computer will mistakenly show the printer as ' | ||
| + | > | ||
| + | > If you're using a Windows computer and used the "Add A Printer" | ||
| + | > | ||
| + | > If you don't know the printer' | ||
| + | > | ||
| + | > If you want to check the printer' | ||
| + | |||
| + | === Quick Guide: Automatic login in Windows 10 === | ||
| + | |||
| + | Open the registry editor\\ | ||
| + | Enter HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\WindowsNT\CurrentVersion\PasswordLess\Device.\\ | ||
| + | Double click on “DevicePasswordLessBuildVersion” and set the value to “0”.\\ | ||
| + | Open User Accounts using [Windows] + [R] and “netplwiz”.\\ | ||
| + | Uncheck the box beside “Users must enter a user name and password to use this computer”.\\ | ||
windows_tips_tricks_and_notes.1735231269.txt.gz · Last modified: by mike
