User Tools

Site Tools


windows_tips_tricks_and_notes

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
windows_tips_tricks_and_notes [2024/12/25 11:24] mikewindows_tips_tricks_and_notes [2025/02/25 09:58] (current) mike
Line 1: Line 1:
 ====== Windows Tips, Tricks and Notes ====== ====== Windows Tips, Tricks and Notes ======
 ---- ----
 +~~NOTOC~~
 +
 ===== 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="ICMP Allow incoming V4 echo request" protocol=icmpv4:8,any dir=in action=allow   netsh advfirewall firewall add rule name="ICMP Allow incoming V4 echo request" protocol=icmpv4:8,any dir=in action=allow
 +  
 +=== Disable "helpful" reminders to login to a Microsoft Account (insert puke emoji here) ===
 +Open the Group Policy Editor\\
 +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://docs.microsoft.com/en-us/troubleshoot/windows-client/networking/internet-explorer-edge-open-connect-corporate-public-network|here]]. More details on this are available [[https://docs.microsoft.com/en-us/troubleshoot/windows-client/networking/internet-explorer-edge-open-connect-corporate-public-network|here]].
 ---- ----
-===== Ways to personalize Windows 10 without activating it =====+===== Personalizing a non-activated Windows 10 system =====
  
 === Disable Taskbar Button Grouping with Group Policy === === Disable Taskbar Button Grouping with Group Policy ===
Line 76: Line 83:
  
 Wallpaper modification will take effect on the next login. Wallpaper modification will take effect on the next login.
 +
 +=== Removing the wallpaper ===
 +In case you want to remove this wallpaper, navigate to the following path:
 +
 +  HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies
 +
 +And right-click on **Policies > Delete**. Then, confirm the change by clicking the Delete button again.
 +
 +----
 +===== Helpful Commands and Procedures =====
 +
 +==== Creating/extracting files with 7-Zip ====
 +
 +=== Create or add to an archive: ===
 +  7z a -p <zipfile name> <file(s) to add>
 +  
 +=== Create an archive, recursing the directory specified: ===
 +  7z a -rp <zipfile name> <file(s) to add>
 +
 +=== Extract the archive: ===
 +  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”.
 +
 +{{:cmd.jpg?600|}}
 +
 +==== Bulk Installation of Programs ====
 +Visit www.ninite.com
 +
 +==== Checking a file's hash ====
 +  certutil -hashfile c:\Users\YourUserName\Desktop\wire.exe SHA256
  
windows_tips_tricks_and_notes.1735154654.txt.gz · Last modified: 2024/12/25 11:24 by mike

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki