Releases: nosari20/Windows-Desktop-Script-UI
Releases · nosari20/Windows-Desktop-Script-UI
Windows Desktop Script UI v1.0.1
Windows Desktop Script UI v1.0.1
Single-file executable for Windows 10/11 (x64) - 62.86 MB
🚀 What's New
- Self-contained application (no .NET runtime required)
- Single executable file (~62.86MB)
- Dynamic UI generation based on external commands
- File watching capabilities
- Modern Windows 11 design with Acrylic backdrop
- Window opacity control support
🖥️ System Requirements
- Windows 10 version 1903 (build 18362) or later
- Windows 11 (recommended)
- x64 architecture
📥 Installation
- Download
WindowsDesktopScriptUI-v1.0.1.exe - Run directly - no installation required!
🎯 Usage
WindowsDesktopScriptUI-v1.0.1.exe --WatchPath="path/to/your/script.txt" [OPTIONS]⚙️ Available Options
| Option | Description | Example |
|---|---|---|
--WindowTitle="My Window" |
Set custom window title | --WindowTitle="My Application" |
--WelcomeMessage="Hello!" |
Set welcome message | --WelcomeMessage="Welcome!" |
--Height=600 --Width=800 |
Set window dimensions | --Height=600 --Width=800 |
--Opacity=0.8 |
Set window opacity (0.0 to 1.0) | --Opacity=0.8 |
-FullScreen |
Launch in full screen | -FullScreen |
-AlwaysOnTop |
Keep window always on top | -AlwaysOnTop |
-Debug |
Enable debug logging | -Debug |
📝 Control Commands (in watch file)
# Set window content
MainText --Text="Your title"
SubText --Text="Your subtitle"
MainImage --Source="image.jpg"
# Show loading screen
Load --Text="Loading..." --Type=Indeterminate
Load --Text="Progress" --Type=Determinate --Value=50 --ShowPercentage
# Create input forms
Input --Type=Text --Header="Enter name"
Input --Type=ComboBox --Header="Choose" --AllowedValues="Option1|Option2"
Input --Type=ImageChooser --AllowedValues="img1.jpg#Caption1|img2.jpg#Caption2"
# Control application
Terminate # Close the application🔧 Build Information
- Framework: .NET 8.0
- UI Framework: WinUI 3 (Windows App SDK)
- Runtime: Self-contained win-x64
- File Size: ~62.86 MB
- Commit: 983ae25
Windows Desktop Script UI v1.0.0
Windows Desktop Script UI v1.0.0
Single-file executable for Windows 10/11 (x64) - 62.86 MB
🚀 What's New
- Self-contained application (no .NET runtime required)
- Single executable file (~62.86MB)
- Dynamic UI generation based on external commands
- File watching capabilities
- Modern Windows 11 design with Acrylic backdrop
- Window opacity control support
🖥️ System Requirements
- Windows 10 version 1903 (build 18362) or later
- Windows 11 (recommended)
- x64 architecture
📥 Installation
- Download
WindowsDesktopScriptUI-v1.0.0.exe - Run directly - no installation required!
🎯 Usage
WindowsDesktopScriptUI-v1.0.0.exe --WatchPath="path/to/your/script.txt" [OPTIONS]⚙️ Available Options
| Option | Description | Example |
|---|---|---|
--WindowTitle="My Window" |
Set custom window title | --WindowTitle="My Application" |
--WelcomeMessage="Hello!" |
Set welcome message | --WelcomeMessage="Welcome!" |
--Height=600 --Width=800 |
Set window dimensions | --Height=600 --Width=800 |
--Opacity=0.8 |
Set window opacity (0.0 to 1.0) | --Opacity=0.8 |
-FullScreen |
Launch in full screen | -FullScreen |
-AlwaysOnTop |
Keep window always on top | -AlwaysOnTop |
-Debug |
Enable debug logging | -Debug |
📝 Control Commands (in watch file)
# Set window content
MainText --Text="Your title"
SubText --Text="Your subtitle"
MainImage --Source="image.jpg"
# Show loading screen
Load --Text="Loading..." --Type=Indeterminate
Load --Text="Progress" --Type=Determinate --Value=50 --ShowPercentage
# Create input forms
Input --Type=Text --Header="Enter name"
Input --Type=ComboBox --Header="Choose" --AllowedValues="Option1|Option2"
Input --Type=ImageChooser --AllowedValues="img1.jpg#Caption1|img2.jpg#Caption2"
# Control application
Terminate # Close the application🔧 Build Information
- Framework: .NET 8.0
- UI Framework: WinUI 3 (Windows App SDK)
- Runtime: Self-contained win-x64
- File Size: ~62.86 MB
- Commit: 51981dc