CarrieForle / change-lockscreen

A Windows daemon to change lockscreen on lock.

Repository from Github https://github.comCarrieForle/change-lockscreenRepository from Github https://github.comCarrieForle/change-lockscreen

(WIP) ChangeLockscreen

A Windows daemon to change lockscreen every time the computer is locked and start up.
This repo is being tested and developed on Windows 11 64 bit with winlibs MinGW-w64.
Download Windows SDK to contribute.

Start-up

You should run the daemon on start-up. Here's how you can do it.

Put the daemon in somewhere persistent.
Create a shortcut (symlink) to the daemon.
Press Win + R and run shell:startup. A folder should be opened in explorer.
Put the shortcut in the said folder.

Build

cd change-lockscreen
g++ src/main.cpp src/ErrorMessageBox.cpp src/ChangeLockscreenDataBuilder.cpp -o out/change-lockscreen.exe --std=c++23 -lwtsapi32 -municode -mwindows

Run

.\run.bat

About

A Windows daemon to change lockscreen on lock.

License:GNU General Public License v3.0


Languages

Language:C++ 99.8%Language:Batchfile 0.2%