tips
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| tips [2025/10/07 17:25] – w5ged | tips [2025/10/15 13:37] (current) – w5ged | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ====== | + | ====== |
| - | ===== Batch Files ===== | + | ===== Windows Hacks ===== |
| + | |||
| + | ==== Best Practices ==== | ||
| + | |||
| + | * Don't keep your important files on local storage devices. Use a NAS! | ||
| + | * Backup often & keep a copy offsite | ||
| + | * Use portable programs when possible | ||
| + | |||
| + | ==Recommended Portable Applications== | ||
| + | * [[https:// | ||
| + | * [[https:// | ||
| + | * [[https:// | ||
| + | * [[https:// | ||
| + | * MQTT Explorer | ||
| + | * NTP Monitor | ||
| + | * Space Sniffer | ||
| + | * VLC Player | ||
| + | * PuTTY / WinSCP | ||
| + | |||
| + | ==== Batch Files ==== | ||
| Create batch files for commonly used tasks & place them in C:\Program Files (x86), then append ' | Create batch files for commonly used tasks & place them in C:\Program Files (x86), then append ' | ||
| SETX PATH /M " | SETX PATH /M " | ||
| Line 13: | Line 32: | ||
| query user /SERVER:%1 | query user /SERVER:%1 | ||
| - | ===== Registry Tweaks | + | Reset Edge (if it is stuck on another monitor/ |
| + | " | ||
| + | |||
| + | Create/ | ||
| + | @echo off | ||
| + | SET SHARENAME=insertsharenamehere | ||
| + | SET FOLDERNAME=insertfoldernamehere | ||
| + | robocopy " | ||
| + | |||
| + | ==== Registry Tweaks ==== | ||
| Make all menu items show up when you right click something (show more options by default) | Make all menu items show up when you right click something (show more options by default) | ||
| REG ADD " | REG ADD " | ||
| - | Disable per-user | + | Disable per-user |
| REG ADD " | REG ADD " | ||
| Line 25: | Line 53: | ||
| REG ADD " | REG ADD " | ||
| | | ||
| - | Enable | + | Enable |
| REG ADD HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\system /v LocalAccountTokenFilterPolicy /t REG_DWORD /d 1 /f | REG ADD HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\system /v LocalAccountTokenFilterPolicy /t REG_DWORD /d 1 /f | ||
| + | Disable the blurry background during login | ||
| + | REG ADD " | ||
| + | |||
| + | ==== Install Windows 11 without a Microsoft account ==== | ||
| - | ====== Helpful internet resources ====== | + | On the install screen where you pick the country, press shift-F10 to open the command prompt. |
| + | >net user USERNAME * /add | ||
| + | >net localgroup administrators USERNAME /add | ||
| + | >net user USERNAME / | ||
| + | >net user USERNAME / | ||
| + | >net user Administrator / | ||
| + | >net user defaultUser0 /delete | ||
| + | >net user | ||
| + | > | ||
| + | Navigate to Computer\HKEY_LOCAL\MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\OOBE | ||
| + | Delete keys DefaultAccountAction, | ||
| + | Change LaunchUserOOBE to SkipMachineOOBE | ||
| + | > | ||
| - | **Texas** | + | ===== Helpful internet resources ===== |
| + | == Texas == | ||
| * [[https:// | * [[https:// | ||
| * [[https:// | * [[https:// | ||
| Line 38: | Line 83: | ||
| * [[https:// | * [[https:// | ||
| - | **Education** | + | ==Education== |
| * [[https:// | * [[https:// | ||
| - | **Maps** | + | ==Maps== |
| * [[https:// | * [[https:// | ||
| * [[https:// | * [[https:// | ||
| Line 53: | Line 98: | ||
| * [[https:// | * [[https:// | ||
| - | **Ham Radio** | + | ==Ham Radio== |
| * [[http:// | * [[http:// | ||
| * [[http:// | * [[http:// | ||
tips.1759857932.txt.gz · Last modified: by w5ged
