3 Simple Ways to
Share What You Make

With Instructables you can share what you make with the world — and tap into an ever-growing community of creative experts.

PhotosPhotos

Share one or more photos of a project, recipe, or whatever you've made, quickly and easily.

Step by StepStep-By-Step

Share your step-by-step photos with text instructions of what you made so others can do it too!

VideoVideo

Share your how-to video. You'll need your embed code from a video site such as YouTube.

How to create a Screensaver Keyboard Shortcut for Windows

How to create a Screensaver Keyboard Shortcut for Windows
This is an instructable detailing how to create a keyboard shortcut so that you can quickly switch to screensaver at any time.
 
Remove these adsRemove these ads by Signing Up
 

Step 1Creating the Shortcut on the Desktop

Creating the Shortcut on the Desktop
«
  • 1.jpg
  • 2.jpg
Go to the folder C:\Windows\System32 and sort by filetype. Look for the screensaver file type (.scr). Find the file scrnsave.scr (you can choose any of the screensavers, this is the black screen one).

Right click and select send to>desktop (create shortcut).
« Previous StepDownload PDFView All StepsNext Step »
3 comments
Jan 11, 2011. 9:16 PMkidmosey says:
If you want to get the current screensaver, put the following into a batch file, then create your shortcut.

@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.
Jan 10, 2011. 8:59 AMrimar2000 says:
This is very interesting, thanks for sharing it.

Pro

Get More Out of Instructables

Already have an Account?

close

All Steps Viewing
View all steps of an Instructable on the same page when you're a Pro Member.

Upgrade to Pro today!
9
Followers
2
Author:VVBoredGuy