Browse Source

Update 'README.md'

master
LoganDark 2 years ago
parent
commit
4a4fd6473f
1 changed files with 18 additions and 1 deletions
  1. +18
    -1
      README.md

+ 18
- 1
README.md View File

@ -1,3 +1,20 @@
# change-lockscreen-wallpaper
Script for changing the lock screen wallpaper on Windows 10 AME.
Script for changing the lock screen wallpaper on Windows 10 AME
![Demo gif](assets/demo.gif)
## Usage
You can download the script by going to the [latest release](https://git.ameliorated.info/LoganDark/change-lockscreen-wallpaper/releases/latest) and downloading `change-lockscreen-wallpaper.bat` from the Downloads section.
Alternatively, you could clone the repository:
git clone https://git.ameliorated.info/LoganDark/change-lockscreen-wallpaper.git
To run the script, simply drag and drop an image file onto it. You can also run it from a CMD prompt like so:
C:\Users\user> "Downloads\change-lockscreen-wallpaper.bat" "Downloads\ame_wallpaper_1440.bmp"
### Invalid image file type
Since the Creator's Update, JPEG files have been saving as .JFIF instead. You will have to rename them to use them with the script. The script also will not accept any of the more exotic extensions for JPEG or BMP files, so you may have to rename the file if your extension is nonstandard.
This is a preventative measure so you don't accidentally replace your wallpaper with a non-image by dragging over the wrong file.

Loading…
Cancel
Save