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:32] – w5ged | tips [2025/10/15 13:37] (current) – w5ged | ||
---|---|---|---|
Line 2: | Line 2: | ||
===== Windows Hacks ===== | ===== 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 ==== | ==== Batch Files ==== | ||
Line 14: | Line 31: | ||
@echo off | @echo off | ||
query user /SERVER:%1 | query user /SERVER:%1 | ||
+ | |||
+ | Reset Edge (if it is stuck on another monitor/ | ||
+ | " | ||
+ | |||
+ | Create/ | ||
+ | @echo off | ||
+ | SET SHARENAME=insertsharenamehere | ||
+ | SET FOLDERNAME=insertfoldernamehere | ||
+ | robocopy " | ||
==== Registry Tweaks ==== | ==== Registry Tweaks ==== | ||
Line 33: | Line 59: | ||
REG ADD " | REG ADD " | ||
- | ==== Helpful internet resources ==== | + | ==== Install Windows 11 without a Microsoft account ==== |
+ | |||
+ | 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 | ||
+ | > | ||
+ | |||
+ | ===== Helpful internet resources | ||
== Texas == | == Texas == | ||
* [[https:// | * [[https:// |
tips.1759858323.txt.gz · Last modified: by w5ged