Skip to content

Commit

Permalink
Autoplay options added
Browse files Browse the repository at this point in the history
Windows media Player (mirror added)
  • Loading branch information
CHEF-KOCH committed Jun 13, 2018
1 parent a43a0c9 commit 7b3332f
Show file tree
Hide file tree
Showing 16 changed files with 13 additions and 1 deletion.
7 changes: 7 additions & 0 deletions Win 10/All Versions/Autoplay/Backup AutoPlay settings.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
:: To create "AutoPlay Settings Backup" folder on your desktop.
mkdir "%userprofile%\Desktop\AutoPlay Settings Backup"

:: To export these two registry keys to .reg files into the "AutoPlay Settings Backup" folder on your desktop.
REG EXPORT HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\AutoplayHandlers\EventHandlersDefaultSelection "%userprofile%\Desktop\AutoPlay Settings Backup\EventHandlersDefaultSelection.reg"

REG EXPORT HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\AutoplayHandlers\UserChosenExecuteHandlers "%userprofile%\Desktop\AutoPlay Settings Backup\UserChosenExecuteHandlers.reg"
3 changes: 3 additions & 0 deletions Win 10/All Versions/Autoplay/Reset AutoPlay.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
REG DELETE HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\AutoplayHandlers\EventHandlersDefaultSelection /F

REG DELETE HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\AutoplayHandlers\UserChosenExecuteHandlers /F
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
4 changes: 3 additions & 1 deletion Win 7/Info/CLSID Key (GUID) Shortcuts List for Windows 7.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,6 @@ explorer.exe /e,::{CLSID key number below}



See: http://msdn.microsoft.com/en-us/library/ms691424(VS.85).aspx
See: http://msdn.microsoft.com/en-us/library/ms691424(VS.85).aspx

or: https://www.hongkiat.com/blog/100-keyboard-shortcuts-windows/

0 comments on commit 7b3332f

Please sign in to comment.