- Windows 10/11
- PowerShell 5.1+
- Administrator rights (only needed when applying changes)
Run in PowerShell:
irm https://raw.githubusercontent.com/Walkoud/ServiceOptimizer.AI/main/install.ps1 | iexOr (no admin required):
iwr -useb https://raw.githubusercontent.com/Walkoud/ServiceOptimizer.AI/main/install.ps1 | iexThe script will:
- Download all required files
- Install to
%USERPROFILE%\ServiceOptimizer.AI - Launch the application automatically
β οΈ Note: Administrator rights are only needed when applying service changes, not for installation.
-
Download files from GitHub:
index.ps1languages.jsonprompt.txt
-
Place all files in the same folder
-
Configure execution policy (if needed):
Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser- Run:
.\index.ps1π‘ Auto-download: The script automatically downloads missing files from GitHub if not found locally.
Error: "Cannot run script because execution of scripts is disabled"
Solution:
Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUserError: "File 'languages.json' not found"
Solution: The script will auto-download missing files. Ensure you have internet connection.
Error: "Access denied" when applying changes
Solution: Run PowerShell as Administrator when applying service changes.
Issue: Special characters display incorrectly
Solution: Files are UTF-8 encoded. If issues persist, re-download from GitHub.
After installation, verify files are present:
Test-Path index.ps1
Test-Path languages.json
Test-Path prompt.txtAll should return True.
Next: Usage Guide