Remove these ads by
Signing UpStep 1Creating the Shortcut on the Desktop
Right click and select send to>desktop (create shortcut).
| « Previous Step | Download PDFView All Steps | Next Step » |
Remove these ads by
Signing Up| « Previous Step | Download PDFView All Steps | Next Step » |

All Steps Viewing
View all steps of an Instructable on the same page when you're a Pro Member.
@echo off
for /f "tokens=3" %%a in ('reg query "HKEY_CURRENT_USER\Control Panel\Desktop" /v SCRNSAVE.EXE') do set scrnsave.exe=%%a
start %scrnsave.exe% /s
It should work, anyhow. That is what I do.