Skip to content

Releases: nosari20/Windows-Desktop-Script-UI

Windows Desktop Script UI v1.0.1

16 Dec 11:59
983ae25

Choose a tag to compare

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

  1. Download WindowsDesktopScriptUI-v1.0.1.exe
  2. 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

16 Dec 10:42
22598e5

Choose a tag to compare

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

  1. Download WindowsDesktopScriptUI-v1.0.0.exe
  2. 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

rc-3

20 Jan 09:06

Choose a tag to compare

rc-3 Pre-release
Pre-release
  • Unique exe file
  • Transparency customization

rc-2

21 May 19:42
680f2e6

Choose a tag to compare

rc-2 Pre-release
Pre-release
  • Update Windows App SDk to 1.5
  • Update .NET to 8

alpha-5

03 Jun 13:11
83f0a6c

Choose a tag to compare

alpha-5 Pre-release
Pre-release

Bug fix

alpha-4

08 May 20:00

Choose a tag to compare

alpha-4 Pre-release
Pre-release

Alpha-4

Windows always on top option
Add new input types

alpha-3

18 Apr 17:04
42468a3

Choose a tag to compare

alpha-3 Pre-release
Pre-release

Alpha-3

Fullscreen support
Change main Text
Change sub text
Progress bar
User input (Tesxt and Password)

alpha-2

18 Apr 08:02

Choose a tag to compare

alpha-2 Pre-release
Pre-release

Alpha-2

  • Fullscreen support
  • Change main Text
  • Change sub text
  • Progress bar