| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| garysmatrix.res | 2026-01-17 | 868 Bytes | |
| garysmatrix_0.0.1.cpp | 2026-01-17 | 107.5 kB | |
| garysmatrix_installer.nsi | 2026-01-17 | 2.5 kB | |
| garysmatrix.bmp | 2026-01-17 | 1.0 MB | |
| garysmatrix.ico | 2026-01-17 | 1.1 kB | |
| garysmatrix.png | 2026-01-17 | 39.3 kB | |
| garysmatrix.rc | 2026-01-17 | 820 Bytes | |
| build.ps1 | 2026-01-17 | 1.8 kB | |
| build_installer.ps1 | 2026-01-17 | 1.4 kB | |
| check_bmp.ps1 | 2026-01-17 | 574 Bytes | |
| convert_images.ps1 | 2026-01-17 | 507 Bytes | |
| install_screensaver.bat | 2026-01-17 | 3.5 kB | |
| INSTALLER_README.md | 2026-01-17 | 3.4 kB | |
| README.md | 2026-01-17 | 2.7 kB | |
| uninstall.ps1 | 2026-01-17 | 640 Bytes | |
| GNU GENERAL PUBLIC LICENSE.txt | 2026-01-17 | 1.9 kB | |
| install.ps1 | 2026-01-17 | 842 Bytes | |
| Totals: 17 Items | 1.2 MB | 0 |
GarysMatrix Screensaver - Installer Guide
Installation Methods
Method 1: Simple Batch Installer (Recommended - No Dependencies)
-
Build the screensaver first:
powershell .\build.ps1 -
Run the installer (right-click and select "Run as administrator"):
install_screensaver.bat -
Follow the on-screen prompts
Method 2: NSIS Installer (Professional Installer)
Requirements: NSIS must be installed first
- Download from: https://nsis.sourceforge.io/
- Install to default location:
C:\Program Files (x86)\NSIS\
Steps:
-
Build the screensaver:
powershell .\build.ps1 -
Build the installer:
powershell .\build_installer.ps1 -
Run the generated
garysmatrix_installer.exe(right-click and select "Run as administrator")
Method 3: PowerShell Installation (Command Line)
.\install.ps1
(Right-click PowerShell and select "Run as administrator")
Configuring the Screensaver
After installation, configure it in Windows Settings:
Windows 10/11:
- Right-click on the desktop → Personalize
- Go to Lock screen (left sidebar)
- Scroll down and click Screensaver settings
- Select GarysMatrix from the dropdown
- Click Settings to customize:
- Choose a color profile (green, blue, red, yellow, orange, purple, rainbow, monochrome)
- Adjust trail contrast (Low, Medium, High)
- Set the wait time (idle time before screensaver activates)
- Click OK to save
Uninstallation
Using Add/Remove Programs:
- Go to Settings → Apps → Apps & features
- Search for "GarysMatrix Screensaver"
- Click on it and select Uninstall
- Follow the prompts
Or run the uninstaller directly:
C:\Windows\System32\garysmatrix_uninstall.bat
(Right-click and select "Run as administrator")
What Gets Installed
C:\Windows\System32\garysmatrix.scr- The screensaver executableC:\Windows\System32\garysmatrix_uninstall.bat- Uninstaller script- Registry entries in
HKCU\Software\garysmatrix- User settings
Features
✓ Multi-monitor support (spans all monitors) ✓ 8 color profiles (green, blue, red, yellow, orange, purple, rainbow, monochrome) ✓ Configurable trail contrast (0-100%) ✓ Unicode character set (Katakana) ✓ Live preview in settings ✓ Registry-backed configuration
Command Line Usage
For advanced users, the screensaver supports command-line arguments:
garysmatrix.scr /s- Show fullscreengarysmatrix.scr /c- Open configuration dialoggarysmatrix.scr /p <hwnd>- Preview mode (used by Windows)
Troubleshooting
Screensaver doesn't appear in list:
- Ensure the .scr file is in
C:\Windows\System32\ - Check that Windows can execute it (right-click → Properties, check "Unblock" if present)
- Try running
install_screensaver.batagain
Settings don't apply:
- Close and reopen the screensaver settings dialog
- Ensure you clicked "OK" to save your changes
Installation fails:
- Right-click the installer and select "Run as administrator"
- Ensure you have write permissions to
C:\Windows\System32\
Support
For issues or feature requests, please refer to the source code repository.