Skip to content

Commit 1bb4043

Browse files
authored
Update README with new features for version 5
Added new features and roadmap for version 5.
1 parent cb96463 commit 1bb4043

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,14 @@
1111

1212
A PowerShell-based, automated provisioning solution that transforms Windows 10 & 11 workstation deployment from a 30-step manual process into a single "plug-and-play" operation. Whether you're imaging bare metal or cleaning up an existing PC, DeployWorkstation handles the heavy lifting of bloatware removal and essential application installation.
1313

14+
## 🆕 What's New in Version 5 (Q2 2026)
15+
16+
- 🔧 Improved App Removal & Installation
17+
- 🚀 Advanced Reporting
18+
- 🔄 Configuration Management Integration
19+
- ✅ Multi-language Support
20+
- ✅ Real-time Progress
21+
1422
## ✨ Key Features
1523

1624
- **🔐 Self-Elevating & Policy-Bypassing** - Automatically relaunches under Windows PowerShell 5.1 with `-ExecutionPolicy Bypass` and UAC elevation
@@ -209,7 +217,7 @@ $EmailAlerts = $true # Send completion notifications
209217

210218
## 🛠️ Project Structure
211219

212-
```
220+
```text
213221
DeployWorkstation/
214222
├── DeployWorkstation.ps1 # Main PowerShell script
215223
├── DeployWorkstation.cmd # Self-elevating launcher
@@ -269,13 +277,6 @@ winget list --source winget
269277

270278
## 🔮 Roadmap
271279

272-
### Version5 (Q2 2026)
273-
- 🔧 Improved App Removal & Installation
274-
- 🚀 Advanced Reporting
275-
- 🔄 Configuration Management Integration
276-
- ✅ Multi-language Support
277-
- ✅ Real-time Progress
278-
279280
### Future Enhancements
280281
- 📊 Analytics and Telemetry
281282
- 🤖 AI-Powered Optimization
@@ -286,7 +287,6 @@ winget list --source winget
286287
- ✅ GUI Configuration Interface
287288
- ✅ Network Deployment Server
288289

289-
290290
## 🤝 Contributing
291291

292292
We welcome contributions! Here's how to get started:

0 commit comments

Comments
 (0)