Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/Atlas-OS/Atlas
Browse files Browse the repository at this point in the history
  • Loading branch information
he3als committed Jul 25, 2024
2 parents f515664 + b8c9e0c commit d3090df
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/playbook/Configuration/tweaks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -219,6 +219,7 @@ actions:
- !task: {path: 'tweaks\qol\explorer\use-compact-mode.yml'}
- !task: {path: 'tweaks\qol\explorer\disable-gallery.yml'}
- !task: {path: 'tweaks\qol\explorer\debloat-send-to.yml'}
- !task: {path: 'tweaks\qol\explorer\enable-long-paths.yml'}

# -------------------------------------------------------------------------- #
# qol\explorer\add-context-menus #
Expand Down
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
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
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
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

0 comments on commit d3090df

Please sign in to comment.