Win8/Win8.1 screenshot: one key to zero /automatic save desktop

  
                                    

For the average user, the most common method is to use the PrintScreen button to complete a full screen shot with the help of drawing. If you are a Win8/Win8.1 user, use Win+PrintScreen directly to automatically save the full screen screenshot in the current system “ screenshots & rdquo; folder. However, many users want to achieve one-click zeroing and automatically save the desktop.

First, how to achieve Win8/Win8.1 screenshots "One key to zero" (ie the screenshot name starts counting from 1)

The operation is as follows:

1. Right-click the Start button, open the Run window, or use the Win+R key combination

2. Enter rgedit to open the Registry Editor

3. Navigate to HKEY_CURRENT_USERSoftwareMicrosoftWindowsCurrentVersionExplorer<<> p> 4. Select Explorer and change the ScreenshotIndex value on the right to 1, and the restart will take effect.

IT Home Reminder: In addition, we can also use the registry import function to achieve "one-click zero". Note: This registry supports reuse.

Using Notepad, create a new & rdquo; Win8 screenshot. reg & ldquo; registry file, enter the following, save to take effect.

Windows Registry Editor Version 5.00

[HKEY_CURRENT_USERSoftwareMicrosoftWindowsCurrentVersionExplorer]

"ExplorerStartupTraceRecorded"=dword:00000001

"ShellState"=hex:24,00 ,00,00,3d,28,00,00,00,00,00,00,00,00,00,00,00,00,00,00,

01,00,00,00 ,13,00,00,00,00,00,00,00,6a,00,00,00

"UserSignedIn"=dword:00000001

"SIDUpdatedOnLibraries"=dword :00000001

"LastClockSize"=hex:2d,00,00,00,11,00,00,00,42,00,00,00,11,00,00,00,32,00 ,00,

00,11,00,00,00

"GlobalAssocChangedCounter"=dword:00000051

"AppReadinessLogonComplete"=dword:00000001

"EnableAutoTray"=dword:00000000

"ScreenshotIndex"=dword:00000001
▲Import Win8 screenshot.reg registry

Second, how to achieve Win8/Win8. 1 screenshot automatically saves the current system desktop?

At this time, we need With implementation system directory soft link Win8 comes mklink command, the original picture is about to screen shots to desktop directory specified directory.
▲ Full-screen screenshots are saved to the Win8 image library screenshot directory by default

The operation is as follows:

1. First delete the Win8/Win8.1 system built-in image library screenshot folder

2, right click on the start button, open the command prompt (admin)

3, enter the following command format:

mklink /j "C:Users current user name PicturesScreenshots" C:Users current user name Desktop

If the current Win8.1 user name is IT home, enter mklink /j "C:UsersIT home PicturesScreenshots" C:UsersIT home Desktop

4, at this time, the default screenshot of Win8/Win8.1 system is redirected to the system desktop

Now, we can use Win+PrintScreen to automatically save the full screen screenshot to the current desktop.

Copyright © Windows knowledge All Rights Reserved