User Tools

Site Tools


tips

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
tips [2025/10/07 17:46] w5gedtips [2025/10/07 18:06] (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://www.7zip.com/|7-Zip]] for compression. Use .zip format, compression method BZip2 (uses all CPU cores)
 +  * [[https://www.audacityteam.org/|Audacity]] for recording audio.
 +  * [[https://joshmadison.com/convert-for-windows/|Convert]]
 +  * [[https://www.gimp.org/|GIMP]] for editing images.
 +  * MQTT Explorer
 +  * NTP Monitor
 +  * Space Sniffer
 +  * VLC Player
 +  * PuTTY / WinSCP
  
 ==== Batch Files ==== ==== Batch Files ====
Line 20: Line 37:
 Create/update a local copy of a network share on the drive where this batch file is run: sync.bat  (Keep it on a USB drive & use it to periodically backup a folder on the network.) Create/update a local copy of a network share on the drive where this batch file is run: sync.bat  (Keep it on a USB drive & use it to periodically backup a folder on the network.)
   @echo off   @echo off
-  SET SHARENAME=\\insertsharenamehere+  SET SHARENAME=insertsharenamehere
   SET FOLDERNAME=insertfoldernamehere   SET FOLDERNAME=insertfoldernamehere
   robocopy "\\%SHARENAME%\%FOLDERNAME%" "%CD:~0,3%%FOLDERNAME%" /E /MIR   robocopy "\\%SHARENAME%\%FOLDERNAME%" "%CD:~0,3%%FOLDERNAME%" /E /MIR
tips.1759859212.txt.gz · Last modified: by w5ged