Skip to content

Commit

Permalink
Merge pull request #1106 from Atlas-OS/dev
Browse files Browse the repository at this point in the history
Update
  • Loading branch information
Xyueta authored May 24, 2024
2 parents 2ad0afe + a3b91cf commit f967072
Show file tree
Hide file tree
Showing 8 changed files with 14 additions and 15 deletions.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ whoami /user | find /i "S-1-5-18" > nul 2>&1 || (
exit /b
)

echo Credit to @amitxv on GitHub for the project used that forces timer resolution on Windows 11!
echo Before running this, please see the Atlas documentation, linked in the folder.
echo]
pause & cls
Expand Down
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
[InternetShortcut]
URL=https://github.com/amitxv/AutoGpuAffinity
URL=https://github.com/deaglebullet/AutoGpuAffinity
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ reg add "HKLM\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management
reg add "HKLM\SYSTEM\CurrentControlSet\Control\Session Manager\kernel" /v "DisableExceptionChainValidation" /t REG_DWORD /d "1" /f > nul

:: Disable Control Flow Guard (CFG)
:: Find correct mitigation values for different Windows versions - AMIT
:: Find correct mitigation values for different Windows versions
:: Initialize bit mask in registry by disabling a random mitigation
PowerShell -NoP -C "Set-ProcessMitigation -System -Disable CFG" > nul

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
Prop3=19,11
[InternetShortcut]
IDList=
URL=https://github.com/amitxv/TimerResolution
URL=https://github.com/deaglebullet/TimerResolution
Binary file not shown.
22 changes: 11 additions & 11 deletions src/playbook/Executables/AtlasModules/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,17 @@ The root of the file paths listed here starts in `src\playbook\Executables`.
- Version: v0.4
- Renamed to `multichoice.exe`
- License: [GNU General Public License v3.0](https://github.com/Atlas-OS/utilities/blob/main/LICENSE)
- Last Verified: 8/9/2023 by Xyueta
- Last Verified: 5/24/2024 by Xyueta

## SetTimerResolution & MeasureSleep
- Path: `\AtlasModules\Tools\SetTimerResolution.exe`
- SHA256 Hash: `FE3CDBE2E332E48921FFA2A9697A66F71472D878154BA331D12ADC7E7C767A2B`
- Source: https://github.com/amitxv/TimerResolution/releases/download/SetTimerResolution-v0.1.3/SetTimerResolution.exe
- Version: v0.1.3
- Path: `\AtlasDesktop\3. General Configuration\Power\Timer Resolution\MeasureSleep.exe`
- SHA256 Hash: `055425A39CE8E766055EE2DE3F4CEE1714BCA31F274BF0C9F658009F551E9E73`
- Source: https://github.com/amitxv/TimerResolution/releases/download/MeasureSleep-v0.1.6/MeasureSleep.exe
- Version: v0.1.6
- Repository: https://github.com/amitxv/TimerResolution
- License: [GNU General Public License v3.0](https://github.com/amitxv/TimerResolution/blob/main/LICENSE)
- Last Verified: 8/12/2023 by he3als
- SHA256 Hash: `0515C2428E8960C751AD697ACA1C8D03BD43E2F0F1A0C0D2B4D998361C35EB57`
- Source: https://github.com/deaglebullet/TimerResolution/releases/download/SetTimerResolution-v1.0.0/SetTimerResolution.exe
- Version: v1.0.0
- Path: `\AtlasDesktop\3. General Configuration\Power\Timer Resolution\! MeasureSleep.exe`
- SHA256 Hash: `377AC4DAF2590AE6AC4703E8B9B532CB1D2041EB0AFE7AD4F62546AF32BE1B11`
- Source: https://github.com/deaglebullet/TimerResolution/releases/download/MeasureSleep-v1.0.0/MeasureSleep.exe
- Version: v1.0.0
- Repository: https://github.com/deaglebullet/TimerResolution
- License: [GNU General Public License v3.0](https://github.com/adeaglebullet/TimerResolution/blob/main/LICENSE)
- Last Verified: 5/24/2024 by Xyueta
Binary file modified src/playbook/Executables/AtlasModules/Tools/SetTimerResolution.exe
Binary file not shown.

0 comments on commit f967072

Please sign in to comment.