StealthSync is a PowerShell GUI application designed to sync chunks of files really fast.
- Windows 10
- Windows PowerShell 5.1 (Preinstalled in above versions)
To use StealthSync, follow these steps to launch PowerShell as an Administrator and run the installation script:
-
Open PowerShell as Administrator:
- Windows 10/11: Right-click on the Start button and select Windows PowerShell (Admin) or Windows Terminal (Admin)
- PowerShell will open in a new window.
-
Confirm Administrator Privileges:
- If prompted by the User Account Control (UAC), click Yes to allow PowerShell to run as an administrator.
-
Enable PowerShell Script Execution:
- Run the following command to allow script execution:
Set-ExecutionPolicy Unrestricted
-
Paste and Run the Command:
- Copy the following command:
irm "https://github.com/lucadsign/stealthsync/raw/main/script.ps1" | iex
- To paste into PowerShell, Right-Click or press Ctrl + V in the PowerShell or Terminal window
- Press Enter to execute the command
This command will download and execute the StealthSync application directly from GitHub.
- Encrypt Files
- Archive Files (.zip)
- Sync Interval (Task Scheduler)
Note
This tool is currently in development. Any issues can be reported using the Issues tab.
Please also understand that I prefer to develop and work on these projects independently.
I do value other people's insights and appreciate any feedback, but don't take it personally if a pull request is not accepted.
- Make the UI Better