Skip to content

Commit

Permalink
Merge pull request #2 from PapineauD/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
PapineauD authored May 27, 2024
2 parents 9c5e94d + e76b67b commit 7ad5139
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 7 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/apbx.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4
with:
ref: ${{ github.ref }}
token: ${{ secrets.RUNNER_SECRET }}

- name: Get changed files
id: changed-files
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ actions:
# Apply theme file
- !taskKill: {name: 'SystemSettings', ignoreErrors: true}
- !cmd:
command: 'explorer "%windir%\Resources\Themes\atlas-v0.4.x-dark.theme" & timeout /t 6 /nobreak > nul'
command: 'explorer "%windir%\Resources\Themes\atlas-v0.4.x-dark.theme" & timeout /t 9 /nobreak > nul'
wait: true
runas: currentUser
timeout: 30
timeout: 35

# For Windows 11, set recent theme selection
- !taskKill: {name: 'SystemSettings', ignoreErrors: true}
Expand Down
4 changes: 4 additions & 0 deletions src/playbook/Executables/DISABLEPNP.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ $devices = @(
"System CMOS/real time clock",
"System Speaker",
"System Timer"
"Microsoft Virtual Drive Enumerator"
"UMBus Root Bus Enumerator"
"Remote Desktop Device Redirector Bus"
"NDIS Virtual Network Adapter Enumerator"
)

# No errors as some devices may not have an option to be disabled
Expand Down
6 changes: 3 additions & 3 deletions src/playbook/playbook.conf
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
<Playbook>
<Name>AtlasOS</Name>
<Username>Atlas</Username>
<Title>AtlasOS Playbook v0.4.0</Title>
<ShortDescription>AtlasOS Playbook for Windows 10 and 11</ShortDescription>
<Title>AtlasOS Playbook v0.4.0 alpha</Title>
<ShortDescription>AtlasOS Playbook for Windows 11</ShortDescription>
<Description><![CDATA[╭───────────── ⚠️ 𝗖𝗿𝗶𝘁𝗶𝗰𝗮𝗹 ⚠️ ─────────────╮
│    Read the Atlas documentation first.   │
│ https://docs.atlasos.net/   │
Expand All @@ -14,8 +14,8 @@ Atlas makes your computer snappier and more private with lots of usability impro
<ProgressText><![CDATA[Atlas is currently installing software, copying its configuration folders, and tweaking Windows. If you are not already, we recommend following our documentation.]]></ProgressText>
<Version>0.4.0</Version>
<SupportedBuilds>
<string>19045</string>
<string>22631</string>
<string>26100</string>
</SupportedBuilds>
<Requirements>
<Requirement>DefenderToggled</Requirement>
Expand Down

0 comments on commit 7ad5139

Please sign in to comment.