-
-
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' of https://github.com/Atlas-OS/Atlas
- Loading branch information
Showing
5 changed files
with
19 additions
and
1 deletion.
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
9 changes: 9 additions & 0 deletions
9
src/playbook/Configuration/tweaks/qol/explorer/enable-long-paths.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,9 @@ | ||
--- | ||
title: Enable Long Paths | ||
description: Disables the default path length limit. | ||
actions: | ||
- !registryValue: | ||
path: 'HKLM\SYSTEM\CurrentControlSet\Control\FileSystem' | ||
value: 'LongPathsEnabled' | ||
data: '1' | ||
type: REG_DWORD |
4 changes: 4 additions & 0 deletions
4
...s/File Explorer Customization/App Icons on Thumbnails/Disable App Icons on Thumbnails.reg
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,4 @@ | ||
Windows Registry Editor Version 5.00 | ||
|
||
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced] | ||
"ShowTypeOverlay"=dword:00000000 |
4 changes: 4 additions & 0 deletions
4
...plorer Customization/App Icons on Thumbnails/Enable App Icons on Thumbnails (default).reg
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,4 @@ | ||
Windows Registry Editor Version 5.00 | ||
|
||
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced] | ||
"ShowTypeOverlay"=dword:00000001 |
2 changes: 1 addition & 1 deletion
2
...ecutables/AtlasDesktop/6. Advanced Configuration/Driver Configuration/AutoGpuAffinity.url
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 |
---|---|---|
@@ -1,2 +1,2 @@ | ||
[InternetShortcut] | ||
URL=https://github.com/deaglebullet/AutoGpuAffinity | ||
URL=https://github.com/valleyofdoom/AutoGpuAffinity |