Skip to content

Instantly share code, notes, and snippets.

@avshatalov48
Created January 27, 2019 15:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save avshatalov48/e864c6b9898c242893bae45e9ad94112 to your computer and use it in GitHub Desktop.
Save avshatalov48/e864c6b9898c242893bae45e9ad94112 to your computer and use it in GitHub Desktop.
Saving the location of shortcuts on the Windows 10\8\7 desktop
@echo off
rem "Saving the location of shortcuts on the Windows 10\8\7 desktop"
set CURDATE=%date%
reg export "HKEY_CURRENT_USER\Software\Microsoft\Windows\Shell\Bags\1\Desktop" desktop_%date%.reg
set CURDATE=
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment