OK, now you fixed it... ...and did you noticed any difference on your PayPal? @All: Hey guys, donate to HB861, he spends lots of time with these apps...
There is any change to customize even more that lock screen?. I mean, you can change just the color but there is any way to replace that color with an image, like was in 7? or is impossible in 8...
Just wanted to say it's awesome to see some improved customization options for the default screensavers. I like to run one on my secondary monitor to keep it busy while not in use. I miss dreamscenes tho Code: @echo off setlocal enabledelayedexpansion title Screensaver background MODE CON: cols=60 lines=12 COLOR f1 SET @var=SHIFT+WIN+ARROW to send to another display :menu cls echo. echo Screensaver Selection : echo 1. Bubbles echo 2. Ribbons echo 3. 3d Text echo 4. Mystify echo 5. Photo Screensaver echo 6. Photo Gallery (Video) echo C. Custom (Specify filename) echo. set /p menu= Choice : if /i %menu% equ 1 ( cls echo Bubbles ECHO %@var% bubbles.scr/p65552 ) if /i %menu% equ 2 ( cls echo Ribbons ECHO %@var% ribbons.scr/p65552 ) if /i %menu% equ 3 ( cls echo 3D Text ECHO %@var% sstext3d.scr/p65552 ) if /i %menu% equ 4 ( cls echo Mystify ECHO %@var% Mystify.scr/p65552 ) if /i %menu% equ 5 ( cls echo Photo ScreenSaver ECHO %@var% PhotoScreensaver.scr/p65552 ) if /i %menu% equ 6 ( cls echo Photo Gallery Screensaver echo Supports WMV ECHO %@var% WLXPGSS.scr/p65552 ) if /i %menu% equ C ( cls echo Launcher screensaver by filename SET /P Fname= filename.scr : ECHO %@var% !Fname!/p65552 )
Change log 2.0 * improved user folders' location detection in case when folder redirection is enabled via Group Policy * fixed crash of app when it was started from a network share * fixed the file/folder pinning issue when the target file is located on a network share. Many thanks to Alexey Maximov for the extremely useful bug report. Use the download link from the first post.
When I restart Explorer with the tool started with /resident switch, it will not apply the settings and it will also not be possible to apply any settings! Also it would be nice if it had /resident as GUI option and a second switch that would still hide the taskbar icon (so it's applying even when changing, but still hidden).