-
-
Notifications
You must be signed in to change notification settings - Fork 540
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into new-ame-wizard
- Loading branch information
Showing
7 changed files
with
35 additions
and
30 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
24 changes: 0 additions & 24 deletions
24
src/playbook/Configuration/tweaks/qol/shell/config-autorun-autoplay.yml
This file was deleted.
Oops, something went wrong.
30 changes: 30 additions & 0 deletions
30
src/playbook/Configuration/tweaks/qol/shell/config-autorun.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
--- | ||
title: Disable AutoRun | ||
description: Disables AutoRun, also known as AutoPlay, for optimal security | ||
actions: | ||
- !registryValue: | ||
path: 'HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\AutoplayHandlers' | ||
value: 'DisableAutoplay' | ||
data: '1' | ||
type: REG_DWORD | ||
- !registryValue: | ||
path: 'HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\AutoplayHandlers\EventHandlersDefaultSelection\CameraAlternate' | ||
value: 'MSTakeNoAction' | ||
data: '' | ||
type: REG_NONE | ||
- !registryValue: | ||
path: 'HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\AutoplayHandlers\EventHandlersDefaultSelection\StorageOnArrival' | ||
value: 'MSTakeNoAction' | ||
data: '' | ||
type: REG_NONE | ||
- !registryValue: | ||
path: 'HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\AutoplayHandlers\UserChosenExecuteHandlers\CameraAlternate\ShowPicturesOnArrival' | ||
value: 'MSTakeNoAction' | ||
data: '' | ||
type: REG_NONE | ||
- !registryValue: | ||
path: 'HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\AutoplayHandlers\UserChosenExecuteHandlers\StorageOnArrival' | ||
value: 'MSTakeNoAction' | ||
data: '' | ||
type: REG_NONE | ||
|
Binary file removed
BIN
-842 Bytes
...Executables/AtlasDesktop/3. General Configuration/AutoPlay/Disable AutoPlay (default).reg
Binary file not shown.
Binary file removed
BIN
-794 Bytes
src/playbook/Executables/AtlasDesktop/3. General Configuration/AutoPlay/Enable AutoPlay.reg
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters