Skip to content

Commit

Permalink
Merge branch 'main' into na-upgradability
Browse files Browse the repository at this point in the history
  • Loading branch information
he3als committed Jul 25, 2024
2 parents 41b31de + d3090df commit d0c6410
Show file tree
Hide file tree
Showing 10 changed files with 26 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ contact_links:
url: https://github.com/Atlas-OS/docs/issues/
about: Report all documentation issues in our 'docs' repository issue tracker.
- name: Report a non-Atlas related issue
url: https://forum.atlasos.net/t/atlas-bug-report
about: Please report any non-Atlas Playbook related issue in the 'Bug Report' section on our forum (website, Discord bot, etc.).
url: https://github.com/Atlas-OS/Atlas/discussions
about: Please report any non-Atlas Playbook related issue in the 'Bug Report' section on GitHub Discussions (website, Discord bot, etc.).
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ body:
label: What is your feature request regarding to?
options:
- Atlas Playbook
- Other (submit it in https://forum.atlasos.net)
- Other (submit it in https://github.com/Atlas-OS/Atlas/discussions)
validations:
required: true

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<a href="https://discord.atlasos.net" target="_blank">☎️ Discord</a>
<a href="https://forum.atlasos.net" target="_blank">💬 Forum</a>
<a href="https://github.com/Atlas-OS/Atlas/discussions" target="_blank">💬 Discussions</a>
</p>

## 📚 **Important Documentation**
Expand Down Expand Up @@ -62,7 +62,7 @@ Although the GUI is not open source for AME Wizard, AME Wizard's entire backend
As Atlas doesn't redistribute a modified Windows ISO, it complies with [Windows's Usage Terms](https://www.microsoft.com/en-us/Useterms/Retail/Windows/10/UseTerms_Retail_Windows_10_English.htm). In addition, Atlas does not alter activation in Windows.

## 🎨 Brand kit
Want to create your own Atlas wallpaper with some original creative designs? Visit our [Branding Kit on Docs](https://docs.atlasos.net/branding/) and share your creations on our [forum](https://forum.atlasos.net/t/art-showcase)!
Want to create your own Atlas wallpaper with some original creative designs? Visit our [Branding Kit on Docs](https://docs.atlasos.net/branding/) and share your creations on our [GitHub Discussions](https://github.com/Atlas-OS/Atlas/discussions/categories/community-artwork)!

## 💙 Contributors
<a href="https://github.com/Atlas-OS/Atlas/graphs/contributors" target="_blank"><img src="https://contrib.rocks/image?repo=Atlas-OS/Atlas&columns=18" alt="Avatars of all contributors"></a>
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
2 changes: 2 additions & 0 deletions src/playbook/Executables/AtlasDesktop/Atlas Discussions.url
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[InternetShortcut]
URL=https://github.com/Atlas-OS/Atlas/discussions
2 changes: 0 additions & 2 deletions src/playbook/Executables/AtlasDesktop/Atlas Forum.url

This file was deleted.

0 comments on commit d0c6410

Please sign in to comment.