Creates a screensaver for Windows that displays the website live.qubic.org
.
- Displays the live website
live.qubic.org
as a screensaver. - Lightweight and easy to install.
- Compatible with Windows operating systems.
dotnet run
dotnet publish -c Release -r win-x64 --self-contained true -p:PublishSingleFile=true -o ./publish
cp .\publis\qubic-live-screensaver.exe .\publish\qubic-live-screensaver.scr
Follow these steps to install and set up the Qubic Screensaver on your system:
Create a directory at the following path:
C:\qubic-screensaver
Copy the following files to the directory:
qubic-live-screensaver.scr
WebView2Loader.dll
These files are included in the qubic-live-screensaver.zip package.
- Open a Command Prompt with Administrator rights (Right-click on "Command Prompt" and select "Run as Administrator").
- Run the following command:
reg add "HKCU\Control Panel\Desktop" /v SCRNSAVE.EXE /t REG_SZ /d "C:\qubic-screensaver\qubic-live-screensaver.scr" /f
This will register the screensaver in the system registry.
- Open the Windows screensaver settings.
- Select Qubic Live Screensaver from the list.
You are now all set to use the Qubic Screensaver on your system!
This project is licensed under the MIT License.
AndyQus