Skip to content
/ wbls Public

This PowerShell script takes an screenshot of your screen and set as your lockscreen background

License

Notifications You must be signed in to change notification settings

rdmartins/wbls

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Windows Blurred Login Screen

This little script will take an screenshot of your current screen and set it as login screen background, just before locking your session.

Keep in mind that you need to bypass the lock screen for it to be real nice.

Put a screenshot here (just need to figure how)

How it works

With the executable running in background, press Win+W. The following will then happen:

  1. A screenshot will be taken and saved on the Windows temp directory;
  2. This screenshot will be set as your login/lock screen;
  3. Your computer will lock;
  4. Your background will be set as your login/lock screen.

Some considerations:

  • The screenshot will not be blurred, we are relying to the Windows lock screen to do that;
  • You need to bypass the lock screen, or your screenshot will be visible to anyone.

Installation

I recommend you download the last compiled executable from the relases tab.

Then, simply run it as administrator.

Autorun on login without UAC

The only way I found to run the app on login without having to press Yes everytime on the UAC screen is using a schedule.

You can scredule the app to run with administrator privileges on login, and this way the UAC screen will not show up.

Bypassing the lock screen

First, execute gpedit.msc.

Then, on the left panel, navigate to Computer Configuration -> Administrative Models -> Control Panel -> Customization.

gpedit

Double click the "Do not show lock screen" configuration, and set it to "Enbaled".

Configuration

Click OK and close the last window.

Enjoy ;)


Buy Me A Coffee

About

This PowerShell script takes an screenshot of your screen and set as your lockscreen background

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published