Skip to content

Commit ec2d576

Browse files
authoredFeb 16, 2025
Create README.md
1 parent 9e42703 commit ec2d576

File tree

1 file changed

+51
-0
lines changed

1 file changed

+51
-0
lines changed
 

‎README.md

+51
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+
# StealthSync - The Fastest Files Backup Utility 🚀
2+
3+
**StealthSync** is a PowerShell GUI application designed to sync chunks of files really fast.
4+
5+
6+
7+
## Requirements 💻
8+
- Windows 10
9+
- Windows PowerShell 5.1 (Preinstalled in above versions)
10+
11+
## Usage Instructions 📜
12+
To use **StealthSync**, follow these steps to launch PowerShell as an Administrator and run the installation script:
13+
14+
1. **Open PowerShell as Administrator:**
15+
- **Windows 10/11**: Right-click on the **Start** button and select **Windows PowerShell (Admin)** or **Windows Terminal (Admin)**
16+
- PowerShell will open in a new window.
17+
18+
2. **Confirm Administrator Privileges**:
19+
- If prompted by the User Account Control (UAC), click **Yes** to allow PowerShell to run as an administrator.
20+
21+
3. **Enable PowerShell Script Execution:**
22+
- Run the following command to allow script execution:
23+
```powershell
24+
Set-ExecutionPolicy Unrestricted
25+
```
26+
27+
4. **Paste and Run the Command**:
28+
- Copy the following command:
29+
```powershell
30+
irm "https://github.com/lucadsign/stealthsync/raw/main/script.ps1" | iex
31+
```
32+
- To paste into PowerShell, **Right-Click** or press **Ctrl + V** in the PowerShell or Terminal window
33+
- Press **Enter** to execute the command
34+
35+
This command will download and execute the **StealthSync** application directly from GitHub.
36+
37+
## Current Features 🛠️
38+
39+
### Software & Apps 💿
40+
- Encrypt Files
41+
- Archive Files (.zip)
42+
- Sync Interval (Task Scheduler)
43+
44+
---
45+
> [!NOTE]
46+
> This tool is currently in development. Any issues can be reported using the Issues tab.<br>
47+
> Please also understand that I prefer to develop and work on these projects independently.<br>I do value other people's insights and appreciate any feedback, but don't take it personally if a pull request is not accepted.
48+
49+
### TODO:
50+
- Make the UI Better
51+
---

0 commit comments

Comments
 (0)
Please sign in to comment.