├── LICENSE ├── README.md └── src └── RaxOS ├── DevManView.exe ├── Modules ├── NSudo.exe ├── OpenShellSetup_4_4_194.exe ├── RaxOS.pow ├── VisualCAIO │ ├── install_all.bat │ ├── vcredist2005_x64.exe │ ├── vcredist2005_x86.exe │ ├── vcredist2008_x64.exe │ ├── vcredist2008_x86.exe │ ├── vcredist2010_x64.exe │ ├── vcredist2010_x86.exe │ ├── vcredist2012_x64.exe │ ├── vcredist2012_x86.exe │ ├── vcredist2013_x64.exe │ ├── vcredist2013_x86.exe │ ├── vcredist2015_2017_2019_2022_x64.exe │ └── vcredist2015_2017_2019_2022_x86.exe ├── disable-process-mitigations.bat └── sound.ps1 ├── PostInstall ├── 1-Software │ ├── 1-Install Choco.bat │ └── OpenChoco.ps1 ├── 2-Setup GPU driver │ ├── AMD │ │ ├── Configure amd driver.url │ │ └── Tweaks by Imribiy │ │ │ └── AMD Dwords.bat │ └── Nvidia │ │ ├── !Disable HDCP.bat │ │ ├── !Disable telemetry (Breaks Geforce).bat │ │ ├── !Mpo_disable.reg │ │ ├── !P-State 0.bat │ │ ├── Configure nvidia driver.url │ │ └── NIP │ │ ├── Rax Base Profile (ReBAR Enabled).nip │ │ ├── Rax Base Profile.nip │ │ └── nvidiaProfileInspector.exe ├── Support │ ├── AntiCheat │ │ ├── CS2, The Finals │ │ │ └── CS2, The Finals.bat │ │ ├── Disable DEP.bat │ │ └── Enable DEP.bat │ ├── Bluetooth │ │ ├── Disable Bluetooth.bat │ │ └── Enable Bluetooth.bat │ ├── Clipboard │ │ ├── Disable Clipboard.bat │ │ └── Enable Clipboard.bat │ ├── FSO and Xbox │ │ ├── README.txt │ │ ├── disable-fse-and-allow-gamebar-xos-default.bat │ │ ├── disable-fse.bat │ │ ├── enable-fse-and-disable-gamebar.bat │ │ └── enable-fse.bat │ ├── Night light and Brighteness control │ │ ├── brightness-control-off-default.reg │ │ ├── brightness-control-on-default.reg │ │ ├── nightlight-off.reg │ │ └── nightlight-on.reg │ ├── Ntfs encryption │ │ ├── Disable ntfs encryption.bat │ │ └── Enable ntfs encryption.bat │ ├── Printing │ │ ├── Disable Printing.bat │ │ └── Enable Printing.bat │ ├── Quick access │ │ ├── Enable Quick access.bat │ │ └── Remove Quick access.bat │ ├── SerializeTimerExpiration │ │ ├── Disable SerializeTimerExpiration.reg │ │ ├── Enable SerializeTimerExpiration.reg │ │ └── ReadMe.txt │ ├── StartMenu │ │ └── Startmenu.bat │ ├── TroubleShoot │ │ ├── RaxOS-Default-services-drivers.lnk │ │ └── Windows-Default-services-drivers.lnk │ ├── Wallpaper │ │ ├── Alternative Black.jpg │ │ ├── Alternative Blue.jpg │ │ └── Default Grey.jpg │ └── virtualization based security (VBS) │ │ ├── Disable VBS.bat │ │ └── Enable VBS.bat └── Tweaks │ ├── !Bufferbloat Test.url │ ├── !CPU Idle States.url │ ├── !IMOD.url │ ├── !Micro adjust benchmark.url │ ├── !Network Adapter settings.url │ ├── !TimerResolution.url │ ├── Auto DSCP & FSE.bat │ ├── Autoruns.exe │ ├── CRU │ ├── CRU.exe │ ├── reset-all.exe │ ├── restart.exe │ └── restart64.exe │ ├── Change resolution without immersive cp.lnk │ ├── DeviceCleanup.exe │ ├── GoInterruptPolicy.exe │ ├── Interrupt Affinity Policy Tool.exe │ ├── MSI Mode Utility.exe │ ├── MouseTester │ └── MouseTester.url │ ├── NSudo.exe │ ├── PowerSettingsExplorer.exe │ ├── Process explorer │ ├── !Why you should replace Task Manager.url │ ├── Process Explorer Settings.reg │ └── Process Explorer.url │ ├── SCEWIN │ └── SCEWIN.url │ ├── hidusbf │ ├── DRIVER │ │ ├── 1kHz.cmd │ │ ├── 2kHz-4kHz.cmd │ │ ├── 4kHz-8kHz.cmd │ │ ├── 98ME │ │ │ └── hidusbf.sys │ │ ├── AMD64 │ │ │ ├── 1khz │ │ │ │ └── hidusbf.sys │ │ │ ├── 2khz-4khz │ │ │ │ └── hidusbf.sys │ │ │ ├── 4khz-8khz │ │ │ │ └── hidusbf.sys │ │ │ ├── hidusbf.sys │ │ │ └── nopatch │ │ │ │ └── hidusbf.sys │ │ ├── HIDUSBF.INF │ │ ├── HIDUSBFU.INF │ │ ├── NTX86 │ │ │ ├── 1khz │ │ │ │ └── hidusbf.sys │ │ │ ├── 2khz-4khz │ │ │ │ └── hidusbf.sys │ │ │ ├── 4khz-8khz │ │ │ │ └── hidusbf.sys │ │ │ ├── hidusbf.sys │ │ │ └── nopatch │ │ │ │ └── hidusbf.sys │ │ ├── Setup.exe │ │ ├── nopatch.cmd │ │ └── sx64.exe │ ├── README.2kHz-8kHz.ENG.TXT │ ├── README.ENG.TXT │ ├── README.RUS.TXT │ └── SweetLow.CER │ └── serviwin.exe ├── PostScript └── Script.bat ├── PowerRun.exe ├── Regs └── RaxOS.reg ├── SetTimerResolution.exe ├── Web ├── Screen │ └── img100.jpg └── Wallpaper │ └── Windows │ └── img0.jpg ├── Xml └── RaxOS 23H2.xml └── cleanup.bat /LICENSE: -------------------------------------------------------------------------------- 1 | MIT License 2 | 3 | Copyright (c) 2024 77 | rax 4 | 5 | Permission is hereby granted, free of charge, to any person obtaining a copy 6 | of this software and associated documentation files (the "Software"), to deal 7 | in the Software without restriction, including without limitation the rights 8 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 9 | copies of the Software, and to permit persons to whom the Software is 10 | furnished to do so, subject to the following conditions: 11 | 12 | The above copyright notice and this permission notice shall be included in all 13 | copies or substantial portions of the Software. 14 | 15 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 16 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 17 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 18 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 19 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 20 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 21 | SOFTWARE. 22 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # RaxOS 2 | 3 | ## [Server Link](https://discord.gg/6Y5CZqWHFa) 4 | 5 | **Stripped / Not Working Features**: 6 | - Windows installation from setup.exe 7 | - BitLocker Drive Encryption 8 | - Windows Copilot 9 | - Biometric 10 | - Microsoft To Do 11 | - OneDrive 12 | - Windows Help Content 13 | - Easy Transfer 14 | - Windows To Go 15 | - Cloud Desktop 16 | - System Reset & Recovery 17 | - Windows Defender 18 | - Hyper-V 19 | - CEIP (SQM) 20 | 21 | **:warning:Bugs:warning:** 22 | 23 | - **When you get to oobe press to open CMD execute oobe\BypassNRO.cmd to make a local account** 24 | 25 | - Installing zentimings with choco is bugged 26 | 27 | - ### Credits: 28 | [Amit](https://github.com/amitxv) 29 | [Atlas team](https://github.com/Atlas-OS) 30 | [Catgamerop](https://discord.gg/4Gg8n6WhPN) 31 | [Cynar](https://github.com/CYNAR2k/) 32 | [Imribiy](https://bit.ly/xos-windows) 33 | [Phlegm](https://dsc.gg/ggos) 34 | [Revi team](https://github.com/meetrevision) 35 | [Spddl](https://github.com/spddl) 36 | 37 | 38 | 39 | 40 | 41 | Star History Chart 42 | 43 | 44 | -------------------------------------------------------------------------------- /src/RaxOS/DevManView.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raox77/RaxOS/93340fabc7e1cf5dc35008ae8dc292fb22a3ac3c/src/RaxOS/DevManView.exe -------------------------------------------------------------------------------- /src/RaxOS/Modules/NSudo.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raox77/RaxOS/93340fabc7e1cf5dc35008ae8dc292fb22a3ac3c/src/RaxOS/Modules/NSudo.exe -------------------------------------------------------------------------------- /src/RaxOS/Modules/OpenShellSetup_4_4_194.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raox77/RaxOS/93340fabc7e1cf5dc35008ae8dc292fb22a3ac3c/src/RaxOS/Modules/OpenShellSetup_4_4_194.exe -------------------------------------------------------------------------------- /src/RaxOS/Modules/RaxOS.pow: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raox77/RaxOS/93340fabc7e1cf5dc35008ae8dc292fb22a3ac3c/src/RaxOS/Modules/RaxOS.pow -------------------------------------------------------------------------------- /src/RaxOS/Modules/VisualCAIO/install_all.bat: -------------------------------------------------------------------------------- 1 | @echo off 2 | CD /d %~dp0 3 | 4 | echo. 5 | echo Microsoft Visual C++ All-In-One Runtimes by W1zzard @ TechPowerUp 6 | echo https://www.techpowerup.com/download/visual-c-redistributable-runtime-package-all-in-one/ 7 | echo. 8 | echo Installing runtime packages... 9 | 10 | set IS_X64=0 && if "%PROCESSOR_ARCHITECTURE%"=="AMD64" (set IS_X64=1) else (if "%PROCESSOR_ARCHITEW6432%"=="AMD64" (set IS_X64=1)) 11 | 12 | if "%IS_X64%" == "1" goto X64 13 | 14 | echo 2005... 15 | start /wait vcredist2005_x86.exe /q 16 | 17 | echo 2008... 18 | start /wait vcredist2008_x86.exe /qb 19 | 20 | echo 2010... 21 | start /wait vcredist2010_x86.exe /passive /norestart 22 | 23 | echo 2012... 24 | start /wait vcredist2012_x86.exe /passive /norestart 25 | 26 | echo 2013... 27 | start /wait vcredist2013_x86.exe /passive /norestart 28 | 29 | echo 2015 - 2022... 30 | start /wait vcredist2015_2017_2019_2022_x86.exe /passive /norestart 31 | 32 | goto END 33 | 34 | :X64 35 | 36 | echo 2005... 37 | start /wait vcredist2005_x86.exe /q 38 | start /wait vcredist2005_x64.exe /q 39 | 40 | echo 2008... 41 | start /wait vcredist2008_x86.exe /qb 42 | start /wait vcredist2008_x64.exe /qb 43 | 44 | echo 2010... 45 | start /wait vcredist2010_x86.exe /passive /norestart 46 | start /wait vcredist2010_x64.exe /passive /norestart 47 | 48 | echo 2012... 49 | start /wait vcredist2012_x86.exe /passive /norestart 50 | start /wait vcredist2012_x64.exe /passive /norestart 51 | 52 | echo 2013... 53 | start /wait vcredist2013_x86.exe /passive /norestart 54 | start /wait vcredist2013_x64.exe /passive /norestart 55 | 56 | echo 2015 - 2022... 57 | start /wait vcredist2015_2017_2019_2022_x86.exe /passive /norestart 58 | start /wait vcredist2015_2017_2019_2022_x64.exe /passive /norestart 59 | 60 | goto END 61 | 62 | :END 63 | 64 | echo. 65 | echo Installation completed successfully 66 | 67 | exit -------------------------------------------------------------------------------- /src/RaxOS/Modules/VisualCAIO/vcredist2005_x64.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raox77/RaxOS/93340fabc7e1cf5dc35008ae8dc292fb22a3ac3c/src/RaxOS/Modules/VisualCAIO/vcredist2005_x64.exe -------------------------------------------------------------------------------- /src/RaxOS/Modules/VisualCAIO/vcredist2005_x86.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raox77/RaxOS/93340fabc7e1cf5dc35008ae8dc292fb22a3ac3c/src/RaxOS/Modules/VisualCAIO/vcredist2005_x86.exe -------------------------------------------------------------------------------- /src/RaxOS/Modules/VisualCAIO/vcredist2008_x64.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raox77/RaxOS/93340fabc7e1cf5dc35008ae8dc292fb22a3ac3c/src/RaxOS/Modules/VisualCAIO/vcredist2008_x64.exe -------------------------------------------------------------------------------- /src/RaxOS/Modules/VisualCAIO/vcredist2008_x86.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raox77/RaxOS/93340fabc7e1cf5dc35008ae8dc292fb22a3ac3c/src/RaxOS/Modules/VisualCAIO/vcredist2008_x86.exe -------------------------------------------------------------------------------- /src/RaxOS/Modules/VisualCAIO/vcredist2010_x64.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raox77/RaxOS/93340fabc7e1cf5dc35008ae8dc292fb22a3ac3c/src/RaxOS/Modules/VisualCAIO/vcredist2010_x64.exe -------------------------------------------------------------------------------- /src/RaxOS/Modules/VisualCAIO/vcredist2010_x86.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raox77/RaxOS/93340fabc7e1cf5dc35008ae8dc292fb22a3ac3c/src/RaxOS/Modules/VisualCAIO/vcredist2010_x86.exe -------------------------------------------------------------------------------- /src/RaxOS/Modules/VisualCAIO/vcredist2012_x64.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raox77/RaxOS/93340fabc7e1cf5dc35008ae8dc292fb22a3ac3c/src/RaxOS/Modules/VisualCAIO/vcredist2012_x64.exe -------------------------------------------------------------------------------- /src/RaxOS/Modules/VisualCAIO/vcredist2012_x86.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raox77/RaxOS/93340fabc7e1cf5dc35008ae8dc292fb22a3ac3c/src/RaxOS/Modules/VisualCAIO/vcredist2012_x86.exe -------------------------------------------------------------------------------- /src/RaxOS/Modules/VisualCAIO/vcredist2013_x64.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raox77/RaxOS/93340fabc7e1cf5dc35008ae8dc292fb22a3ac3c/src/RaxOS/Modules/VisualCAIO/vcredist2013_x64.exe -------------------------------------------------------------------------------- /src/RaxOS/Modules/VisualCAIO/vcredist2013_x86.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raox77/RaxOS/93340fabc7e1cf5dc35008ae8dc292fb22a3ac3c/src/RaxOS/Modules/VisualCAIO/vcredist2013_x86.exe -------------------------------------------------------------------------------- /src/RaxOS/Modules/VisualCAIO/vcredist2015_2017_2019_2022_x64.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raox77/RaxOS/93340fabc7e1cf5dc35008ae8dc292fb22a3ac3c/src/RaxOS/Modules/VisualCAIO/vcredist2015_2017_2019_2022_x64.exe -------------------------------------------------------------------------------- /src/RaxOS/Modules/VisualCAIO/vcredist2015_2017_2019_2022_x86.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raox77/RaxOS/93340fabc7e1cf5dc35008ae8dc292fb22a3ac3c/src/RaxOS/Modules/VisualCAIO/vcredist2015_2017_2019_2022_x86.exe -------------------------------------------------------------------------------- /src/RaxOS/Modules/disable-process-mitigations.bat: -------------------------------------------------------------------------------- 1 | @echo off 2 | setlocal EnableDelayedExpansion 3 | 4 | DISM > nul 2>&1 || echo error: administrator privileges required && exit /b 1 5 | 6 | :: initialize mask to get mask length 7 | PowerShell Set-ProcessMitigation -System -Disable CFG 8 | if not %errorlevel% == 0 ( 9 | echo error: unsupported windows version >&2 10 | exit /b 1 11 | ) 12 | 13 | :: get current mask 14 | for /f "tokens=3 skip=2" %%a in ('reg query "HKLM\SYSTEM\CurrentControlSet\Control\Session Manager\kernel" /v "MitigationAuditOptions"') do ( 15 | set "mitigation_mask=%%a" 16 | ) 17 | 18 | echo info: current mask - %mitigation_mask% 19 | 20 | :: set all values in current mask to 2 (disable all mitigations) 21 | for /L %%a in (0,1,9) do ( 22 | set "mitigation_mask=!mitigation_mask:%%a=2!" 23 | ) 24 | 25 | echo info: modified mask - %mitigation_mask% 26 | 27 | :: apply mask to kernel 28 | reg.exe add "HKLM\SYSTEM\CurrentControlSet\Control\Session Manager\kernel" /v "MitigationOptions" /t REG_BINARY /d "%mitigation_mask%" /f > nul 2>&1 29 | reg.exe add "HKLM\SYSTEM\CurrentControlSet\Control\Session Manager\kernel" /v "MitigationAuditOptions" /t REG_BINARY /d "%mitigation_mask%" /f > nul 2>&1 30 | 31 | exit /b 0 32 | -------------------------------------------------------------------------------- /src/RaxOS/Modules/sound.ps1: -------------------------------------------------------------------------------- 1 | Write-Host " Setting Sound Schemes to 'No Sound' .." -foregroundcolor Gray -backgroundcolor black 2 | 3 | $Path = "HKCU:\AppEvents\Schemes" 4 | 5 | $Keyname = "(Default)" 6 | 7 | $SetValue = ".None" 8 | 9 | $TestPath = Test-Path $Path 10 | if (-Not($TestPath -eq $True)) { 11 | Write-Host " Creating Folder.. " -foregroundcolor Gray -backgroundcolor black 12 | New-item $path -force 13 | } 14 | 15 | if (Get-ItemProperty -path $Path -name $KeyName -EA SilentlyContinue) { 16 | 17 | $Keyvalue = (Get-ItemProperty -path $Path).$keyname 18 | 19 | if ($KeyValue -eq $setValue) { 20 | 21 | Write-Host " The Registry Key Already Exists. " -foregroundcolor green -backgroundcolor black 22 | 23 | 24 | } 25 | else { 26 | 27 | Write-Host " Changing Key Value.. " -foregroundcolor Gray -backgroundcolor black 28 | 29 | New-itemProperty -path $Path -Name $keyname -value $SetValue -force # Set 'No Sound' Schemes 30 | Get-ChildItem -Path "HKCU:\AppEvents\Schemes\Apps" | # Apply 'No Sound' Schemes 31 | Get-ChildItem | 32 | Get-ChildItem | 33 | Where-Object { $_.PSChildName -eq ".Current" } | 34 | Set-ItemProperty -Name "(Default)" -Value "" 35 | 36 | Write-Host " The Registry Key Value Changed Sucessfully. " -foregroundcolor green -backgroundcolor black 37 | } 38 | 39 | } 40 | else { 41 | 42 | Write-Host " Creating Registry Key.. " -foregroundcolor Gray -backgroundcolor black 43 | 44 | New-itemProperty -path $Path -Name $keyname -value $SetValue -force 45 | Get-ChildItem -Path "HKCU:\AppEvents\Schemes\Apps" | 46 | Get-ChildItem | 47 | Get-ChildItem | 48 | Where-Object { $_.PSChildName -eq ".Current" } | 49 | Set-ItemProperty -Name "(Default)" -Value "" 50 | 51 | 52 | Write-Host " The Registry Key Created Sucessfully. " -foregroundcolor green -backgroundcolor black 53 | } -------------------------------------------------------------------------------- /src/RaxOS/PostInstall/1-Software/1-Install Choco.bat: -------------------------------------------------------------------------------- 1 | powershell Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; iex ((New-Object System.Net.WebClient).DownloadString('https://community.chocolatey.org/install.ps1')) -------------------------------------------------------------------------------- /src/RaxOS/PostInstall/1-Software/OpenChoco.ps1: -------------------------------------------------------------------------------- 1 | $ErrorActionPreference = 'SilentlyContinue' 2 | Start-Transcript -Path "C:\ProgramData\chocolatey\installChoco.log" -Append | Out-Null 3 | 4 | & ping community.chocolatey.org -n 1 | Out-Null 5 | if ($LASTEXITCODE -eq 0) { 6 | # internet available 7 | if (!(Test-Path -Path "$Env:ProgramData\chocolatey")) { 8 | [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072 9 | Invoke-Expression ((New-Object System.Net.WebClient).DownloadString('https://community.chocolatey.org/install.ps1')) 10 | Start-Process -FilePath $Env:ProgramData\chocolatey\choco.exe -ArgumentList 'feature', 'enable', '-n=useRememberedArgumentsForUpgrades' -NoNewWindow -Wait 11 | Start-Process -FilePath $Env:ProgramData\chocolatey\choco.exe -ArgumentList 'install', 'directx', '-y', '--ignore-checksums' -NoNewWindow -Wait 12 | } 13 | } else { 14 | # No internet available 15 | Stop-Transcript 16 | [System.Reflection.Assembly]::LoadWithPartialName('System.Windows.Forms') 17 | [System.Windows.Forms.MessageBox]::Show('First establish an internet connection to download programs from the internet.', 'Installer', [System.Windows.Forms.MessageBoxButtons]::OK, [System.Windows.Forms.MessageBoxIcon]::Error) 18 | Exit 19 | } 20 | 21 | [int] $global:column = 0 22 | [int] $maxColumn = 1 23 | [int] $separate = 30 24 | [int] $global:lastPos = 50 25 | [bool]$global:install = $false 26 | [bool]$global:update = $false 27 | [bool]$global:task = $false 28 | 29 | [bool]$global:CPU_Intel = $true 30 | [bool]$global:CPU_AMD = $true 31 | [bool]$global:GPU_AMD = $true 32 | [bool]$global:GPU_Nvidia = $true 33 | 34 | if ((Get-Service -Name winmgmt).Status -eq 'Running') { 35 | $Manufacturer = (Get-WmiObject -Query 'select Manufacturer from win32_processor').Manufacturer 36 | if ($Manufacturer -eq 'AuthenticAMD') { 37 | $global:CPU_Intel = $false 38 | } elseif ($Manufacturer -eq 'GenuineIntel') { 39 | $global:CPU_AMD = $false 40 | } 41 | 42 | $PNPDeviceID = (Get-WmiObject -Query 'select PNPDeviceID from win32_videocontroller').PNPDeviceID 43 | if ($PNPDeviceID -like '*VEN_10DE&*') { 44 | # Nvidia 45 | $global:GPU_AMD = $false 46 | } 47 | } 48 | 49 | function generate_checkbox { 50 | param( 51 | [string]$checkboxText, 52 | [string]$package, 53 | [bool]$enabled = $true 54 | ) 55 | $checkbox = New-Object System.Windows.Forms.checkbox 56 | if ($global:column -ge $maxColumn) { 57 | $checkbox.Location = New-Object System.Drawing.Size(($global:column * 300), $global:lastPos) 58 | $global:column = 0 59 | $global:lastPos += $separate 60 | } else { 61 | $checkbox.Location = New-Object System.Drawing.Size(30, $global:lastPos) 62 | $global:column = $column + 1 63 | } 64 | $checkbox.Size = New-Object System.Drawing.Size(250, 18) 65 | $checkbox.Text = $checkboxText 66 | $checkbox.Name = $package 67 | $checkbox.Enabled = $enabled 68 | 69 | $checkbox 70 | } 71 | 72 | if (!(Test-Path -Path 'C:\ProgramData\chocolatey')) { 73 | [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072 74 | Invoke-Expression ((New-Object System.Net.WebClient).DownloadString('https://community.chocolatey.org/install.ps1')) 75 | } 76 | 77 | [void] [System.Reflection.Assembly]::LoadWithPartialName('System.Windows.Forms') 78 | [void] [System.Reflection.Assembly]::LoadWithPartialName('System.Drawing') 79 | 80 | # Set the size of your form 81 | $Form = New-Object System.Windows.Forms.Form 82 | [System.Windows.Forms.Application]::EnableVisualStyles() 83 | $Form.Text = 'Install Software' # Titlebar 84 | $Form.ShowIcon = $false 85 | $Form.MaximizeBox = $false 86 | $Form.MinimizeBox = $false 87 | $Form.Size = New-Object System.Drawing.Size(600, 210) 88 | $Form.AutoSizeMode = 0 89 | $Form.KeyPreview = $True 90 | $Form.SizeGripStyle = 2 91 | 92 | # label 93 | $Label = New-Object System.Windows.Forms.label 94 | $Label.Location = New-Object System.Drawing.Size(11, 15) 95 | $Label.Size = New-Object System.Drawing.Size(255, 15) 96 | $Label.Text = 'download and install software from chocolatey:' 97 | $Form.Controls.Add($Label) 98 | 99 | # https://community.chocolatey.org/packages/amd-ryzen-chipset 100 | $Form.Controls.Add((generate_checkbox 'AMD Ryzen Chipset Drivers' 'amd-ryzen-chipset' $global:CPU_AMD)) 101 | 102 | # https://community.chocolatey.org/packages/zentimings 103 | $Form.Controls.Add((generate_checkbox 'ZenTimings' 'zentimings' $global:CPU_AMD)) 104 | 105 | # https://community.chocolatey.org/packages/Firefox 106 | $Form.Controls.Add((generate_checkbox 'Firefox' 'firefox')) 107 | 108 | # https://community.chocolatey.org/packages/waterfox 109 | $Form.Controls.Add((generate_checkbox 'Waterfox' 'waterfox')) 110 | 111 | # https://community.chocolatey.org/packages/librewolf 112 | $Form.Controls.Add((generate_checkbox 'LibreWolf' 'librewolf')) 113 | 114 | # https://community.chocolatey.org/packages/chromium 115 | $Form.Controls.Add((generate_checkbox 'Chromium' 'chromium')) 116 | 117 | # https://community.chocolatey.org/packages/GoogleChrome 118 | $Form.Controls.Add((generate_checkbox 'Google Chrome' 'googlechrome')) 119 | 120 | # https://community.chocolatey.org/packages/brave 121 | $Form.Controls.Add((generate_checkbox 'Brave' 'brave')) 122 | 123 | # https://community.chocolatey.org/packages/Vivaldi 124 | $Form.Controls.Add((generate_checkbox 'Vivaldi' 'vivaldi')) 125 | 126 | # https://community.chocolatey.org/packages/steam-client 127 | $Form.Controls.Add((generate_checkbox 'Steam' 'steam-client')) 128 | 129 | # https://community.chocolatey.org/packages/teamspeak 130 | $Form.Controls.Add((generate_checkbox 'Teamspeak' 'teamspeak')) 131 | 132 | # https://community.chocolatey.org/packages/spotify 133 | $Form.Controls.Add((generate_checkbox 'Spotify' 'spotify')) 134 | 135 | # https://community.chocolatey.org/packages/foobar2000 136 | $Form.Controls.Add((generate_checkbox 'foobar2000' 'foobar2000')) 137 | 138 | # https://community.chocolatey.org/packages/obs-studio 139 | $Form.Controls.Add((generate_checkbox 'OBS Studio' 'obs-studio')) 140 | 141 | # https://community.chocolatey.org/packages/notepadplusplus 142 | $Form.Controls.Add((generate_checkbox 'Notepad++' 'notepadplusplus.install')) 143 | 144 | # https://community.chocolatey.org/packages/hwinfo 145 | $Form.Controls.Add((generate_checkbox 'HWiNFO' 'hwinfo')) 146 | 147 | # https://community.chocolatey.org/packages/sdio 148 | $Form.Controls.Add((generate_checkbox 'SDIO' 'sdio')) 149 | 150 | # https://community.chocolatey.org/packages/mpc-hc 151 | $Form.Controls.Add((generate_checkbox 'MPC-HC' 'mpc-hc')) 152 | 153 | # https://community.chocolatey.org/packages/gpu-z 154 | $Form.Controls.Add((generate_checkbox 'GPU-Z' 'gpu-z')) 155 | 156 | # https://community.chocolatey.org/packages/rare 157 | $Form.Controls.Add((generate_checkbox 'Rare' 'rare')) 158 | 159 | # https://community.chocolatey.org/packages/lightshot.install 160 | $Form.Controls.Add((generate_checkbox 'Lightshot' 'lightshot.install')) 161 | 162 | # https://community.chocolatey.org/packages/anydesk 163 | $Form.Controls.Add((generate_checkbox 'Anydesk' 'anydesk')) 164 | 165 | # https://community.chocolatey.org/packages/nanazip 166 | $Form.Controls.Add((generate_checkbox 'NanaZip' 'nanazip')) 167 | 168 | # https://community.chocolatey.org/packages/7zip/23.1.0 169 | $Form.Controls.Add((generate_checkbox '7zip' '7zip')) 170 | 171 | if ($global:column -ne 0) { 172 | $global:lastPos += $separate 173 | } 174 | 175 | $Form.height = $global:lastPos + 80 176 | 177 | $lastPosWidth = $form.Width - 80 - 31 178 | $TaskButton = New-Object System.Windows.Forms.Button 179 | $TaskButton.Location = New-Object System.Drawing.Size($lastPosWidth, $global:lastPos) 180 | $TaskButton.Size = New-Object System.Drawing.Size(80, 23) 181 | $TaskButton.Text = 'Create Task' 182 | $TaskButton.Add_Click({ 183 | $global:task = $true 184 | $Form.Close() 185 | }) 186 | $Form.Controls.Add($TaskButton) 187 | 188 | $lastPosWidth = $lastPosWidth - 80 - 7 189 | $UpdateButton = New-Object System.Windows.Forms.Button 190 | $UpdateButton.Location = New-Object System.Drawing.Size($lastPosWidth, $global:lastPos) 191 | $UpdateButton.Size = New-Object System.Drawing.Size(80, 23) 192 | $UpdateButton.Text = 'Update' 193 | $UpdateButton.Add_Click({ 194 | $global:update = $true 195 | $Form.Close() 196 | }) 197 | $Form.Controls.Add($UpdateButton) 198 | 199 | $lastPosWidth = $lastPosWidth - 80 - 7 200 | $InstallButton = New-Object System.Windows.Forms.Button 201 | $InstallButton.Location = New-Object System.Drawing.Size($lastPosWidth, $global:lastPos) 202 | $InstallButton.Size = New-Object System.Drawing.Size(80, 23) 203 | $InstallButton.Text = 'Install' 204 | $InstallButton.Add_Click({ 205 | $global:install = $true 206 | $Form.Close() 207 | }) 208 | $Form.Controls.Add($InstallButton) 209 | 210 | # Activate the form 211 | $Form.Add_Shown({ $Form.Activate() }) 212 | [void] $Form.ShowDialog() 213 | 214 | if ($global:install) { 215 | $installPackages = [System.Collections.ArrayList]::new() 216 | $installSeparatedPackages = [System.Collections.ArrayList]::new() 217 | $Form.Controls | Where-Object { $_ -is [System.Windows.Forms.Checkbox] } | ForEach-Object { 218 | if ($_.Checked) { 219 | if ($_.Name.contains('--')) { 220 | # Packages with parameters are installed separately from the others 221 | [void]$installSeparatedPackages.Add($_.Name) 222 | } else { 223 | # are all installed in series 224 | [void]$installPackages.Add($_.Name) 225 | } 226 | } 227 | } 228 | 229 | if ($installPackages.count -ne 0) { 230 | Write-Host "$Env:ProgramData\chocolatey\choco.exe install $($installPackages -join ' ') -y" 231 | Start-Process -FilePath "$Env:ProgramData\chocolatey\choco.exe" -ArgumentList "install $($installPackages -join ' ') -y --ignore-checksums" -Wait 232 | } 233 | if ($installSeparatedPackages.count -ne 0) { 234 | foreach ($paket in $installSeparatedPackages) { 235 | Write-Host "$Env:ProgramData\chocolatey\choco.exe install $paket -y" 236 | Start-Process -FilePath "$Env:ProgramData\chocolatey\choco.exe" -ArgumentList "install $paket -y --ignore-checksums" -Wait 237 | if ($paket.contains('--version')) { 238 | # Packages with version parameters should not be updated 239 | Write-Host "$Env:ProgramData\chocolatey\choco.exe pin add -n $($paket.split(' ')[0])" 240 | Start-Process -FilePath "$Env:ProgramData\chocolatey\choco.exe" -ArgumentList "pin add -n $($paket.split(' ')[0])" -Wait 241 | } 242 | } 243 | } 244 | } elseif ($global:update) { 245 | Write-Host "$Env:ProgramData\chocolatey\choco.exe upgrade all" 246 | Start-Process -FilePath "$Env:ProgramData\chocolatey\choco.exe" -Verb RunAs -ArgumentList 'upgrade all' -Wait 247 | } elseif ($global:task) { 248 | $action = New-ScheduledTaskAction -Execute "$Env:ProgramData\chocolatey\choco.exe" -Argument 'upgrade all' 249 | $trigger = New-ScheduledTaskTrigger -AtLogOn 250 | $principal = New-ScheduledTaskPrincipal -UserId (Get-CimInstance -ClassName Win32_ComputerSystem | Select-Object -expand UserName) -RunLevel Highest 251 | 252 | Register-ScheduledTask -Action $action -Trigger $trigger -Principal $principal -TaskName 'Update chocolatey packages' -TaskPath '\Choco\' -Description 'Update chocolatey packages - Choco' 253 | [System.Windows.Forms.MessageBox]::Show('Done', 'Task created', 0) 254 | } 255 | Stop-Transcript -------------------------------------------------------------------------------- /src/RaxOS/PostInstall/2-Setup GPU driver/AMD/Configure amd driver.url: -------------------------------------------------------------------------------- 1 | [{000214A0-0000-0000-C000-000000000046}] 2 | Prop3=19,11 3 | [InternetShortcut] 4 | IDList= 5 | URL=https://github.com/valleyofdoom/PC-Tuning/blob/main/docs/configure-amd.md 6 | HotKey=0 7 | -------------------------------------------------------------------------------- /src/RaxOS/PostInstall/2-Setup GPU driver/AMD/Tweaks by Imribiy/AMD Dwords.bat: -------------------------------------------------------------------------------- 1 | @echo Off 2 | ::Made by imribiy 3 | ::Last updated 24.08.2023 4 | ::https://github.com/imribiy/amd-gpu-tweaks 5 | Reg.exe add "HKCU\Software\AMD\CN" /v "AutoUpdateTriggered" /t REG_DWORD /d "0" /f > nul 2>&1 > nul 2>&1 6 | Reg.exe add "HKCU\Software\AMD\CN" /v "PowerSaverAutoEnable_CUR" /t REG_DWORD /d "0" /f > nul 2>&1 7 | Reg.exe add "HKCU\Software\AMD\CN" /v "BuildType" /t REG_DWORD /d "0" /f > nul 2>&1 8 | Reg.exe add "HKCU\Software\AMD\CN" /v "WizardProfile" /t REG_SZ /d "PROFILE_CUSTOM" /f > nul 2>&1 9 | Reg.exe add "HKCU\Software\AMD\CN" /v "UserTypeWizardShown" /t REG_DWORD /d "1" /f > nul 2>&1 10 | Reg.exe add "HKCU\Software\AMD\CN" /v "AutoUpdate" /t REG_DWORD /d "0" /f > nul 2>&1 11 | Reg.exe add "HKCU\Software\AMD\CN" /v "RSXBrowserUnavailable" /t REG_SZ /d "true" /f > nul 2>&1 12 | Reg.exe add "HKCU\Software\AMD\CN" /v "SystemTray" /t REG_SZ /d "false" /f > nul 2>&1 13 | Reg.exe add "HKCU\Software\AMD\CN" /v "AllowWebContent" /t REG_SZ /d "false" /f > nul 2>&1 14 | Reg.exe add "HKCU\Software\AMD\CN" /v "CN_Hide_Toast_Notification" /t REG_SZ /d "true" /f > nul 2>&1 15 | Reg.exe add "HKCU\Software\AMD\CN" /v "AnimationEffect" /t REG_SZ /d "false" /f > nul 2>&1 16 | Reg.exe add "HKCU\Software\AMD\CN\OverlayNotification" /v "AlreadyNotified" /t REG_DWORD /d "1" /f > nul 2>&1 17 | Reg.exe add "HKCU\Software\AMD\CN\VirtualSuperResolution" /v "AlreadyNotified" /t REG_DWORD /d "1" /f > nul 2>&1 18 | Reg.exe add "HKCU\Software\AMD\DVR" /v "PerformanceMonitorOpacityWA" /t REG_DWORD /d "0" /f > nul 2>&1 19 | Reg.exe add "HKCU\Software\AMD\DVR" /v "DvrEnabled" /t REG_DWORD /d "1" /f > nul 2>&1 20 | Reg.exe add "HKCU\Software\AMD\DVR" /v "ActiveSceneId" /t REG_SZ /d "0" /f > nul 2>&1 21 | Reg.exe add "HKCU\Software\AMD\DVR" /v "PrevInstantReplayEnable" /t REG_DWORD /d "0" /f > nul 2>&1 22 | Reg.exe add "HKCU\Software\AMD\DVR" /v "PrevInGameReplayEnabled" /t REG_DWORD /d "0" /f > nul 2>&1 23 | Reg.exe add "HKCU\Software\AMD\DVR" /v "PrevInstantGifEnabled" /t REG_DWORD /d "0" /f > nul 2>&1 24 | Reg.exe add "HKCU\Software\AMD\DVR" /v "RemoteServerStatus" /t REG_DWORD /d "0" /f > nul 2>&1 25 | Reg.exe add "HKCU\Software\AMD\DVR" /v "ShowRSOverlay" /t REG_SZ /d "false" /f > nul 2>&1 26 | Reg.exe add "HKCU\Software\ATI\ACE\Settings\ADL\AppProfiles" /v "AplReloadCounter" /t REG_DWORD /d "0" /f > nul 2>&1 27 | Reg.exe add "HKLM\Software\AMD\Install" /v "AUEP" /t REG_DWORD /d "1" /f > nul 2>&1 28 | Reg.exe add "HKLM\Software\AUEP" /v "RSX_AUEPStatus" /t REG_DWORD /d "2" /f > nul 2>&1 29 | Reg.exe add "HKLM\System\CurrentControlSet\Control\Class\{4d36e968-e325-11ce-bfc1-08002be10318}\0000" /v "NotifySubscription" /t REG_BINARY /d "3000" /f > nul 2>&1 30 | Reg.exe add "HKLM\System\CurrentControlSet\Control\Class\{4d36e968-e325-11ce-bfc1-08002be10318}\0000" /v "IsComponentControl" /t REG_BINARY /d "00000000" /f > nul 2>&1 31 | Reg.exe add "HKLM\System\CurrentControlSet\Control\Class\{4d36e968-e325-11ce-bfc1-08002be10318}\0000" /v "KMD_USUEnable" /t REG_DWORD /d "0" /f > nul 2>&1 32 | Reg.exe add "HKLM\System\CurrentControlSet\Control\Class\{4d36e968-e325-11ce-bfc1-08002be10318}\0000" /v "KMD_RadeonBoostEnabled" /t REG_DWORD /d "0" /f > nul 2>&1 33 | Reg.exe add "HKLM\System\CurrentControlSet\Control\Class\{4d36e968-e325-11ce-bfc1-08002be10318}\0000" /v "IsAutoDefault" /t REG_BINARY /d "01000000" /f > nul 2>&1 34 | Reg.exe add "HKLM\System\CurrentControlSet\Control\Class\{4d36e968-e325-11ce-bfc1-08002be10318}\0000" /v "KMD_ChillEnabled" /t REG_DWORD /d "0" /f > nul 2>&1 35 | Reg.exe add "HKLM\System\CurrentControlSet\Control\Class\{4d36e968-e325-11ce-bfc1-08002be10318}\0000" /v "KMD_DeLagEnabled" /t REG_DWORD /d "0" /f > nul 2>&1 36 | Reg.exe add "HKLM\System\CurrentControlSet\Control\Class\{4d36e968-e325-11ce-bfc1-08002be10318}\0000" /v "ACE" /t REG_BINARY /d "3000" /f > nul 2>&1 37 | Reg.exe add "HKLM\System\CurrentControlSet\Control\Class\{4d36e968-e325-11ce-bfc1-08002be10318}\0000\UMD" /v "AnisoDegree_SET" /t REG_BINARY /d "3020322034203820313600" /f > nul 2>&1 38 | Reg.exe add "HKLM\System\CurrentControlSet\Control\Class\{4d36e968-e325-11ce-bfc1-08002be10318}\0000\UMD" /v "Main3D_SET" /t REG_BINARY /d "302031203220332034203500" /f > nul 2>&1 39 | Reg.exe add "HKLM\System\CurrentControlSet\Control\Class\{4d36e968-e325-11ce-bfc1-08002be10318}\0000\UMD" /v "Tessellation_OPTION" /t REG_BINARY /d "3200" /f > nul 2>&1 40 | Reg.exe add "HKLM\System\CurrentControlSet\Control\Class\{4d36e968-e325-11ce-bfc1-08002be10318}\0000\UMD" /v "Tessellation" /t REG_BINARY /d "3100" /f > nul 2>&1 41 | Reg.exe add "HKLM\System\CurrentControlSet\Control\Class\{4d36e968-e325-11ce-bfc1-08002be10318}\0000\UMD" /v "AAF" /t REG_BINARY /d "30000000" /f > nul 2>&1 42 | Reg.exe add "HKLM\System\CurrentControlSet\Control\Class\{4d36e968-e325-11ce-bfc1-08002be10318}\0000\UMD" /v "GI" /t REG_BINARY /d "31000000" /f > nul 2>&1 43 | Reg.exe add "HKLM\System\CurrentControlSet\Control\Class\{4d36e968-e325-11ce-bfc1-08002be10318}\0000\UMD" /v "CatalystAI" /t REG_BINARY /d "31000000" /f > nul 2>&1 44 | Reg.exe add "HKLM\System\CurrentControlSet\Control\Class\{4d36e968-e325-11ce-bfc1-08002be10318}\0000\UMD" /v "TemporalAAMultiplier_NA" /t REG_BINARY /d "3100" /f > nul 2>&1 45 | Reg.exe add "HKLM\System\CurrentControlSet\Control\Class\{4d36e968-e325-11ce-bfc1-08002be10318}\0000\UMD" /v "ForceZBufferDepth" /t REG_BINARY /d "30000000" /f > nul 2>&1 46 | Reg.exe add "HKLM\System\CurrentControlSet\Control\Class\{4d36e968-e325-11ce-bfc1-08002be10318}\0000\UMD" /v "EnableTripleBuffering" /t REG_BINARY /d "3000" /f > nul 2>&1 47 | Reg.exe add "HKLM\System\CurrentControlSet\Control\Class\{4d36e968-e325-11ce-bfc1-08002be10318}\0000\UMD" /v "ExportCompressedTex" /t REG_BINARY /d "31000000" /f > nul 2>&1 48 | Reg.exe add "HKLM\System\CurrentControlSet\Control\Class\{4d36e968-e325-11ce-bfc1-08002be10318}\0000\UMD" /v "PixelCenter" /t REG_BINARY /d "30000000" /f > nul 2>&1 49 | Reg.exe add "HKLM\System\CurrentControlSet\Control\Class\{4d36e968-e325-11ce-bfc1-08002be10318}\0000\UMD" /v "ZFormats_NA" /t REG_BINARY /d "3100" /f > nul 2>&1 50 | Reg.exe add "HKLM\System\CurrentControlSet\Control\Class\{4d36e968-e325-11ce-bfc1-08002be10318}\0000\UMD" /v "DitherAlpha_NA" /t REG_BINARY /d "3100" /f > nul 2>&1 51 | Reg.exe add "HKLM\System\CurrentControlSet\Control\Class\{4d36e968-e325-11ce-bfc1-08002be10318}\0000\UMD" /v "SwapEffect_D3D_SET" /t REG_BINARY /d "3020312032203320342038203900" /f > nul 2>&1 52 | Reg.exe add "HKLM\System\CurrentControlSet\Control\Class\{4d36e968-e325-11ce-bfc1-08002be10318}\0000\UMD" /v "TFQ" /t REG_BINARY /d "3200" /f > nul 2>&1 53 | Reg.exe add "HKLM\System\CurrentControlSet\Control\Class\{4d36e968-e325-11ce-bfc1-08002be10318}\0000\UMD" /v "VSyncControl" /t REG_BINARY /d "3100" /f > nul 2>&1 54 | Reg.exe add "HKLM\System\CurrentControlSet\Control\Class\{4d36e968-e325-11ce-bfc1-08002be10318}\0000\UMD" /v "TextureOpt" /t REG_BINARY /d "30000000" /f > nul 2>&1 55 | Reg.exe add "HKLM\System\CurrentControlSet\Control\Class\{4d36e968-e325-11ce-bfc1-08002be10318}\0000\UMD" /v "TextureLod" /t REG_BINARY /d "30000000" /f > nul 2>&1 56 | Reg.exe add "HKLM\System\CurrentControlSet\Control\Class\{4d36e968-e325-11ce-bfc1-08002be10318}\0000\UMD" /v "ASE" /t REG_BINARY /d "3000" /f > nul 2>&1 57 | Reg.exe add "HKLM\System\CurrentControlSet\Control\Class\{4d36e968-e325-11ce-bfc1-08002be10318}\0000\UMD" /v "ASD" /t REG_BINARY /d "3000" /f > nul 2>&1 58 | Reg.exe add "HKLM\System\CurrentControlSet\Control\Class\{4d36e968-e325-11ce-bfc1-08002be10318}\0000\UMD" /v "ASTT" /t REG_BINARY /d "3000" /f > nul 2>&1 59 | Reg.exe add "HKLM\System\CurrentControlSet\Control\Class\{4d36e968-e325-11ce-bfc1-08002be10318}\0000\UMD" /v "AntiAliasSamples" /t REG_BINARY /d "3000" /f > nul 2>&1 60 | Reg.exe add "HKLM\System\CurrentControlSet\Control\Class\{4d36e968-e325-11ce-bfc1-08002be10318}\0000\UMD" /v "AntiAlias" /t REG_BINARY /d "3100" /f > nul 2>&1 61 | Reg.exe add "HKLM\System\CurrentControlSet\Control\Class\{4d36e968-e325-11ce-bfc1-08002be10318}\0000\UMD" /v "AnisoDegree" /t REG_BINARY /d "3000" /f > nul 2>&1 62 | Reg.exe add "HKLM\System\CurrentControlSet\Control\Class\{4d36e968-e325-11ce-bfc1-08002be10318}\0000\UMD" /v "AnisoType" /t REG_BINARY /d "30000000" /f > nul 2>&1 63 | Reg.exe add "HKLM\System\CurrentControlSet\Control\Class\{4d36e968-e325-11ce-bfc1-08002be10318}\0000\UMD" /v "AntiAliasMapping_SET" /t REG_BINARY /d "3028303A302C313A3029203228303A322C313A3229203428303A342C313A3429203828303A382C313A382900" /f > nul 2>&1 64 | Reg.exe add "HKLM\System\CurrentControlSet\Control\Class\{4d36e968-e325-11ce-bfc1-08002be10318}\0000\UMD" /v "AntiAliasSamples_SET" /t REG_BINARY /d "3020322034203800" /f > nul 2>&1 65 | Reg.exe add "HKLM\System\CurrentControlSet\Control\Class\{4d36e968-e325-11ce-bfc1-08002be10318}\0000\UMD" /v "ForceZBufferDepth_SET" /t REG_BINARY /d "3020313620323400" /f > nul 2>&1 66 | Reg.exe add "HKLM\System\CurrentControlSet\Control\Class\{4d36e968-e325-11ce-bfc1-08002be10318}\0000\UMD" /v "SwapEffect_OGL_SET" /t REG_BINARY /d "3020312032203320342035203620372038203920313120313220313320313420313520313620313700" /f > nul 2>&1 67 | Reg.exe add "HKLM\System\CurrentControlSet\Control\Class\{4d36e968-e325-11ce-bfc1-08002be10318}\0000\UMD" /v "Tessellation_SET" /t REG_BINARY /d "31203220342036203820313620333220363400" /f > nul 2>&1 68 | Reg.exe add "HKLM\System\CurrentControlSet\Control\Class\{4d36e968-e325-11ce-bfc1-08002be10318}\0000\UMD" /v "HighQualityAF" /t REG_BINARY /d "3100" /f > nul 2>&1 69 | Reg.exe add "HKLM\System\CurrentControlSet\Control\Class\{4d36e968-e325-11ce-bfc1-08002be10318}\0000\UMD" /v "DisplayCrossfireLogo" /t REG_BINARY /d "3000" /f > nul 2>&1 70 | Reg.exe add "HKLM\System\CurrentControlSet\Control\Class\{4d36e968-e325-11ce-bfc1-08002be10318}\0000\UMD" /v "AppGpuId" /t REG_BINARY /d "300078003000310030003000" /f > nul 2>&1 71 | Reg.exe add "HKLM\System\CurrentControlSet\Control\Class\{4d36e968-e325-11ce-bfc1-08002be10318}\0000\UMD" /v "SwapEffect" /t REG_BINARY /d "30000000" /f > nul 2>&1 72 | Reg.exe add "HKLM\System\CurrentControlSet\Control\Class\{4d36e968-e325-11ce-bfc1-08002be10318}\0000\UMD" /v "PowerState" /t REG_BINARY /d "3000" /f > nul 2>&1 73 | Reg.exe add "HKLM\System\CurrentControlSet\Control\Class\{4d36e968-e325-11ce-bfc1-08002be10318}\0000\UMD" /v "AntiStuttering" /t REG_BINARY /d "3100" /f > nul 2>&1 74 | Reg.exe add "HKLM\System\CurrentControlSet\Control\Class\{4d36e968-e325-11ce-bfc1-08002be10318}\0000\UMD" /v "TurboSync" /t REG_BINARY /d "3000" /f > nul 2>&1 75 | Reg.exe add "HKLM\System\CurrentControlSet\Control\Class\{4d36e968-e325-11ce-bfc1-08002be10318}\0000\UMD" /v "SurfaceFormatReplacements" /t REG_BINARY /d "3100" /f > nul 2>&1 76 | Reg.exe add "HKLM\System\CurrentControlSet\Control\Class\{4d36e968-e325-11ce-bfc1-08002be10318}\0000\UMD" /v "EQAA" /t REG_BINARY /d "3000" /f > nul 2>&1 77 | Reg.exe add "HKLM\System\CurrentControlSet\Control\Class\{4d36e968-e325-11ce-bfc1-08002be10318}\0000\UMD" /v "ShaderCache" /t REG_BINARY /d "3100" /f > nul 2>&1 78 | Reg.exe add "HKLM\System\CurrentControlSet\Control\Class\{4d36e968-e325-11ce-bfc1-08002be10318}\0000\UMD" /v "MLF" /t REG_BINARY /d "3000" /f > nul 2>&1 79 | Reg.exe add "HKLM\System\CurrentControlSet\Control\Class\{4d36e968-e325-11ce-bfc1-08002be10318}\0000\UMD" /v "TruformMode_NA" /t REG_BINARY /d "3100" /f > nul 2>&1 80 | Reg.exe add "HKLM\System\CurrentControlSet\Control\Class\{4d36e968-e325-11ce-bfc1-08002be10318}\0000\UMD\DXVA" /v "LRTCEnable" /t REG_BINARY /d "30000000" /f > nul 2>&1 81 | Reg.exe add "HKLM\System\CurrentControlSet\Control\Class\{4d36e968-e325-11ce-bfc1-08002be10318}\0000\UMD\DXVA" /v "3to2Pulldown" /t REG_BINARY /d "31000000" /f > nul 2>&1 82 | Reg.exe add "HKLM\System\CurrentControlSet\Control\Class\{4d36e968-e325-11ce-bfc1-08002be10318}\0000\UMD\DXVA" /v "MosquitoNoiseRemoval_ENABLE" /t REG_BINARY /d "30000000" /f > nul 2>&1 83 | Reg.exe add "HKLM\System\CurrentControlSet\Control\Class\{4d36e968-e325-11ce-bfc1-08002be10318}\0000\UMD\DXVA" /v "MosquitoNoiseRemoval" /t REG_BINARY /d "350030000000" /f > nul 2>&1 84 | Reg.exe add "HKLM\System\CurrentControlSet\Control\Class\{4d36e968-e325-11ce-bfc1-08002be10318}\0000\UMD\DXVA" /v "Deblocking_ENABLE" /t REG_BINARY /d "30000000" /f > nul 2>&1 85 | Reg.exe add "HKLM\System\CurrentControlSet\Control\Class\{4d36e968-e325-11ce-bfc1-08002be10318}\0000\UMD\DXVA" /v "Deblocking" /t REG_BINARY /d "350030000000" /f > nul 2>&1 86 | Reg.exe add "HKLM\System\CurrentControlSet\Control\Class\{4d36e968-e325-11ce-bfc1-08002be10318}\0000\UMD\DXVA" /v "DemoMode" /t REG_BINARY /d "30000000" /f > nul 2>&1 87 | Reg.exe add "HKLM\System\CurrentControlSet\Control\Class\{4d36e968-e325-11ce-bfc1-08002be10318}\0000\UMD\DXVA" /v "OverridePA" /t REG_BINARY /d "30000000" /f > nul 2>&1 88 | Reg.exe add "HKLM\System\CurrentControlSet\Control\Class\{4d36e968-e325-11ce-bfc1-08002be10318}\0000\UMD\DXVA" /v "DynamicRange" /t REG_BINARY /d "30000000" /f > nul 2>&1 89 | Reg.exe add "HKLM\System\CurrentControlSet\Control\Class\{4d36e968-e325-11ce-bfc1-08002be10318}\0000\UMD\DXVA" /v "StaticGamma_ENABLE" /t REG_BINARY /d "30000000" /f > nul 2>&1 90 | Reg.exe add "HKLM\System\CurrentControlSet\Control\Class\{4d36e968-e325-11ce-bfc1-08002be10318}\0000\UMD\DXVA" /v "BlueStretch_ENABLE" /t REG_BINARY /d "31000000" /f > nul 2>&1 91 | Reg.exe add "HKLM\System\CurrentControlSet\Control\Class\{4d36e968-e325-11ce-bfc1-08002be10318}\0000\UMD\DXVA" /v "BlueStretch" /t REG_BINARY /d "31000000" /f > nul 2>&1 92 | Reg.exe add "HKLM\System\CurrentControlSet\Control\Class\{4d36e968-e325-11ce-bfc1-08002be10318}\0000\UMD\DXVA" /v "LRTCCoef" /t REG_BINARY /d "3100300030000000" /f > nul 2>&1 93 | Reg.exe add "HKLM\System\CurrentControlSet\Control\Class\{4d36e968-e325-11ce-bfc1-08002be10318}\0000\UMD\DXVA" /v "DynamicContrast_ENABLE" /t REG_BINARY /d "30000000" /f > nul 2>&1 94 | Reg.exe add "HKLM\System\CurrentControlSet\Control\Class\{4d36e968-e325-11ce-bfc1-08002be10318}\0000\UMD\DXVA" /v "WhiteBalanceCorrection" /t REG_BINARY /d "30000000" /f > nul 2>&1 95 | Reg.exe add "HKLM\System\CurrentControlSet\Control\Class\{4d36e968-e325-11ce-bfc1-08002be10318}\0000\UMD\DXVA" /v "Fleshtone_ENABLE" /t REG_BINARY /d "30000000" /f > nul 2>&1 96 | Reg.exe add "HKLM\System\CurrentControlSet\Control\Class\{4d36e968-e325-11ce-bfc1-08002be10318}\0000\UMD\DXVA" /v "Fleshtone" /t REG_BINARY /d "350030000000" /f > nul 2>&1 97 | Reg.exe add "HKLM\System\CurrentControlSet\Control\Class\{4d36e968-e325-11ce-bfc1-08002be10318}\0000\UMD\DXVA" /v "ColorVibrance_ENABLE" /t REG_BINARY /d "31000000" /f > nul 2>&1 98 | Reg.exe add "HKLM\System\CurrentControlSet\Control\Class\{4d36e968-e325-11ce-bfc1-08002be10318}\0000\UMD\DXVA" /v "ColorVibrance" /t REG_BINARY /d "340030000000" /f > nul 2>&1 99 | Reg.exe add "HKLM\System\CurrentControlSet\Control\Class\{4d36e968-e325-11ce-bfc1-08002be10318}\0000\UMD\DXVA" /v "Detail_ENABLE" /t REG_BINARY /d "30000000" /f > nul 2>&1 100 | Reg.exe add "HKLM\System\CurrentControlSet\Control\Class\{4d36e968-e325-11ce-bfc1-08002be10318}\0000\UMD\DXVA" /v "Detail" /t REG_BINARY /d "310030000000" /f > nul 2>&1 101 | Reg.exe add "HKLM\System\CurrentControlSet\Control\Class\{4d36e968-e325-11ce-bfc1-08002be10318}\0000\UMD\DXVA" /v "Denoise_ENABLE" /t REG_BINARY /d "30000000" /f > nul 2>&1 102 | Reg.exe add "HKLM\System\CurrentControlSet\Control\Class\{4d36e968-e325-11ce-bfc1-08002be10318}\0000\UMD\DXVA" /v "Denoise" /t REG_BINARY /d "360034000000" /f > nul 2>&1 103 | Reg.exe add "HKLM\System\CurrentControlSet\Control\Class\{4d36e968-e325-11ce-bfc1-08002be10318}\0000\UMD\DXVA" /v "TrueWhite" /t REG_BINARY /d "30000000" /f > nul 2>&1 104 | Reg.exe add "HKLM\System\CurrentControlSet\Control\Class\{4d36e968-e325-11ce-bfc1-08002be10318}\0000\UMD\DXVA" /v "OvlTheaterMode" /t REG_BINARY /d "30000000" /f > nul 2>&1 105 | Reg.exe add "HKLM\System\CurrentControlSet\Control\Class\{4d36e968-e325-11ce-bfc1-08002be10318}\0000\UMD\DXVA" /v "StaticGamma" /t REG_BINARY /d "3100300030000000" /f > nul 2>&1 106 | Reg.exe add "HKLM\System\CurrentControlSet\Control\Class\{4d36e968-e325-11ce-bfc1-08002be10318}\0000\UMD\DXVA" /v "InternetVideo" /t REG_BINARY /d "30000000" /f > nul 2>&1 107 | Reg.exe add "HKLM\SYSTEM\CurrentControlSet\Control\Class\{4d36e968-e325-11ce-bfc1-08002be10318}\0000\UMD" /v "Main3D_DEF" /t REG_SZ /d "1" /f > nul 2>&1 108 | Reg.exe add "HKLM\SYSTEM\CurrentControlSet\Control\Class\{4d36e968-e325-11ce-bfc1-08002be10318}\0000\UMD" /v "Main3D" /t REG_BINARY /d "3100" /f > nul 2>&1 109 | Reg.exe add "HKLM\SYSTEM\CurrentControlSet\Control\Class\{4d36e968-e325-11ce-bfc1-08002be10318}\0000" /v "DisableDMACopy" /t REG_DWORD /d "1" /f > nul 2>&1 110 | Reg.exe add "HKLM\SYSTEM\CurrentControlSet\Control\Class\{4d36e968-e325-11ce-bfc1-08002be10318}\0000" /v "DisableBlockWrite" /t REG_DWORD /d "0" /f > nul 2>&1 111 | Reg.exe add "HKLM\SYSTEM\CurrentControlSet\Control\Class\{4d36e968-e325-11ce-bfc1-08002be10318}\0000" /v "PP_ThermalAutoThrottlingEnable" /t REG_DWORD /d "0" /f > nul 2>&1 112 | Reg.exe add "HKLM\SYSTEM\CurrentControlSet\Control\Class\{4d36e968-e325-11ce-bfc1-08002be10318}\0000" /v "DisableDrmdmaPowerGating" /t REG_DWORD /d "1" /f > nul 2>&1 113 | Reg.exe add "HKLM\System\CurrentControlSet\Services\amdwddmg" /v "ChillEnabled" /t REG_DWORD /d "0" /f > nul 2>&1 114 | Reg.exe add "HKLM\System\CurrentControlSet\Services\AMD Crash Defender Service" /v "Start" /t REG_DWORD /d "4" /f > nul 2>&1 115 | Reg.exe add "HKLM\System\CurrentControlSet\Services\AMD External Events Utility" /v "Start" /t REG_DWORD /d "4" /f > nul 2>&1 116 | Reg.exe add "HKLM\System\CurrentControlSet\Services\amdfendr" /v "Start" /t REG_DWORD /d "4" /f > nul 2>&1 117 | Reg.exe add "HKLM\System\CurrentControlSet\Services\amdfendrmgr" /v "Start" /t REG_DWORD /d "4" /f > nul 2>&1 118 | Reg.exe add "HKLM\System\CurrentControlSet\Services\amdlog" /v "Start" /t REG_DWORD /d "4" /f > nul 2>&1 119 | sc config amdlog start=disabled 120 | sc config "AMD External Events Utility" start=disabled 121 | pause 122 | -------------------------------------------------------------------------------- /src/RaxOS/PostInstall/2-Setup GPU driver/Nvidia/!Disable HDCP.bat: -------------------------------------------------------------------------------- 1 | @echo off 2 | for /f %%i in ('wmic path Win32_VideoController get PNPDeviceID^| findstr /L "PCI\VEN_"') do ( 3 | for /f "tokens=3" %%a in ('reg query "HKLM\SYSTEM\ControlSet001\Enum\%%i" /v "Driver"') do ( 4 | for /f %%i in ('echo %%a ^| findstr "{"') do ( 5 | Reg.exe add "HKLM\SYSTEM\CurrentControlSet\Control\Class\%%i" /v "RMHdcpKeyglobZero" /t REG_DWORD /d "1" /f > nul 2>&1 6 | ) 7 | ) 8 | ) -------------------------------------------------------------------------------- /src/RaxOS/PostInstall/2-Setup GPU driver/Nvidia/!Disable telemetry (Breaks Geforce).bat: -------------------------------------------------------------------------------- 1 | reg.exe add "HKLM\SOFTWARE\NVIDIA Corporation\NvControlPanel2\Client" /v "OptInOrOutPreference" /t REG_DWORD /d "0" /f 2 | reg.exe add "HKLM\SYSTEM\CurrentControlSet\Services\nvlddmkm\Global\Startup" /v "SendTelemetryData" /t REG_DWORD /d "0" /f -------------------------------------------------------------------------------- /src/RaxOS/PostInstall/2-Setup GPU driver/Nvidia/!Mpo_disable.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raox77/RaxOS/93340fabc7e1cf5dc35008ae8dc292fb22a3ac3c/src/RaxOS/PostInstall/2-Setup GPU driver/Nvidia/!Mpo_disable.reg -------------------------------------------------------------------------------- /src/RaxOS/PostInstall/2-Setup GPU driver/Nvidia/!P-State 0.bat: -------------------------------------------------------------------------------- 1 | @echo off 2 | for /f %%i in ('wmic path Win32_VideoController get PNPDeviceID^| findstr /L "PCI\VEN_"') do ( 3 | for /f "tokens=3" %%a in ('reg query "HKLM\SYSTEM\ControlSet001\Enum\%%i" /v "Driver"') do ( 4 | for /f %%i in ('echo %%a ^| findstr "{"') do ( 5 | Reg.exe add "HKLM\SYSTEM\CurrentControlSet\Control\Class\%%i" /v "DisableDynamicPstate" /t REG_DWORD /d "1" /f > nul 2>&1 6 | ) 7 | ) 8 | ) -------------------------------------------------------------------------------- /src/RaxOS/PostInstall/2-Setup GPU driver/Nvidia/Configure nvidia driver.url: -------------------------------------------------------------------------------- 1 | [{000214A0-0000-0000-C000-000000000046}] 2 | Prop3=19,11 3 | [InternetShortcut] 4 | IDList= 5 | URL=https://github.com/valleyofdoom/PC-Tuning/blob/main/docs/configure-nvidia.md 6 | HotKey=0 7 | -------------------------------------------------------------------------------- /src/RaxOS/PostInstall/2-Setup GPU driver/Nvidia/NIP/Rax Base Profile (ReBAR Enabled).nip: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | Base Profile 5 | 6 | 7 | 8 | 9 | 390417 10 | 1401226867 11 | Dword 12 | 13 | 14 | 15 | 390467 16 | 1 17 | Dword 18 | 19 | 20 | 21 | 523190 22 | 1 23 | Dword 24 | 25 | 26 | 27 | 983226 28 | 1 29 | Dword 30 | 31 | 32 | 33 | 983227 34 | 1 35 | Dword 36 | 37 | 38 | 39 | 983295 40 | AAAAQAAAAAA= 41 | Binary 42 | 43 | 44 | 45 | 1438994 46 | 1401246208 47 | Dword 48 | 49 | 50 | Texture filtering - Negative LOD bias 51 | 1686376 52 | 0 53 | Dword 54 | 55 | 56 | Texture filtering - Trilinear optimization 57 | 3066610 58 | 1 59 | Dword 60 | 61 | 62 | Texture filtering - Driver Controlled LOD Bias 63 | 6524559 64 | 1 65 | Dword 66 | 67 | 68 | Preferred refresh rate 69 | 6600001 70 | 1 71 | Dword 72 | 73 | 74 | Maximum pre-rendered frames 75 | 8102046 76 | 1 77 | Dword 78 | 79 | 80 | Texture filtering - Anisotropic filter optimization 81 | 8703344 82 | 0 83 | Dword 84 | 85 | 86 | 87 | 8779557 88 | 626362775 89 | Dword 90 | 91 | 92 | 93 | 9630942 94 | 1401226867 95 | Dword 96 | 97 | 98 | Vertical Sync 99 | 11041231 100 | 138504007 101 | Dword 102 | 103 | 104 | Shader disk cache maximum size 105 | 11306135 106 | 4294967295 107 | Dword 108 | 109 | 110 | 111 | 12991097 112 | 1 113 | Dword 114 | 115 | 116 | Texture filtering - Quality 117 | 13510289 118 | 20 119 | Dword 120 | 121 | 122 | 123 | 14366803 124 | 3 125 | Dword 126 | 127 | 128 | 129 | 14566042 130 | 0 131 | Dword 132 | 133 | 134 | Texture filtering - Anisotropic sample optimization 135 | 15151633 136 | 0 137 | Dword 138 | 139 | 140 | 141 | 16136784 142 | 1 143 | Dword 144 | 145 | 146 | Virtual Reality pre-rendered frames 147 | 269553971 148 | 1 149 | Dword 150 | 151 | 152 | Anisotropic filtering setting 153 | 270426537 154 | 1 155 | Dword 156 | 157 | 158 | NVIDIA Predefined FXAA Usage 159 | 271895433 160 | 0 161 | Dword 162 | 163 | 164 | NVIDIA Predefined Ansel Usage 165 | 271965065 166 | 0 167 | Dword 168 | 169 | 170 | 171 | 273825216 172 | 0 173 | Dword 174 | 175 | 176 | Power management mode 177 | 274197361 178 | 1 179 | Dword 180 | 181 | 182 | Enable Ansel 183 | 276158834 184 | 0 185 | Dword 186 | 187 | 188 | Antialiasing - Gamma correction 189 | 276652957 190 | 0 191 | Dword 192 | 193 | 194 | Antialiasing - Mode 195 | 276757595 196 | 1 197 | Dword 198 | 199 | 200 | Platform Boost 201 | 277041150 202 | 0 203 | Dword 204 | 205 | 206 | FRL Low Latency 207 | 277041152 208 | 0 209 | Dword 210 | 211 | 212 | Toggle the VRR global feature 213 | 278196567 214 | 0 215 | Dword 216 | 217 | 218 | VRR requested state 219 | 278196727 220 | 0 221 | Dword 222 | 223 | 224 | Display the VRR Overlay Indicator 225 | 278262127 226 | 0 227 | Dword 228 | 229 | 230 | G-SYNC 231 | 279476652 232 | 1 233 | Dword 234 | 235 | 236 | Variable refresh Rate 237 | 279476686 238 | 0 239 | Dword 240 | 241 | 242 | G-SYNC 243 | 279476687 244 | 1 245 | Dword 246 | 247 | 248 | Anisotropic filtering mode 249 | 282245910 250 | 1 251 | Dword 252 | 253 | 254 | Antialiasing - Setting 255 | 282555346 256 | 0 257 | Dword 258 | 259 | 260 | Memory Allocation Policy 261 | 286335539 262 | 2 263 | Dword 264 | 265 | 266 | Stereo - Dongle Support 267 | 287609789 268 | 0 269 | Dword 270 | 271 | 272 | Stereo - swap mode 273 | 288568115 274 | 3 275 | Dword 276 | 277 | 278 | Enable G-SYNC globally 279 | 294973784 280 | 0 281 | Dword 282 | 283 | 284 | Stereo - Display mode 285 | 300489313 286 | 4294967295 287 | Dword 288 | 289 | 290 | 291 | 538445996 292 | 10 293 | Dword 294 | 295 | 296 | 297 | 539488680 298 | 1 299 | Dword 300 | 301 | 302 | Event Log Tmon Severity Threshold 303 | 539527361 304 | 0 305 | Dword 306 | 307 | 308 | 309 | 540005970 310 | 1 311 | Dword 312 | 313 | 314 | 315 | 540538170 316 | 1 317 | Dword 318 | 319 | 320 | 321 | 541332329 322 | 1 323 | Dword 324 | 325 | 326 | OpenGL default swap interval 327 | 543843714 328 | 4026531840 329 | Dword 330 | 331 | 332 | 333 | 543938759 334 | 1 335 | Dword 336 | 337 | 338 | Enable overlay 339 | 543959236 340 | 0 341 | Dword 342 | 343 | 344 | High level control of the rendering quality on OpenGL 345 | 544832876 346 | 20 347 | Dword 348 | 349 | 350 | Antialiasing - Line gamma 351 | 545898348 352 | 0 353 | Dword 354 | 355 | 356 | Maximum frames allowed 357 | 546199011 358 | 1 359 | Dword 360 | 361 | 362 | 363 | 546766169 364 | 1 365 | Dword 366 | 367 | 368 | Deep color for 3D applications 369 | 546816758 370 | 0 371 | Dword 372 | 373 | 374 | Event Log Severity Threshold 375 | 547222078 376 | 0 377 | Dword 378 | 379 | 380 | 381 | 547345158 382 | 8 383 | Dword 384 | 385 | 386 | Unified back/depth buffer 387 | 547524693 388 | 1 389 | Dword 390 | 391 | 392 | 393 | 547811004 394 | 1 395 | Dword 396 | 397 | 398 | 399 | 548378919 400 | 1 401 | Dword 402 | 403 | 404 | 405 | 548629340 406 | 3 407 | Dword 408 | 409 | 410 | 411 | 548662741 412 | 1 413 | Dword 414 | 415 | 416 | 417 | 549198379 418 | 0 419 | Dword 420 | 421 | 422 | Threaded optimization 423 | 549528094 424 | 2 425 | Dword 426 | 427 | 428 | 429 | 550708421 430 | 1 431 | Dword 432 | 433 | 434 | 435 | 550870746 436 | 1 437 | Dword 438 | 439 | 440 | 441 | 552075951 442 | 1 443 | Dword 444 | 445 | 446 | 447 | 552789362 448 | 1 449 | Dword 450 | 451 | 452 | 453 | 1343646814 454 | 0 455 | Dword 456 | 457 | 458 | 459 | 1887390533 460 | 0 461 | Dword 462 | 463 | 464 | 465 | 1894626177 466 | 0 467 | Dword 468 | 469 | 470 | 471 | -------------------------------------------------------------------------------- /src/RaxOS/PostInstall/2-Setup GPU driver/Nvidia/NIP/Rax Base Profile.nip: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | Base Profile 5 | 6 | 7 | 8 | 9 | 390417 10 | 1401226867 11 | Dword 12 | 13 | 14 | 15 | 390467 16 | 1 17 | Dword 18 | 19 | 20 | 21 | 523190 22 | 1 23 | Dword 24 | 25 | 26 | 27 | 1438994 28 | 1401246208 29 | Dword 30 | 31 | 32 | Texture filtering - Negative LOD bias 33 | 1686376 34 | 0 35 | Dword 36 | 37 | 38 | Texture filtering - Trilinear optimization 39 | 3066610 40 | 1 41 | Dword 42 | 43 | 44 | Texture filtering - Driver Controlled LOD Bias 45 | 6524559 46 | 1 47 | Dword 48 | 49 | 50 | Preferred refresh rate 51 | 6600001 52 | 1 53 | Dword 54 | 55 | 56 | Maximum pre-rendered frames 57 | 8102046 58 | 1 59 | Dword 60 | 61 | 62 | Texture filtering - Anisotropic filter optimization 63 | 8703344 64 | 0 65 | Dword 66 | 67 | 68 | 69 | 8779557 70 | 626362775 71 | Dword 72 | 73 | 74 | 75 | 9630942 76 | 1401226867 77 | Dword 78 | 79 | 80 | Vertical Sync 81 | 11041231 82 | 138504007 83 | Dword 84 | 85 | 86 | Shader disk cache maximum size 87 | 11306135 88 | 4294967295 89 | Dword 90 | 91 | 92 | 93 | 12991097 94 | 1 95 | Dword 96 | 97 | 98 | Texture filtering - Quality 99 | 13510289 100 | 20 101 | Dword 102 | 103 | 104 | 105 | 14366803 106 | 3 107 | Dword 108 | 109 | 110 | 111 | 14566042 112 | 0 113 | Dword 114 | 115 | 116 | Texture filtering - Anisotropic sample optimization 117 | 15151633 118 | 0 119 | Dword 120 | 121 | 122 | 123 | 16136784 124 | 1 125 | Dword 126 | 127 | 128 | Virtual Reality pre-rendered frames 129 | 269553971 130 | 1 131 | Dword 132 | 133 | 134 | Anisotropic filtering setting 135 | 270426537 136 | 1 137 | Dword 138 | 139 | 140 | NVIDIA Predefined FXAA Usage 141 | 271895433 142 | 0 143 | Dword 144 | 145 | 146 | NVIDIA Predefined Ansel Usage 147 | 271965065 148 | 0 149 | Dword 150 | 151 | 152 | 153 | 273825216 154 | 0 155 | Dword 156 | 157 | 158 | Power management mode 159 | 274197361 160 | 1 161 | Dword 162 | 163 | 164 | Enable Ansel 165 | 276158834 166 | 0 167 | Dword 168 | 169 | 170 | Antialiasing - Gamma correction 171 | 276652957 172 | 0 173 | Dword 174 | 175 | 176 | Antialiasing - Mode 177 | 276757595 178 | 1 179 | Dword 180 | 181 | 182 | Platform Boost 183 | 277041150 184 | 0 185 | Dword 186 | 187 | 188 | FRL Low Latency 189 | 277041152 190 | 0 191 | Dword 192 | 193 | 194 | Toggle the VRR global feature 195 | 278196567 196 | 0 197 | Dword 198 | 199 | 200 | VRR requested state 201 | 278196727 202 | 0 203 | Dword 204 | 205 | 206 | Display the VRR Overlay Indicator 207 | 278262127 208 | 0 209 | Dword 210 | 211 | 212 | G-SYNC 213 | 279476652 214 | 1 215 | Dword 216 | 217 | 218 | Variable refresh Rate 219 | 279476686 220 | 0 221 | Dword 222 | 223 | 224 | G-SYNC 225 | 279476687 226 | 1 227 | Dword 228 | 229 | 230 | Anisotropic filtering mode 231 | 282245910 232 | 1 233 | Dword 234 | 235 | 236 | Antialiasing - Setting 237 | 282555346 238 | 0 239 | Dword 240 | 241 | 242 | Memory Allocation Policy 243 | 286335539 244 | 2 245 | Dword 246 | 247 | 248 | Stereo - Dongle Support 249 | 287609789 250 | 0 251 | Dword 252 | 253 | 254 | Stereo - swap mode 255 | 288568115 256 | 3 257 | Dword 258 | 259 | 260 | Enable G-SYNC globally 261 | 294973784 262 | 0 263 | Dword 264 | 265 | 266 | Stereo - Display mode 267 | 300489313 268 | 4294967295 269 | Dword 270 | 271 | 272 | 273 | 538445996 274 | 10 275 | Dword 276 | 277 | 278 | 279 | 539488680 280 | 1 281 | Dword 282 | 283 | 284 | Event Log Tmon Severity Threshold 285 | 539527361 286 | 0 287 | Dword 288 | 289 | 290 | 291 | 540005970 292 | 1 293 | Dword 294 | 295 | 296 | 297 | 540538170 298 | 1 299 | Dword 300 | 301 | 302 | 303 | 541332329 304 | 1 305 | Dword 306 | 307 | 308 | OpenGL default swap interval 309 | 543843714 310 | 4026531840 311 | Dword 312 | 313 | 314 | 315 | 543938759 316 | 1 317 | Dword 318 | 319 | 320 | Enable overlay 321 | 543959236 322 | 0 323 | Dword 324 | 325 | 326 | High level control of the rendering quality on OpenGL 327 | 544832876 328 | 20 329 | Dword 330 | 331 | 332 | Antialiasing - Line gamma 333 | 545898348 334 | 0 335 | Dword 336 | 337 | 338 | Maximum frames allowed 339 | 546199011 340 | 1 341 | Dword 342 | 343 | 344 | 345 | 546766169 346 | 1 347 | Dword 348 | 349 | 350 | Deep color for 3D applications 351 | 546816758 352 | 0 353 | Dword 354 | 355 | 356 | Event Log Severity Threshold 357 | 547222078 358 | 0 359 | Dword 360 | 361 | 362 | 363 | 547345158 364 | 8 365 | Dword 366 | 367 | 368 | Unified back/depth buffer 369 | 547524693 370 | 1 371 | Dword 372 | 373 | 374 | 375 | 547811004 376 | 1 377 | Dword 378 | 379 | 380 | 381 | 548378919 382 | 1 383 | Dword 384 | 385 | 386 | 387 | 548629340 388 | 3 389 | Dword 390 | 391 | 392 | 393 | 548662741 394 | 1 395 | Dword 396 | 397 | 398 | 399 | 549198379 400 | 0 401 | Dword 402 | 403 | 404 | Threaded optimization 405 | 549528094 406 | 2 407 | Dword 408 | 409 | 410 | 411 | 550708421 412 | 1 413 | Dword 414 | 415 | 416 | 417 | 550870746 418 | 1 419 | Dword 420 | 421 | 422 | 423 | 552075951 424 | 1 425 | Dword 426 | 427 | 428 | 429 | 552789362 430 | 1 431 | Dword 432 | 433 | 434 | 435 | 1343646814 436 | 0 437 | Dword 438 | 439 | 440 | 441 | 1887390533 442 | 0 443 | Dword 444 | 445 | 446 | 447 | 1894626177 448 | 0 449 | Dword 450 | 451 | 452 | 453 | -------------------------------------------------------------------------------- /src/RaxOS/PostInstall/2-Setup GPU driver/Nvidia/NIP/nvidiaProfileInspector.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raox77/RaxOS/93340fabc7e1cf5dc35008ae8dc292fb22a3ac3c/src/RaxOS/PostInstall/2-Setup GPU driver/Nvidia/NIP/nvidiaProfileInspector.exe -------------------------------------------------------------------------------- /src/RaxOS/PostInstall/Support/AntiCheat/CS2, The Finals/CS2, The Finals.bat: -------------------------------------------------------------------------------- 1 | @echo off 2 | :: Checking for admin 3 | fltmc >nul 2>&1 || ( 4 | echo Administrator privileges are required. 5 | PowerShell Start -Verb RunAs '%0' 2> nul || ( 6 | echo Right-click on the script and select "Run as administrator". 7 | pause & exit 1 8 | ) 9 | exit 0 10 | ) 11 | :: Initialize environment 12 | setlocal EnableExtensions DisableDelayedExpansion 13 | 14 | 15 | 16 | Reg.exe add "HKLM\SYSTEM\CurrentControlSet\Control\CI\Config" /v "VulnerableDriverBlocklistEnable" /t REG_DWORD /d "1" /f 17 | cls 18 | echo VulnerableDriverBlocklistEnable enabled, please reboot. 19 | pause -------------------------------------------------------------------------------- /src/RaxOS/PostInstall/Support/AntiCheat/Disable DEP.bat: -------------------------------------------------------------------------------- 1 | @echo off 2 | :: Checking for admin 3 | fltmc >nul 2>&1 || ( 4 | echo Administrator privileges are required. 5 | PowerShell Start -Verb RunAs '%0' 2> nul || ( 6 | echo Right-click on the script and select "Run as administrator". 7 | pause & exit 1 8 | ) 9 | exit 0 10 | ) 11 | :: Initialize environment 12 | setlocal EnableExtensions DisableDelayedExpansion 13 | 14 | 15 | 16 | bcdedit /set {current} nx AlwaysOff 17 | cls 18 | echo nx disabled, please reboot 19 | pause -------------------------------------------------------------------------------- /src/RaxOS/PostInstall/Support/AntiCheat/Enable DEP.bat: -------------------------------------------------------------------------------- 1 | @echo off 2 | :: Checking for admin 3 | fltmc >nul 2>&1 || ( 4 | echo Administrator privileges are required. 5 | PowerShell Start -Verb RunAs '%0' 2> nul || ( 6 | echo Right-click on the script and select "Run as administrator". 7 | pause & exit 1 8 | ) 9 | exit 0 10 | ) 11 | :: Initialize environment 12 | setlocal EnableExtensions DisableDelayedExpansion 13 | 14 | 15 | 16 | bcdedit /set {current} nx optin 17 | cls 18 | echo nx enabled, please reboot 19 | pause -------------------------------------------------------------------------------- /src/RaxOS/PostInstall/Support/Bluetooth/Disable Bluetooth.bat: -------------------------------------------------------------------------------- 1 | @echo off 2 | :: Checking for admin 3 | fltmc >nul 2>&1 || ( 4 | echo Administrator privileges are required. 5 | PowerShell Start -Verb RunAs '%0' 2> nul || ( 6 | echo Right-click on the script and select "Run as administrator". 7 | pause & exit 1 8 | ) 9 | exit 0 10 | ) 11 | :: Initialize environment 12 | setlocal EnableExtensions DisableDelayedExpansion 13 | 14 | 15 | PowerRun.exe /SW:0 Reg.exe add "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\BthA2dp" /v "Start" /t REG_DWORD /d "4" /f 16 | PowerRun.exe /SW:0 Reg.exe add "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\BthEnum" /v "Start" /t REG_DWORD /d "4" /f 17 | PowerRun.exe /SW:0 Reg.exe add "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\BthHFEnum" /v "Start" /t REG_DWORD /d "4" /f 18 | PowerRun.exe /SW:0 Reg.exe add "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\BthLEEnum" /v "Start" /t REG_DWORD /d "4" /f 19 | PowerRun.exe /SW:0 Reg.exe add "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\BTHMODEM" /v "Start" /t REG_DWORD /d "4" /f 20 | PowerRun.exe /SW:0 Reg.exe add "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Microsoft_Bluetooth_AvrcpTransport" /v "Start" /t REG_DWORD /d "4" /f 21 | PowerRun.exe /SW:0 Reg.exe add "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\BluetoothUserService" /v "Start" /t REG_DWORD /d "4" /f 22 | PowerRun.exe /SW:0 Reg.exe add "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\BthAvctpSvc" /v "Start" /t REG_DWORD /d "4" /f 23 | PowerRun.exe /SW:0 Reg.exe add "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\RFCOMM" /v "Start" /t REG_DWORD /d "4" /f 24 | PowerRun.exe /SW:0 Reg.exe add "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\bthserv" /v "Start" /t REG_DWORD /d "4" /f 25 | PowerRun.exe /SW:0 Reg.exe add "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\BTAGService" /v "Start" /t REG_DWORD /d "4" /f 26 | PowerRun.exe /SW:0 Reg.exe add "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\BTHUSB" /v "Start" /t REG_DWORD /d "4" /f 27 | PowerRun.exe /SW:0 Reg.exe add "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\BTHPORT" /v "Start" /t REG_DWORD /d "4" /f 28 | PowerRun.exe /SW:0 Reg.exe add "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\BthMini" /v "Start" /t REG_DWORD /d "4" /f 29 | PowerRun.exe /SW:0 Reg.exe add "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\HidBth" /v "Start" /t REG_DWORD /d "4" /f 30 | cls 31 | echo Bluetooth has been Disabled 32 | pause -------------------------------------------------------------------------------- /src/RaxOS/PostInstall/Support/Bluetooth/Enable Bluetooth.bat: -------------------------------------------------------------------------------- 1 | @echo off 2 | :: Checking for admin 3 | fltmc >nul 2>&1 || ( 4 | echo Administrator privileges are required. 5 | PowerShell Start -Verb RunAs '%0' 2> nul || ( 6 | echo Right-click on the script and select "Run as administrator". 7 | pause & exit 1 8 | ) 9 | exit 0 10 | ) 11 | :: Initialize environment 12 | setlocal EnableExtensions DisableDelayedExpansion 13 | 14 | 15 | PowerRun.exe /SW:0 Reg.exe add "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\BthA2dp" /v "Start" /t REG_DWORD /d "3" /f 16 | PowerRun.exe /SW:0 Reg.exe add "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\BthEnum" /v "Start" /t REG_DWORD /d "3" /f 17 | PowerRun.exe /SW:0 Reg.exe add "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\BthHFEnum" /v "Start" /t REG_DWORD /d "3" /f 18 | PowerRun.exe /SW:0 Reg.exe add "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\BthLEEnum" /v "Start" /t REG_DWORD /d "3" /f 19 | PowerRun.exe /SW:0 Reg.exe add "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\BTHMODEM" /v "Start" /t REG_DWORD /d "3" /f 20 | PowerRun.exe /SW:0 Reg.exe add "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Microsoft_Bluetooth_AvrcpTransport" /v "Start" /t REG_DWORD /d "3" /f 21 | PowerRun.exe /SW:0 Reg.exe add "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\BluetoothUserService" /v "Start" /t REG_DWORD /d "3" /f 22 | PowerRun.exe /SW:0 Reg.exe add "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\BthAvctpSvc" /v "Start" /t REG_DWORD /d "3" /f 23 | PowerRun.exe /SW:0 Reg.exe add "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\RFCOMM" /v "Start" /t REG_DWORD /d "3" /f 24 | PowerRun.exe /SW:0 Reg.exe add "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\bthserv" /v "Start" /t REG_DWORD /d "3" /f 25 | PowerRun.exe /SW:0 Reg.exe add "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\BTAGService" /v "Start" /t REG_DWORD /d "3" /f 26 | PowerRun.exe /SW:0 Reg.exe add "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\BTHUSB" /v "Start" /t REG_DWORD /d "3" /f 27 | PowerRun.exe /SW:0 Reg.exe add "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\BTHPORT" /v "Start" /t REG_DWORD /d "3" /f 28 | PowerRun.exe /SW:0 Reg.exe add "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\BthMini" /v "Start" /t REG_DWORD /d "3" /f 29 | PowerRun.exe /SW:0 Reg.exe add "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\HidBth" /v "Start" /t REG_DWORD /d "3" /f 30 | cls 31 | echo Bluetooth has been Enabled 32 | pause -------------------------------------------------------------------------------- /src/RaxOS/PostInstall/Support/Clipboard/Disable Clipboard.bat: -------------------------------------------------------------------------------- 1 | @echo off 2 | :: Checking for admin 3 | fltmc >nul 2>&1 || ( 4 | echo Administrator privileges are required. 5 | PowerShell Start -Verb RunAs '%0' 2> nul || ( 6 | echo Right-click on the script and select "Run as administrator". 7 | pause & exit 1 8 | ) 9 | exit 0 10 | ) 11 | :: Initialize environment 12 | setlocal EnableExtensions DisableDelayedExpansion 13 | 14 | 15 | PowerRun.exe /SW:0 Reg.exe add "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\cbdhsvc" /v "Start" /t REG_DWORD /d "4" /f 16 | cls 17 | echo Clipboard has been Disabled 18 | pause -------------------------------------------------------------------------------- /src/RaxOS/PostInstall/Support/Clipboard/Enable Clipboard.bat: -------------------------------------------------------------------------------- 1 | @echo off 2 | :: Checking for admin 3 | fltmc >nul 2>&1 || ( 4 | echo Administrator privileges are required. 5 | PowerShell Start -Verb RunAs '%0' 2> nul || ( 6 | echo Right-click on the script and select "Run as administrator". 7 | pause & exit 1 8 | ) 9 | exit 0 10 | ) 11 | :: Initialize environment 12 | setlocal EnableExtensions DisableDelayedExpansion 13 | 14 | 15 | PowerRun.exe /SW:0 Reg.exe add "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\cbdhsvc" /v "Start" /t REG_DWORD /d "3" /f 16 | cls 17 | echo Clipboard has been Enabled 18 | pause -------------------------------------------------------------------------------- /src/RaxOS/PostInstall/Support/FSO and Xbox/README.txt: -------------------------------------------------------------------------------- 1 | Enable FSE = Slow Alt Tab 2 | Disable FSE = Fast Alt Tab 3 | 4 | Enable FSE = Lower processing lag 5 | 6 | For Minecraft, Roblox or other Microsoft games, allow gamebar. -------------------------------------------------------------------------------- /src/RaxOS/PostInstall/Support/FSO and Xbox/disable-fse-and-allow-gamebar-xos-default.bat: -------------------------------------------------------------------------------- 1 | @echo off 2 | REM ;;CREDITS TO GGOS AND PHLEGM 3 | Reg.exe delete "HKCU\SOFTWARE\Microsoft\GameBar" /v "AllowAutoGameMode" /f 4 | Reg.exe delete "HKCU\SOFTWARE\Microsoft\GameBar" /v "AutoGameModeEnabled" /f 5 | Reg.exe delete "HKCU\SOFTWARE\Microsoft\GameBar" /v "GamePanelStartupTipIndex" /f 6 | Reg.exe delete "HKCU\SOFTWARE\Microsoft\GameBar" /v "ShowStartupPanel" /f 7 | Reg.exe delete "HKCU\SOFTWARE\Microsoft\GameBar" /v "UseNexusForGameBarEnabled" /f 8 | Reg.exe add "HKCU\SOFTWARE\Microsoft\GameBar" /f 9 | Reg.exe delete "HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\GameDVR" /v "AppCaptureEnabled" /f 10 | Reg.exe add "HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\GameDVR" /f 11 | Reg.exe delete "HKCU\System\GameConfigStore" /v "GameDVR_DSEBehavior" /f 12 | Reg.exe add "HKCU\System\GameConfigStore" /v "GameDVR_DXGIHonorFSEWindowsCompatible" /t REG_DWORD /d "0" /f 13 | Reg.exe add "HKCU\System\GameConfigStore" /v "GameDVR_EFSEFeatureFlags" /t REG_DWORD /d "0" /f 14 | Reg.exe add "HKCU\System\GameConfigStore" /v "GameDVR_Enabled" /t REG_DWORD /d "0" /f 15 | Reg.exe delete "HKCU\System\GameConfigStore" /v "GameDVR_FSEBehavior" /f 16 | Reg.exe add "HKCU\System\GameConfigStore" /v "GameDVR_FSEBehaviorMode" /t REG_DWORD /d "2" /f 17 | Reg.exe add "HKCU\System\GameConfigStore" /v "GameDVR_HonorUserFSEBehaviorMode" /t REG_DWORD /d "0" /f 18 | Reg.exe delete "HKLM\SOFTWARE\Policies\Microsoft\Windows\GameDVR" /v "AllowGameDVR" /f 19 | Reg.exe add "HKLM\SOFTWARE\Policies\Microsoft\Windows\GameDVR" /f 20 | Reg.exe delete "HKLM\SOFTWARE\Policies\Microsoft\Windows\GameDVR" /f 21 | Reg.exe add "HKLM\SOFTWARE\Microsoft\PolicyManager\default\ApplicationManagement\AllowGameDVR" /v "value" /t REG_DWORD /d "1" /f 22 | sc config xblauthmanager start=demand 23 | sc config xblgamesave start=demand 24 | sc config xboxgipsvc start=demand 25 | sc config xboxnetapisvc start=demand 26 | sc config gameinputsvc start=demand 27 | powerrun "schtasks.exe" /change /enable /TN "\Microsoft\XblGameSave\XblGameSaveTask" >nul 2>&1 -------------------------------------------------------------------------------- /src/RaxOS/PostInstall/Support/FSO and Xbox/disable-fse.bat: -------------------------------------------------------------------------------- 1 | @echo off 2 | Reg.exe add "HKCU\System\GameConfigStore" /v "GameDVR_HonorUserFSEBehaviorMode" /t REG_DWORD /d "0" /f 3 | Reg.exe add "HKCU\System\GameConfigStore" /v "GameDVR_DXGIHonorFSEWindowsCompatible" /t REG_DWORD /d "0" /f -------------------------------------------------------------------------------- /src/RaxOS/PostInstall/Support/FSO and Xbox/enable-fse-and-disable-gamebar.bat: -------------------------------------------------------------------------------- 1 | @echo off 2 | REM ;;CREDITS TO GGOS AND PHLEGM 3 | Reg.exe add "HKCU\SOFTWARE\Microsoft\GameBar" /v "AllowAutoGameMode" /t REG_DWORD /d "0" /f 4 | Reg.exe add "HKCU\SOFTWARE\Microsoft\GameBar" /v "AutoGameModeEnabled" /t REG_DWORD /d "0" /f 5 | Reg.exe add "HKCU\SOFTWARE\Microsoft\GameBar" /v "GamePanelStartupTipIndex" /t REG_DWORD /d "3" /f 6 | Reg.exe add "HKCU\SOFTWARE\Microsoft\GameBar" /v "ShowStartupPanel" /t REG_DWORD /d "0" /f 7 | Reg.exe add "HKCU\SOFTWARE\Microsoft\GameBar" /v "UseNexusForGameBarEnabled" /t REG_DWORD /d "0" /f 8 | Reg.exe add "HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\GameDVR" /v "AppCaptureEnabled" /t REG_DWORD /d "0" /f 9 | Reg.exe add "HKCU\System\GameConfigStore" /v "GameDVR_DSEBehavior" /t REG_DWORD /d "2" /f 10 | Reg.exe add "HKCU\System\GameConfigStore" /v "GameDVR_DXGIHonorFSEWindowsCompatible" /t REG_DWORD /d "1" /f 11 | Reg.exe add "HKCU\System\GameConfigStore" /v "GameDVR_EFSEFeatureFlags" /t REG_DWORD /d "0" /f 12 | Reg.exe add "HKCU\System\GameConfigStore" /v "GameDVR_Enabled" /t REG_DWORD /d "0" /f 13 | Reg.exe add "HKCU\System\GameConfigStore" /v "GameDVR_FSEBehavior" /t REG_DWORD /d "2" /f 14 | Reg.exe add "HKCU\System\GameConfigStore" /v "GameDVR_FSEBehaviorMode" /t REG_DWORD /d "2" /f 15 | Reg.exe add "HKCU\System\GameConfigStore" /v "GameDVR_HonorUserFSEBehaviorMode" /t REG_DWORD /d "1" /f 16 | Reg.exe add "HKLM\SOFTWARE\Policies\Microsoft\Windows\GameDVR" /v "AllowGameDVR" /t REG_DWORD /d "0" /f 17 | Reg.exe add "HKLM\SOFTWARE\Microsoft\PolicyManager\default\ApplicationManagement\AllowGameDVR" /v "value" /t REG_DWORD /d "0" /f 18 | sc config xblauthmanager start=disabled 19 | sc config xblgamesave start=disabled 20 | sc config xboxgipsvc start=disabled 21 | sc config xboxnetapisvc start=disabled 22 | sc config gameinputsvc start=disabled 23 | powerrun "schtasks.exe" /change /disable /TN "\Microsoft\XblGameSave\XblGameSaveTask" >nul 2>&1 -------------------------------------------------------------------------------- /src/RaxOS/PostInstall/Support/FSO and Xbox/enable-fse.bat: -------------------------------------------------------------------------------- 1 | @echo off 2 | Reg.exe add "HKCU\System\GameConfigStore" /v "GameDVR_HonorUserFSEBehaviorMode" /t REG_DWORD /d "1" /f 3 | Reg.exe add "HKCU\System\GameConfigStore" /v "GameDVR_DXGIHonorFSEWindowsCompatible" /t REG_DWORD /d "1" /f -------------------------------------------------------------------------------- /src/RaxOS/PostInstall/Support/Night light and Brighteness control/brightness-control-off-default.reg: -------------------------------------------------------------------------------- 1 | Windows Registry Editor Version 5.00 2 | 3 | [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\DisplayEnhancementService] 4 | "Start"=dword:00000004 -------------------------------------------------------------------------------- /src/RaxOS/PostInstall/Support/Night light and Brighteness control/brightness-control-on-default.reg: -------------------------------------------------------------------------------- 1 | Windows Registry Editor Version 5.00 2 | 3 | [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\DisplayEnhancementService] 4 | "Start"=dword:00000002 -------------------------------------------------------------------------------- /src/RaxOS/PostInstall/Support/Night light and Brighteness control/nightlight-off.reg: -------------------------------------------------------------------------------- 1 | Windows Registry Editor Version 5.00 2 | 3 | [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\DispBrokerDesktopSvc] 4 | "Start"=dword:00000004 -------------------------------------------------------------------------------- /src/RaxOS/PostInstall/Support/Night light and Brighteness control/nightlight-on.reg: -------------------------------------------------------------------------------- 1 | Windows Registry Editor Version 5.00 2 | 3 | [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\DispBrokerDesktopSvc] 4 | "Start"=dword:00000002 5 | 6 | [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\CDPUserSvc] 7 | "Start"=dword:00000002 -------------------------------------------------------------------------------- /src/RaxOS/PostInstall/Support/Ntfs encryption/Disable ntfs encryption.bat: -------------------------------------------------------------------------------- 1 | @echo off 2 | :: Checking for admin 3 | fltmc >nul 2>&1 || ( 4 | echo Administrator privileges are required. 5 | PowerShell Start -Verb RunAs '%0' 2> nul || ( 6 | echo Right-click on the script and select "Run as administrator". 7 | pause & exit 1 8 | ) 9 | exit 0 10 | ) 11 | :: Initialize environment 12 | setlocal EnableExtensions DisableDelayedExpansion 13 | 14 | 15 | 16 | fsutil behavior set disableencryption 1 17 | Reg.exe add "HKLM\SYSTEM\CurrentControlSet\Policies" /v "NtfsDisableEncryption" /t REG_DWORD /d "1" /f 18 | cls 19 | echo NTFS Encryption disabled, please reboot. 20 | pause -------------------------------------------------------------------------------- /src/RaxOS/PostInstall/Support/Ntfs encryption/Enable ntfs encryption.bat: -------------------------------------------------------------------------------- 1 | @echo off 2 | :: Checking for admin 3 | fltmc >nul 2>&1 || ( 4 | echo Administrator privileges are required. 5 | PowerShell Start -Verb RunAs '%0' 2> nul || ( 6 | echo Right-click on the script and select "Run as administrator". 7 | pause & exit 1 8 | ) 9 | exit 0 10 | ) 11 | :: Initialize environment 12 | setlocal EnableExtensions DisableDelayedExpansion 13 | 14 | 15 | 16 | fsutil behavior set disableencryption 0 17 | Reg.exe delete "HKLM\SYSTEM\CurrentControlSet\Policies" /v "NtfsDisableEncryption" /f 18 | cls 19 | echo NTFS Encryption enabled, please reboot. 20 | pause -------------------------------------------------------------------------------- /src/RaxOS/PostInstall/Support/Printing/Disable Printing.bat: -------------------------------------------------------------------------------- 1 | @echo off 2 | :: Checking for admin 3 | fltmc >nul 2>&1 || ( 4 | echo Administrator privileges are required. 5 | PowerShell Start -Verb RunAs '%0' 2> nul || ( 6 | echo Right-click on the script and select "Run as administrator". 7 | pause & exit 1 8 | ) 9 | exit 0 10 | ) 11 | :: Initialize environment 12 | setlocal EnableExtensions DisableDelayedExpansion 13 | 14 | 15 | PowerRun.exe /SW:0 Reg.exe add "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Spooler" /v "Start" /t REG_DWORD /d "4" /f 16 | PowerRun.exe /SW:0 Reg.exe add "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\PrintWorkFlowUserSvc" /v "Start" /t REG_DWORD /d "4" /f 17 | PowerRun.exe /SW:0 Reg.exe add "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\StiSvc" /v "Start" /t REG_DWORD /d "4" /f 18 | devmanview /disable "Fax" > NUL 2>&1 19 | devmanview /disable "Microsoft Print to PDF" > NUL 2>&1 20 | devmanview /disable "Microsoft XPS Document Writer" > NUL 2>&1 21 | devmanview /disable "Root Print Queue" > NUL 2>&1 22 | cls 23 | echo Printing has been Disabled 24 | pause -------------------------------------------------------------------------------- /src/RaxOS/PostInstall/Support/Printing/Enable Printing.bat: -------------------------------------------------------------------------------- 1 | @echo off 2 | :: Checking for admin 3 | fltmc >nul 2>&1 || ( 4 | echo Administrator privileges are required. 5 | PowerShell Start -Verb RunAs '%0' 2> nul || ( 6 | echo Right-click on the script and select "Run as administrator". 7 | pause & exit 1 8 | ) 9 | exit 0 10 | ) 11 | :: Initialize environment 12 | setlocal EnableExtensions DisableDelayedExpansion 13 | 14 | 15 | PowerRun.exe /SW:0 Reg.exe add "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Spooler" /v "Start" /t REG_DWORD /d "2" /f 16 | PowerRun.exe /SW:0 Reg.exe add "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\PrintWorkFlowUserSvc" /v "Start" /t REG_DWORD /d "3" /f 17 | PowerRun.exe /SW:0 Reg.exe add "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\StiSvc" /v "Start" /t REG_DWORD /d "3" /f 18 | devmanview /enable "Fax" > NUL 2>&1 19 | devmanview /enable "Microsoft Print to PDF" > NUL 2>&1 20 | devmanview /enable "Microsoft XPS Document Writer" > NUL 2>&1 21 | devmanview /enable "Root Print Queue" > NUL 2>&1 22 | cls 23 | echo Printing has been Enabled 24 | pause -------------------------------------------------------------------------------- /src/RaxOS/PostInstall/Support/Quick access/Enable Quick access.bat: -------------------------------------------------------------------------------- 1 | @echo off 2 | :: Checking for admin 3 | fltmc >nul 2>&1 || ( 4 | echo Administrator privileges are required. 5 | PowerShell Start -Verb RunAs '%0' 2> nul || ( 6 | echo Right-click on the script and select "Run as administrator". 7 | pause & exit 1 8 | ) 9 | exit 0 10 | ) 11 | :: Initialize environment 12 | setlocal EnableExtensions DisableDelayedExpansion 13 | 14 | 15 | Reg.exe add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer" /v "HubMode" /t REG_DWORD /d "0" /f 16 | Reg.exe add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Desktop\NameSpace_36354489\{f874310e-b6b7-47dc-bc84-b9e6b38f5903}" /v "" /t REG_SZ /d "CLSID_MSGraphHomeFolder" /f 17 | PowerRun.exe /SW:0 Reg.exe add "HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Classes\CLSID\{F02C1A0D-BE21-4350-88B0-7367FC96EF3C}\ShellFolder" /v "Attributes" /t REG_DWORD /d "2953052260" /f 18 | PowerRun.exe /SW:0 Reg.exe add "HKCR\CLSID\{F02C1A0D-BE21-4350-88B0-7367FC96EF3C}\ShellFolder" /v "Attributes" /t REG_DWORD /d ""2953052260" /f 19 | cls 20 | echo Quick access enabled, please reboot your system. 21 | pause 22 | -------------------------------------------------------------------------------- /src/RaxOS/PostInstall/Support/Quick access/Remove Quick access.bat: -------------------------------------------------------------------------------- 1 | @echo off 2 | :: Checking for admin 3 | fltmc >nul 2>&1 || ( 4 | echo Administrator privileges are required. 5 | PowerShell Start -Verb RunAs '%0' 2> nul || ( 6 | echo Right-click on the script and select "Run as administrator". 7 | pause & exit 1 8 | ) 9 | exit 0 10 | ) 11 | :: Initialize environment 12 | setlocal EnableExtensions DisableDelayedExpansion 13 | 14 | 15 | Reg.exe add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer" /v "HubMode" /t REG_DWORD /d "1" /f 16 | Reg.exe delete "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Desktop\NameSpace_36354489\{f874310e-b6b7-47dc-bc84-b9e6b38f5903}" /f 17 | PowerRun.exe /SW:0 Reg.exe add "HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Classes\CLSID\{F02C1A0D-BE21-4350-88B0-7367FC96EF3C}\ShellFolder" /v "Attributes" /t REG_DWORD /d "2962489444" /f 18 | PowerRun.exe /SW:0 Reg.exe add "HKCR\CLSID\{F02C1A0D-BE21-4350-88B0-7367FC96EF3C}\ShellFolder" /v "Attributes" /t REG_DWORD /d "2962489444" /f 19 | cls 20 | echo Quick access removed, please reboot your system. 21 | pause 22 | -------------------------------------------------------------------------------- /src/RaxOS/PostInstall/Support/SerializeTimerExpiration/Disable SerializeTimerExpiration.reg: -------------------------------------------------------------------------------- 1 | Windows Registry Editor Version 5.00 2 | 3 | [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\kernel] 4 | "SerializeTimerExpiration"=dword:00000002 -------------------------------------------------------------------------------- /src/RaxOS/PostInstall/Support/SerializeTimerExpiration/Enable SerializeTimerExpiration.reg: -------------------------------------------------------------------------------- 1 | Windows Registry Editor Version 5.00 2 | 3 | [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\kernel] 4 | "SerializeTimerExpiration"=dword:00000001 -------------------------------------------------------------------------------- /src/RaxOS/PostInstall/Support/SerializeTimerExpiration/ReadMe.txt: -------------------------------------------------------------------------------- 1 | Do not touch if your using 24H2 -------------------------------------------------------------------------------- /src/RaxOS/PostInstall/Support/StartMenu/Startmenu.bat: -------------------------------------------------------------------------------- 1 | @echo off 2 | if /i "%~1"=="/disable" goto disable 3 | 4 | title Startmenu toggle script 5 | cls 6 | 7 | echo. Press [1] to Disable Startmenu 8 | echo. Press [2] to Enable Startmenu 9 | echo. 10 | set /p c="Enter your answer: " 11 | if /i %c% equ 1 goto :disable 12 | if /i %c% equ 2 goto :enable 13 | 14 | :disable 15 | Reg.exe add "HKCU\Software\Microsoft\Windows\CurrentVersion\Search" /v "SearchboxTaskbarMode" /t REG_DWORD /d "0" /f 16 | taskkill /f /im explorer.exe 17 | taskkill /f /im SearchHost.exe 18 | C:\Modules\NSudo.exe -U:S -P:E cmd.exe /c ren C:\Windows\SystemApps\Microsoft.Windows.StartMenuExperienceHost_cw5n1h2txyewy\StartMenuExperienceHost.old StartMenuExperienceHost.exe 19 | C:\Modules\NSudo.exe -U:S -P:E cmd.exe /c ren C:\Windows\SystemApps\MicrosoftWindows.Client.CBS_cw5n1h2txyewy\SearchHost.old SearchHost.exe 20 | start /b /wait "" "C:\Modules\OpenShellSetup_4_4_194.exe" /qn ADDLOCAL=StartMenu >nul 2>&1 21 | start explorer.exe 22 | cls 23 | pause 24 | exit 25 | 26 | :enable 27 | Reg.exe add "HKCU\Software\Microsoft\Windows\CurrentVersion\Search" /v "SearchboxTaskbarMode" /t REG_DWORD /d "3" /f 28 | sc start wsearch 29 | taskkill /f /im explorer.exe 30 | C:\Modules\NSudo.exe -U:S -P:E cmd.exe /c ren C:\Windows\SystemApps\Microsoft.Windows.StartMenuExperienceHost_cw5n1h2txyewy\StartMenuExperienceHost.old StartMenuExperienceHost.exe 31 | C:\Modules\NSudo.exe -U:S -P:E cmd.exe /c ren C:\Windows\SystemApps\MicrosoftWindows.Client.CBS_cw5n1h2txyewy\SearchHost.old SearchHost.exe 32 | wmic product where name="Open-Shell" call uninstall /nointeractive 33 | start explorer.exe 34 | cls 35 | pause 36 | exit -------------------------------------------------------------------------------- /src/RaxOS/PostInstall/Support/TroubleShoot/RaxOS-Default-services-drivers.lnk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raox77/RaxOS/93340fabc7e1cf5dc35008ae8dc292fb22a3ac3c/src/RaxOS/PostInstall/Support/TroubleShoot/RaxOS-Default-services-drivers.lnk -------------------------------------------------------------------------------- /src/RaxOS/PostInstall/Support/TroubleShoot/Windows-Default-services-drivers.lnk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raox77/RaxOS/93340fabc7e1cf5dc35008ae8dc292fb22a3ac3c/src/RaxOS/PostInstall/Support/TroubleShoot/Windows-Default-services-drivers.lnk -------------------------------------------------------------------------------- /src/RaxOS/PostInstall/Support/Wallpaper/Alternative Black.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raox77/RaxOS/93340fabc7e1cf5dc35008ae8dc292fb22a3ac3c/src/RaxOS/PostInstall/Support/Wallpaper/Alternative Black.jpg -------------------------------------------------------------------------------- /src/RaxOS/PostInstall/Support/Wallpaper/Alternative Blue.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raox77/RaxOS/93340fabc7e1cf5dc35008ae8dc292fb22a3ac3c/src/RaxOS/PostInstall/Support/Wallpaper/Alternative Blue.jpg -------------------------------------------------------------------------------- /src/RaxOS/PostInstall/Support/Wallpaper/Default Grey.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raox77/RaxOS/93340fabc7e1cf5dc35008ae8dc292fb22a3ac3c/src/RaxOS/PostInstall/Support/Wallpaper/Default Grey.jpg -------------------------------------------------------------------------------- /src/RaxOS/PostInstall/Support/virtualization based security (VBS)/Disable VBS.bat: -------------------------------------------------------------------------------- 1 | @echo off 2 | 3 | PowerRun.exe /SW:0 Reg.exe delete "HKLM\Software\Policies\Microsoft\Windows\DeviceGuard" /v "RequirePlatformSecurityFeatures" /f 4 | PowerRun.exe /SW:0 Reg.exe add "HKLM\Software\Policies\Microsoft\Windows\DeviceGuard" /v "EnableVirtualizationBasedSecurity" /t REG_DWORD /d "0" /f 5 | PowerRun.exe /SW:0 Reg.exe delete "HKLM\Software\Policies\Microsoft\Windows\DeviceGuard" /v "ConfigureSystemGuardLaunch" /f 6 | PowerRun.exe /SW:0 Reg.exe delete "HKLM\Software\Policies\Microsoft\Windows\DeviceGuard" /v "ConfigureKernelShadowStacksLaunch" /f 7 | PowerRun.exe /SW:0 Reg.exe delete "HKLM\Software\Policies\Microsoft\Windows\DeviceGuard" /v "HypervisorEnforcedCodeIntegrity" /f 8 | PowerRun.exe /SW:0 Reg.exe delete "HKLM\Software\Policies\Microsoft\Windows\DeviceGuard" /v "LsaCfgFlags" /f 9 | PowerRun.exe /SW:0 Reg.exe add "HKLM\System\ControlSet001\Control\DeviceGuard" /v "EnableVirtualizationBasedSecurity" /t REG_DWORD /d "0" /f 10 | PowerRun.exe /SW:0 Reg.exe add "HKLM\System\ControlSet001\Control\DeviceGuard" /v "RequirePlatformSecurityFeatures" /t REG_DWORD /d "0" /f 11 | PowerRun.exe /SW:0 Reg.exe add "HKLM\System\ControlSet001\Control\DeviceGuard\Scenarios\HypervisorEnforcedCodeIntegrity" /v "Enabled" /t REG_DWORD /d "0" /f 12 | PowerRun.exe /SW:0 Reg.exe add "HKLM\System\ControlSet001\Control\DeviceGuard\Scenarios\HypervisorEnforcedCodeIntegrity" /v "HVCIMATRequired" /t REG_DWORD /d "0" /f 13 | PowerRun.exe /SW:0 Reg.exe add "HKLM\System\ControlSet001\Control\Lsa" /v "LsaCfgFlags" /t REG_DWORD /d "0" /f 14 | bcdedit /set hypervisorlaunchtype off 15 | exit /b 0 -------------------------------------------------------------------------------- /src/RaxOS/PostInstall/Support/virtualization based security (VBS)/Enable VBS.bat: -------------------------------------------------------------------------------- 1 | @echo off 2 | 3 | PowerRun.exe /SW:0 Reg.exe add "HKLM\Software\Policies\Microsoft\Windows\DeviceGuard" /v "LsaCfgFlags" /t REG_DWORD /d "3" /f 4 | PowerRun.exe /SW:0 Reg.exe add "HKLM\Software\Policies\Microsoft\Windows\DeviceGuard" /v "ConfigureSystemGuardLaunch" /t REG_DWORD /d "0" /f 5 | PowerRun.exe /SW:0 Reg.exe add "HKLM\Software\Policies\Microsoft\Windows\DeviceGuard" /v "RequirePlatformSecurityFeatures" /t REG_DWORD /d "3" /f 6 | PowerRun.exe /SW:0 Reg.exe add "HKLM\Software\Policies\Microsoft\Windows\DeviceGuard" /v "EnableVirtualizationBasedSecurity" /t REG_DWORD /d "1" /f 7 | PowerRun.exe /SW:0 Reg.exe add "HKLM\Software\Policies\Microsoft\Windows\DeviceGuard" /v "ConfigureKernelShadowStacksLaunch" /t REG_DWORD /d "0" /f 8 | PowerRun.exe /SW:0 Reg.exe add "HKLM\Software\Policies\Microsoft\Windows\DeviceGuard" /v "HypervisorEnforcedCodeIntegrity" /t REG_DWORD /d "3" /f 9 | bcdedit /set hypervisorlaunchtype auto 10 | exit /b 0 -------------------------------------------------------------------------------- /src/RaxOS/PostInstall/Tweaks/!Bufferbloat Test.url: -------------------------------------------------------------------------------- 1 | [{000214A0-0000-0000-C000-000000000046}] 2 | Prop3=19,11 3 | [InternetShortcut] 4 | IDList= 5 | URL=https://www.waveform.com/tools/bufferbloat 6 | -------------------------------------------------------------------------------- /src/RaxOS/PostInstall/Tweaks/!CPU Idle States.url: -------------------------------------------------------------------------------- 1 | [{000214A0-0000-0000-C000-000000000046}] 2 | Prop3=19,11 3 | [InternetShortcut] 4 | IDList= 5 | URL=https://github.com/valleyofdoom/PC-Tuning?tab=readme-ov-file#cpu-idle-states 6 | HotKey=0 7 | -------------------------------------------------------------------------------- /src/RaxOS/PostInstall/Tweaks/!IMOD.url: -------------------------------------------------------------------------------- 1 | [{000214A0-0000-0000-C000-000000000046}] 2 | Prop3=19,11 3 | [InternetShortcut] 4 | IDList= 5 | URL=https://github.com/valleyofdoom/PC-Tuning?tab=readme-ov-file#xhci-interrupt-moderation-imod 6 | HotKey=0 7 | -------------------------------------------------------------------------------- /src/RaxOS/PostInstall/Tweaks/!Micro adjust benchmark.url: -------------------------------------------------------------------------------- 1 | [{000214A0-0000-0000-C000-000000000046}] 2 | Prop3=19,11 3 | [InternetShortcut] 4 | IDList= 5 | URL=https://github.com/valleyofdoom/PC-Tuning?tab=readme-ov-file#xhci-interrupt-moderation-imod 6 | HotKey=0 7 | -------------------------------------------------------------------------------- /src/RaxOS/PostInstall/Tweaks/!Network Adapter settings.url: -------------------------------------------------------------------------------- 1 | [{000214A0-0000-0000-C000-000000000046}] 2 | Prop3=19,11 3 | [InternetShortcut] 4 | IDList= 5 | URL=https://www.intel.com/content/www/us/en/support/articles/000005811/ethernet-products.html 6 | HotKey=0 7 | -------------------------------------------------------------------------------- /src/RaxOS/PostInstall/Tweaks/!TimerResolution.url: -------------------------------------------------------------------------------- 1 | [{000214A0-0000-0000-C000-000000000046}] 2 | Prop3=19,11 3 | [InternetShortcut] 4 | IDList= 5 | URL=https://github.com/valleyofdoom/TimerResolution 6 | HotKey=0 7 | -------------------------------------------------------------------------------- /src/RaxOS/PostInstall/Tweaks/Auto DSCP & FSE.bat: -------------------------------------------------------------------------------- 1 | <# : 2 | @echo off 3 | setlocal 4 | 5 | :START 6 | cls 7 | echo RUN THIS SCRIPT AFTER YOU HAVE INSTALLED YOUR GAMES. 8 | 9 | :SETPROFILENAME 10 | echo. 11 | echo Example: Fortnite, Valorant, CSGO, COD, Overwatch, Rocket league, 12 | echo. 13 | set /p PROFILENAME="Enter a profile name for the QoS policy : " 14 | 15 | echo %PROFILENAME%|findstr /r "[^0-9]" > nul 16 | if errorlevel 1 cls & goto SETAPPLICATIONPATH 17 | echo %PROFILENAME%|findstr /r "[^a-zA-Z]" > nul 18 | if errorlevel 1 cls & goto SETAPPLICATIONPATH 19 | echo %PROFILENAME%|findstr /r "[^0-9a-zA-Z]" > nul 20 | if errorlevel 1 (actionZ) else goto badappname 21 | 22 | :badappname 23 | cls 24 | echo Invalid input. Only alphanumeric characters can be accepted. 25 | goto SETPROFILENAME 26 | 27 | :SETAPPLICATIONPATH 28 | echo Select the main game exe you would like to assign to the profile : %PROFILENAME% 29 | for /f "delims=" %%I in ('powershell -noprofile "iex (${%~f0} | out-string)"') do set application=%%I 30 | 31 | for %%a in (%application%) do if /i "%%~xa"==".exe" goto DSCP 32 | for %%a in (%application%) do if /i not "%%~xa"==".exe" goto invalid 33 | 34 | :invalid 35 | cls 36 | echo Invalid input. Make sure the application name ends in .exe 37 | goto SETAPPLICATIONPATH 38 | 39 | :DSCP 40 | cls 41 | echo Setting DSCP to 46 for a game exe will allow packets of the application to 42 | echo be prioritized over other packets on your network or even apps running on your own PC. 43 | echo. 44 | echo Are you sure you want to prioritize packets for: 45 | echo. 46 | echo %application%? 47 | echo. 48 | echo [1] Yes 49 | echo. 50 | echo [2] No 51 | echo. 52 | echo [3] Choose exe again 53 | echo. 54 | choice /c:123 /n > NUL 2>&1 55 | if errorlevel 3 cls & goto SETAPPLICATIONPATH 56 | if errorlevel 2 cls & goto FSE 57 | if errorlevel 1 cls & goto DSCPYES 58 | 59 | :DSCPYES 60 | cls 61 | Reg.exe add "HKLM\SOFTWARE\Policies\Microsoft\Windows\QoS\%PROFILENAME%" /v "Version" /t REG_SZ /d "1.0" /f > NUL 2>&1 62 | Reg.exe add "HKLM\SOFTWARE\Policies\Microsoft\Windows\QoS\%PROFILENAME%" /v "Application Name" /t REG_SZ /d "%application%" /f > NUL 2>&1 63 | Reg.exe add "HKLM\SOFTWARE\Policies\Microsoft\Windows\QoS\%PROFILENAME%" /v "Protocol" /t REG_SZ /d "*" /f > NUL 2>&1 64 | Reg.exe add "HKLM\SOFTWARE\Policies\Microsoft\Windows\QoS\%PROFILENAME%" /v "Local Port" /t REG_SZ /d "*" /f > NUL 2>&1 65 | Reg.exe add "HKLM\SOFTWARE\Policies\Microsoft\Windows\QoS\%PROFILENAME%" /v "Local IP" /t REG_SZ /d "*" /f > NUL 2>&1 66 | Reg.exe add "HKLM\SOFTWARE\Policies\Microsoft\Windows\QoS\%PROFILENAME%" /v "Local IP Prefix Length" /t REG_SZ /d "*" /f > NUL 2>&1 67 | Reg.exe add "HKLM\SOFTWARE\Policies\Microsoft\Windows\QoS\%PROFILENAME%" /v "Remote Port" /t REG_SZ /d "*" /f > NUL 2>&1 68 | Reg.exe add "HKLM\SOFTWARE\Policies\Microsoft\Windows\QoS\%PROFILENAME%" /v "Remote IP" /t REG_SZ /d "*" /f > NUL 2>&1 69 | Reg.exe add "HKLM\SOFTWARE\Policies\Microsoft\Windows\QoS\%PROFILENAME%" /v "Remote IP Prefix Length" /t REG_SZ /d "*" /f > NUL 2>&1 70 | Reg.exe add "HKLM\SOFTWARE\Policies\Microsoft\Windows\QoS\%PROFILENAME%" /v "DSCP Value" /t REG_SZ /d "46" /f > NUL 2>&1 71 | Reg.exe add "HKLM\SOFTWARE\Policies\Microsoft\Windows\QoS\%PROFILENAME%" /v "Throttle Rate" /t REG_SZ /d "-1" /f > NUL 2>&1 72 | cls 73 | 74 | :FSE 75 | cls 76 | echo Would you like to enable exclusive fullscreen for: 77 | echo. 78 | echo %application%? 79 | echo. 80 | echo [1] Yes (recommended) 81 | echo. 82 | echo [2] No 83 | echo. 84 | choice /c:12 /n > NUL 2>&1 85 | if errorlevel 2 goto FSENO 86 | if errorlevel 1 goto FSEYES 87 | 88 | :FSEYES 89 | cls 90 | Reg.exe add "HKCU\SOFTWARE\Microsoft\Windows NT\CurrentVersion\AppCompatFlags\Layers" /v "%application%" /t REG_SZ /d "~ DISABLEDXMAXIMIZEDWINDOWEDMODE HIGHDPIAWARE" /f > NUL 2>&1 91 | cls 92 | 93 | :FSENO 94 | cls 95 | :: DOES NOT AFFECT DESKTOP PERFORMANCE, HERE FOR LAPTOPS BUT IT DOES NOT HURT TO ADD IT TO DESKTOP SYSTEMS 96 | Reg.exe add "HKCU\SOFTWARE\Microsoft\DirectX\UserGpuPreferences" /v "%application%" /t REG_SZ /d "GpuPreference=2;" /f > NUL 2>&1 97 | cls 98 | echo Would you like to add another game exe? 99 | echo. 100 | echo [1] Yes 101 | echo. 102 | echo [2] No 103 | echo. 104 | choice /c:12 /n > NUL 2>&1 105 | if errorlevel 2 goto EXIT 106 | if errorlevel 1 goto START 107 | 108 | :EXIT 109 | cls 110 | echo You can add another game later if you keep this script safe. 111 | pause 112 | exit /b 113 | 114 | goto :EOF 115 | PS #> 116 | 117 | Add-Type -AssemblyName System.Windows.Forms 118 | $f = new-object Windows.Forms.OpenFileDialog 119 | $f.InitialDirectory = pwd 120 | $f.Filter = "Image Files (*.exe)|*.exe|All Files (*.*)|*.*" 121 | $f.ShowHelp = $true 122 | $f.Multiselect = $true 123 | [void]$f.ShowDialog() 124 | if ($f.Multiselect) { $f.FileNames } else { $f.FileName } -------------------------------------------------------------------------------- /src/RaxOS/PostInstall/Tweaks/Autoruns.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raox77/RaxOS/93340fabc7e1cf5dc35008ae8dc292fb22a3ac3c/src/RaxOS/PostInstall/Tweaks/Autoruns.exe -------------------------------------------------------------------------------- /src/RaxOS/PostInstall/Tweaks/CRU/CRU.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raox77/RaxOS/93340fabc7e1cf5dc35008ae8dc292fb22a3ac3c/src/RaxOS/PostInstall/Tweaks/CRU/CRU.exe -------------------------------------------------------------------------------- /src/RaxOS/PostInstall/Tweaks/CRU/reset-all.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raox77/RaxOS/93340fabc7e1cf5dc35008ae8dc292fb22a3ac3c/src/RaxOS/PostInstall/Tweaks/CRU/reset-all.exe -------------------------------------------------------------------------------- /src/RaxOS/PostInstall/Tweaks/CRU/restart.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raox77/RaxOS/93340fabc7e1cf5dc35008ae8dc292fb22a3ac3c/src/RaxOS/PostInstall/Tweaks/CRU/restart.exe -------------------------------------------------------------------------------- /src/RaxOS/PostInstall/Tweaks/CRU/restart64.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raox77/RaxOS/93340fabc7e1cf5dc35008ae8dc292fb22a3ac3c/src/RaxOS/PostInstall/Tweaks/CRU/restart64.exe -------------------------------------------------------------------------------- /src/RaxOS/PostInstall/Tweaks/Change resolution without immersive cp.lnk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raox77/RaxOS/93340fabc7e1cf5dc35008ae8dc292fb22a3ac3c/src/RaxOS/PostInstall/Tweaks/Change resolution without immersive cp.lnk -------------------------------------------------------------------------------- /src/RaxOS/PostInstall/Tweaks/DeviceCleanup.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raox77/RaxOS/93340fabc7e1cf5dc35008ae8dc292fb22a3ac3c/src/RaxOS/PostInstall/Tweaks/DeviceCleanup.exe -------------------------------------------------------------------------------- /src/RaxOS/PostInstall/Tweaks/GoInterruptPolicy.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raox77/RaxOS/93340fabc7e1cf5dc35008ae8dc292fb22a3ac3c/src/RaxOS/PostInstall/Tweaks/GoInterruptPolicy.exe -------------------------------------------------------------------------------- /src/RaxOS/PostInstall/Tweaks/Interrupt Affinity Policy Tool.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raox77/RaxOS/93340fabc7e1cf5dc35008ae8dc292fb22a3ac3c/src/RaxOS/PostInstall/Tweaks/Interrupt Affinity Policy Tool.exe -------------------------------------------------------------------------------- /src/RaxOS/PostInstall/Tweaks/MSI Mode Utility.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raox77/RaxOS/93340fabc7e1cf5dc35008ae8dc292fb22a3ac3c/src/RaxOS/PostInstall/Tweaks/MSI Mode Utility.exe -------------------------------------------------------------------------------- /src/RaxOS/PostInstall/Tweaks/MouseTester/MouseTester.url: -------------------------------------------------------------------------------- 1 | [{000214A0-0000-0000-C000-000000000046}] 2 | Prop3=19,11 3 | [InternetShortcut] 4 | IDList= 5 | URL=https://github.com/valleyofdoom/MouseTester 6 | HotKey=0 7 | -------------------------------------------------------------------------------- /src/RaxOS/PostInstall/Tweaks/NSudo.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raox77/RaxOS/93340fabc7e1cf5dc35008ae8dc292fb22a3ac3c/src/RaxOS/PostInstall/Tweaks/NSudo.exe -------------------------------------------------------------------------------- /src/RaxOS/PostInstall/Tweaks/PowerSettingsExplorer.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raox77/RaxOS/93340fabc7e1cf5dc35008ae8dc292fb22a3ac3c/src/RaxOS/PostInstall/Tweaks/PowerSettingsExplorer.exe -------------------------------------------------------------------------------- /src/RaxOS/PostInstall/Tweaks/Process explorer/!Why you should replace Task Manager.url: -------------------------------------------------------------------------------- 1 | [{000214A0-0000-0000-C000-000000000046}] 2 | Prop3=19,11 3 | [InternetShortcut] 4 | IDList= 5 | URL=https://github.com/valleyofdoom/PC-Tuning?tab=readme-ov-file#1130-process-explorer-permalink 6 | HotKey=0 7 | -------------------------------------------------------------------------------- /src/RaxOS/PostInstall/Tweaks/Process explorer/Process Explorer Settings.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raox77/RaxOS/93340fabc7e1cf5dc35008ae8dc292fb22a3ac3c/src/RaxOS/PostInstall/Tweaks/Process explorer/Process Explorer Settings.reg -------------------------------------------------------------------------------- /src/RaxOS/PostInstall/Tweaks/Process explorer/Process Explorer.url: -------------------------------------------------------------------------------- 1 | [{000214A0-0000-0000-C000-000000000046}] 2 | Prop3=19,11 3 | [InternetShortcut] 4 | IDList= 5 | URL=https://learn.microsoft.com/en-us/sysinternals/downloads/process-explorer 6 | HotKey=0 7 | -------------------------------------------------------------------------------- /src/RaxOS/PostInstall/Tweaks/SCEWIN/SCEWIN.url: -------------------------------------------------------------------------------- 1 | [{000214A0-0000-0000-C000-000000000046}] 2 | Prop3=19,11 3 | [InternetShortcut] 4 | IDList= 5 | URL=https://github.com/ab3lkaizen/SCEHUB 6 | HotKey=0 7 | -------------------------------------------------------------------------------- /src/RaxOS/PostInstall/Tweaks/hidusbf/DRIVER/1kHz.cmd: -------------------------------------------------------------------------------- 1 | pushd "%~dp0" 2 | copy /V /Y "%~dp0NTX86\1kHz\hidusbf.sys" "%~dp0NTX86\" 3 | copy /V /Y "%~dp0AMD64\1kHz\hidusbf.sys" "%~dp0AMD64\" 4 | popd -------------------------------------------------------------------------------- /src/RaxOS/PostInstall/Tweaks/hidusbf/DRIVER/2kHz-4kHz.cmd: -------------------------------------------------------------------------------- 1 | pushd "%~dp0" 2 | copy /V /Y "%~dp0NTX86\2kHz-4kHz\hidusbf.sys" "%~dp0NTX86\" 3 | copy /V /Y "%~dp0AMD64\2kHz-4kHz\hidusbf.sys" "%~dp0AMD64\" 4 | popd 5 | -------------------------------------------------------------------------------- /src/RaxOS/PostInstall/Tweaks/hidusbf/DRIVER/4kHz-8kHz.cmd: -------------------------------------------------------------------------------- 1 | pushd "%~dp0" 2 | copy /V /Y "%~dp0NTX86\4kHz-8kHz\hidusbf.sys" "%~dp0NTX86\" 3 | copy /V /Y "%~dp0AMD64\4kHz-8kHz\hidusbf.sys" "%~dp0AMD64\" 4 | popd -------------------------------------------------------------------------------- /src/RaxOS/PostInstall/Tweaks/hidusbf/DRIVER/98ME/hidusbf.sys: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raox77/RaxOS/93340fabc7e1cf5dc35008ae8dc292fb22a3ac3c/src/RaxOS/PostInstall/Tweaks/hidusbf/DRIVER/98ME/hidusbf.sys -------------------------------------------------------------------------------- /src/RaxOS/PostInstall/Tweaks/hidusbf/DRIVER/AMD64/1khz/hidusbf.sys: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raox77/RaxOS/93340fabc7e1cf5dc35008ae8dc292fb22a3ac3c/src/RaxOS/PostInstall/Tweaks/hidusbf/DRIVER/AMD64/1khz/hidusbf.sys -------------------------------------------------------------------------------- /src/RaxOS/PostInstall/Tweaks/hidusbf/DRIVER/AMD64/2khz-4khz/hidusbf.sys: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raox77/RaxOS/93340fabc7e1cf5dc35008ae8dc292fb22a3ac3c/src/RaxOS/PostInstall/Tweaks/hidusbf/DRIVER/AMD64/2khz-4khz/hidusbf.sys -------------------------------------------------------------------------------- /src/RaxOS/PostInstall/Tweaks/hidusbf/DRIVER/AMD64/4khz-8khz/hidusbf.sys: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raox77/RaxOS/93340fabc7e1cf5dc35008ae8dc292fb22a3ac3c/src/RaxOS/PostInstall/Tweaks/hidusbf/DRIVER/AMD64/4khz-8khz/hidusbf.sys -------------------------------------------------------------------------------- /src/RaxOS/PostInstall/Tweaks/hidusbf/DRIVER/AMD64/hidusbf.sys: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raox77/RaxOS/93340fabc7e1cf5dc35008ae8dc292fb22a3ac3c/src/RaxOS/PostInstall/Tweaks/hidusbf/DRIVER/AMD64/hidusbf.sys -------------------------------------------------------------------------------- /src/RaxOS/PostInstall/Tweaks/hidusbf/DRIVER/AMD64/nopatch/hidusbf.sys: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raox77/RaxOS/93340fabc7e1cf5dc35008ae8dc292fb22a3ac3c/src/RaxOS/PostInstall/Tweaks/hidusbf/DRIVER/AMD64/nopatch/hidusbf.sys -------------------------------------------------------------------------------- /src/RaxOS/PostInstall/Tweaks/hidusbf/DRIVER/HIDUSBF.INF: -------------------------------------------------------------------------------- 1 | ;Install File and Service for HIDUSBF lower filter 2 | ;Win 98+, Win 2000+, Win x64+ supported 3 | 4 | [Version] 5 | Signature=$CHICAGO$ 6 | Provider=%MFGNAME% 7 | 8 | [SourceDisksNames] 9 | 1=%INSTDISK%,,, 10 | 11 | [SourceDisksFiles] 12 | hidusbf.sys=1,98me 13 | 14 | [SourceDisksFiles.x86] 15 | hidusbf.sys=1,ntx86 16 | 17 | [SourceDisksFiles.amd64] 18 | hidusbf.sys=1,amd64 19 | 20 | [DestinationDirs] 21 | DefaultDestDir=10,system32\drivers 22 | DriverCopyFiles=10,system32\drivers 23 | DriverCopyFilesNT=12 24 | 25 | [DriverCopyFiles] 26 | hidusbf.sys,,,0x04 27 | 28 | [DriverCopyFilesNT] 29 | hidusbf.sys,,,0x04 30 | 31 | [hidusbfService] 32 | ServiceType=1 33 | StartType=3 34 | ErrorControl=1 35 | ServiceBinary=%12%\hidusbf.sys 36 | DisplayName=%Description% 37 | 38 | ;------------------------------------------------------------------------------ 39 | ; Windows 2000+ Sections 40 | ;------------------------------------------------------------------------------ 41 | 42 | [DefaultInstall.nt] 43 | CopyFiles=DriverCopyFilesNT 44 | 45 | [DefaultInstall.nt.services] 46 | AddService=hidusbf,,hidusbfService 47 | 48 | ;------------------------------------------------------------------------------ 49 | ; Windows 98+ Sections 50 | ;------------------------------------------------------------------------------ 51 | 52 | [DefaultInstall] 53 | CopyFiles=DriverCopyFiles 54 | 55 | ;------------------------------------------------------------------------------ 56 | ; String Definitions 57 | ;------------------------------------------------------------------------------ 58 | 59 | [Strings] 60 | MFGNAME="SweetLow" 61 | INSTDISK="USB Mouse Rate Adjuster" 62 | DESCRIPTION="USB Mouse Rate Adjuster Lower Filter by SweetLow" 63 | -------------------------------------------------------------------------------- /src/RaxOS/PostInstall/Tweaks/hidusbf/DRIVER/HIDUSBFU.INF: -------------------------------------------------------------------------------- 1 | ;Uninstall File and Service for HIDUSBF lower filter 2 | ;Win 98+, Win 2000+, Win x64+ supported 3 | 4 | [Version] 5 | Signature=$CHICAGO$ 6 | Provider=%MFGNAME% 7 | 8 | [DestinationDirs] 9 | DefaultDestDir=10,system32\drivers 10 | DriverDelFiles=10,system32\drivers 11 | DriverDelFilesNT=12 12 | 13 | [DriverDelFiles] 14 | hidusbf.sys 15 | 16 | [DriverDelFilesNT] 17 | hidusbf.sys 18 | 19 | ;------------------------------------------------------------------------------ 20 | ; Windows 2000+ Sections 21 | ;------------------------------------------------------------------------------ 22 | 23 | [DefaultInstall.nt] 24 | DelFiles=DriverDelFilesNT 25 | 26 | [DefaultInstall.nt.services] 27 | DelService=hidusbf 28 | 29 | ;------------------------------------------------------------------------------ 30 | ; Windows 98+ Sections 31 | ;------------------------------------------------------------------------------ 32 | 33 | [DefaultInstall] 34 | DelFiles=DriverDelFiles 35 | 36 | ;------------------------------------------------------------------------------ 37 | ; String Definitions 38 | ;------------------------------------------------------------------------------ 39 | 40 | [Strings] 41 | MFGNAME="SweetLow" 42 | -------------------------------------------------------------------------------- /src/RaxOS/PostInstall/Tweaks/hidusbf/DRIVER/NTX86/1khz/hidusbf.sys: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raox77/RaxOS/93340fabc7e1cf5dc35008ae8dc292fb22a3ac3c/src/RaxOS/PostInstall/Tweaks/hidusbf/DRIVER/NTX86/1khz/hidusbf.sys -------------------------------------------------------------------------------- /src/RaxOS/PostInstall/Tweaks/hidusbf/DRIVER/NTX86/2khz-4khz/hidusbf.sys: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raox77/RaxOS/93340fabc7e1cf5dc35008ae8dc292fb22a3ac3c/src/RaxOS/PostInstall/Tweaks/hidusbf/DRIVER/NTX86/2khz-4khz/hidusbf.sys -------------------------------------------------------------------------------- /src/RaxOS/PostInstall/Tweaks/hidusbf/DRIVER/NTX86/4khz-8khz/hidusbf.sys: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raox77/RaxOS/93340fabc7e1cf5dc35008ae8dc292fb22a3ac3c/src/RaxOS/PostInstall/Tweaks/hidusbf/DRIVER/NTX86/4khz-8khz/hidusbf.sys -------------------------------------------------------------------------------- /src/RaxOS/PostInstall/Tweaks/hidusbf/DRIVER/NTX86/hidusbf.sys: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raox77/RaxOS/93340fabc7e1cf5dc35008ae8dc292fb22a3ac3c/src/RaxOS/PostInstall/Tweaks/hidusbf/DRIVER/NTX86/hidusbf.sys -------------------------------------------------------------------------------- /src/RaxOS/PostInstall/Tweaks/hidusbf/DRIVER/NTX86/nopatch/hidusbf.sys: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raox77/RaxOS/93340fabc7e1cf5dc35008ae8dc292fb22a3ac3c/src/RaxOS/PostInstall/Tweaks/hidusbf/DRIVER/NTX86/nopatch/hidusbf.sys -------------------------------------------------------------------------------- /src/RaxOS/PostInstall/Tweaks/hidusbf/DRIVER/Setup.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raox77/RaxOS/93340fabc7e1cf5dc35008ae8dc292fb22a3ac3c/src/RaxOS/PostInstall/Tweaks/hidusbf/DRIVER/Setup.exe -------------------------------------------------------------------------------- /src/RaxOS/PostInstall/Tweaks/hidusbf/DRIVER/nopatch.cmd: -------------------------------------------------------------------------------- 1 | pushd "%~dp0" 2 | copy /V /Y "%~dp0NTX86\NOPATCH\hidusbf.sys" "%~dp0NTX86\" 3 | copy /V /Y "%~dp0AMD64\NOPATCH\hidusbf.sys" "%~dp0AMD64\" 4 | popd -------------------------------------------------------------------------------- /src/RaxOS/PostInstall/Tweaks/hidusbf/DRIVER/sx64.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raox77/RaxOS/93340fabc7e1cf5dc35008ae8dc292fb22a3ac3c/src/RaxOS/PostInstall/Tweaks/hidusbf/DRIVER/sx64.exe -------------------------------------------------------------------------------- /src/RaxOS/PostInstall/Tweaks/hidusbf/README.2kHz-8kHz.ENG.TXT: -------------------------------------------------------------------------------- 1 | Prerequisites for 2kHz-8kHz: 2 | Must be used on usb 3.x 3 | Must be using the microsoft usb 3.x driver (this is the driver that comes with windows 8 / 8.1 / 10) 4 | Must be running windows 8 / 8.1 / 10 5 | 6 | 2kHz-8kHz Procedure: 7 | Run the 1kHz, 2kHz-4kHz, 4kHz-8kHz batch file in the driver directory. 8 | Run setup, install service, restart computer. 9 | Run setup, check box "filter on device", choose refreshrate (31 and 62 represent different things on each driver) 10 | { 11 | 1kHz driver 31 = 31Hz 62 = 62Hz 12 | 2kHz-4kHz driver 31 = 2000Hz 62 = 4000Hz 13 | 4kHz-8kHz driver 31 = 4000Hz 62 = 8000Hz 14 | } 15 | Click restart. 16 | 17 | If mouse stops working and disappears from the list: 18 | Use tab and shift tab to highlight "mice only", press spacebar. 19 | You will see your mouse again. 20 | Use tab and shift tab to highlight your mouse. 21 | Use tab and shift tab to highlight "filter on device", press spacebar. 22 | Use tab and shift tab to highlight "restart", press spacebar. -------------------------------------------------------------------------------- /src/RaxOS/PostInstall/Tweaks/hidusbf/README.ENG.TXT: -------------------------------------------------------------------------------- 1 | 1. Short description. 2 | This driver/program is intended to "overclock" USB mice (or 3 | other devices) under Windows 98, 98SE, ME, 2000, XP, 2003, Vista, 4 | 7, 8, 8.1, 10, 11 including x64 versions. 5 | Also may be used for downclocking (and downclocking shall work always). 6 | 7 | !!! Warning - overclocking may not work for Low Speed USB devices which 8 | controlled by non Microsoft USB stack, like OEM USB 3.x drivers 9 | at Windows 7 or with the newest Microsoft drivers. 10 | 11 | !!! Warning 2 - you SHALL disable Secure Boot or modify the Registry 12 | accordingly to enable loading of Microsoft unsigned drivers to load 13 | HIDUSBF driver successfully under Windows 10 x64 version 1607 14 | (Anniversary Update) or newer versions. 15 | 16 | Program changes rate on selected devices only, not touching other devices 17 | on USB. 18 | 19 | You can learn more about theory and the program here: 20 | http://www.overclockers.ru/lab/15925/Razgon_USB_myshi_ili_Software_nanosit_otvetnyj_udar.html 21 | (in Russian language(*)) 22 | 23 | I have personally tested it under Windows 98SE, 2000 SP2/SP4, 24 | XP RTM/SP1/SP2/SP3, XP x64 SP2, 2003 x86 SP2, Vista 32 bit RTM/SP2, 25 | Vista 64 bit RTM, 7 x86 SP1, 7 x64 SP1, 8 x64, 8.1 x64, 26 | 10 x64 1803, 1809, 1909, 20H2, 21H1, 21H2. 27 | The first testing on x64 platform was performed by Dark_Cloud under 28 | Windows XP x64 SP1. 29 | 30 | 2. Installation. 31 | 1. Downclocking (all devices and drivers) or overclocking of Full Speed USB 32 | devices is possible always and there is no need to patch system code. 33 | 34 | So, if you use program for this purpose - take drivers 35 | from directories DRIVER\NTX86\NOPATCH\ and DRIVER\AMD64\NOPATCH\ 36 | and replace drivers from directories DRIVER\NTX86\ and DRIVER\AMD64\ 37 | 38 | Because Windows 2000 doesn't have restrictions for overclocking Low Speed USB 39 | devices in driver code for OHCI and UHCI controllers you can use the driver 40 | from DRIVER\NTX86\NOPATCH\. Windows 98 and ME also don't have such 41 | restrictions, so there is no patch version of driver for these OSes at all. 42 | 43 | If you use your device with pure EHCI controller (without companion 44 | UHCI or OHCI controllers and with integrated USB2.0 Hub) or with any 45 | EHCI controller through USB2.0 Hub on Windows 2000 then just use 46 | ordinary version of driver (with patch). 47 | And there is special unofficial version of USBPORT.SYS for Windows 98 and ME 48 | without any restrictions of polling rate for such cases. 49 | 50 | 2. For OSes begining from Windows XP for successful overclocking of 51 | Low Speed USB devices is REQUIRED the presence original (not altered 52 | by other programs) version of system driver USBPORT.SYS 53 | (%sytemroot%\system32\drivers\usbport.sys). 54 | Windows 8 beginning also works with USBXHCI.SYS 55 | (%sytemroot%\system32\drivers\usbxhci.sys). 56 | And under Windows 7 is supported Intel xHCI driver (IUSB3XHC.SYS) 57 | (see additions in HIDUSBFN.ZIP) 58 | 59 | 3. Install my driver HIDUSBF.SYS. For this purpose execute SETUP.EXE (there 60 | should also be .INF and .SYS files UNZIPPED). Click [Install Service]. 61 | 62 | In case of HIDUSBF service wasn't installed through 63 | SETUP.EXE (button [Install Service]) you may try to do this by OS 64 | standard possibility: 65 | mouse right button click on HIDUSBF.INF -> Install 66 | It is enough to install the service once for each OS instance. 67 | 68 | Then choose the row with your device and put a checkmark Filter On Device. 69 | Check that in the column Filter? it says Yes. After that choose desired refresh 70 | rate. After that push [Restart]. Check if the refresh rate has really 71 | changed (for example with the program Mouse Rate Checker). 72 | 73 | If your rate did not change, then you should either reboot, plug-out 74 | and plug-in mouse cable or stop and then start your mouse in 75 | Device Manager. 76 | 77 | If the rate does not increase more than 125Hz, then you should 78 | try DECREASE it to 31Hz or 62Hz. 79 | If the rate does decrease, then the driver functions properly, however 80 | or you mouse is not overclockable; or USBPORT.SYS/USBXHCI.SYS was altered 81 | or simply too new and so unknown to the program. 82 | 83 | 3. Uninstall. 84 | 1. Unlink driver from mouse through SETUP.EXE (Filter = Unchecked) 85 | 2. For removing a service and file of driver: 86 | mouse right button click on HIDUSBFU.INF -> Install 87 | 3. If you have delete a driver but not unlink it from mouse 88 | then the mouse will stop working. To make mouse working you 89 | can just delete device, corresponding to mouse in Device Manager, 90 | then scan for new devices. Or use 91 | SETUP.EXE -> [All] or [with Problem] or [with HIDUSBF] Devices -> 92 | [Filter On Device] is Unchecked -> [Restart] 93 | 94 | 4. Contacts. 95 | You can access the newest version at this link: 96 | https://github.com/LordOfMice/hidusbf 97 | 98 | Recent info 99 | https://www.overclock.net/threads/usb-mouse-hard-overclocking-2000-hz.1589644/ 100 | (the end of the first post and recent posts in thread) 101 | 102 | If you can't make the program work you can contact the author - email: 103 | sweetlow@tut.by 104 | 105 | Good luck in overclocking mice :) SweetLow 106 | 107 | 5. History. 108 | 109 | ------------------------------------------------------------------------------- 110 | 111 | Added 2022/07/18: 112 | 113 | 1. Setup 114 | - added message on USB Low Speed devices overclocking to higher USB Speed Class 115 | 116 | ------------------------------------------------------------------------------- 117 | 118 | Added 2022/07/13: 119 | 120 | 1. Setup 121 | - USB High Speed devices support 122 | - OS Version and Bus Speed name on [Copy IDs] 123 | 124 | ------------------------------------------------------------------------------- 125 | 126 | Added 2021/04/02: 127 | 128 | 1. Setup 129 | - correctly shows long error messages 130 | 131 | ------------------------------------------------------------------------------- 132 | 133 | Added 2020/06/05: 134 | 135 | 1. Setup 136 | - added check for hidusbf service can run 137 | 138 | ------------------------------------------------------------------------------- 139 | 140 | Added 2020/03/29: 141 | 142 | 1. Setup 143 | - real versions of files on Copy IDs on modern OSes 144 | - VIA xHCI Controller Driver (XHCDRV.SYS) marked as good 145 | 146 | ------------------------------------------------------------------------------- 147 | 148 | Added 2019/10/26: 149 | 150 | 1. Setup v2.0 151 | - literally everything is improved: 152 | the form is simplified, 153 | display of the whole essential information added, 154 | all reasonable checks are implemented 155 | 156 | ------------------------------------------------------------------------------- 157 | 158 | Added 2019/06/21: 159 | 160 | 1. Improved Setup 161 | - added check for the presence of an runnable driver service at the time 162 | of installation filter on device 163 | 164 | ------------------------------------------------------------------------------- 165 | 166 | Added 2018/12/16: 167 | 168 | 1. Improved Setup 169 | - added "CopyIDs" button to copy DeviceInstanceID and HardwareIDs 170 | (for use in any external program restarting device (using atsiv method)) 171 | - added dpiAware tag to manifest 172 | 173 | ------------------------------------------------------------------------------- 174 | 175 | Added 2017/01/08: 176 | 177 | 1. Setup now always wants/asks to run with Admin rights under modern Windows. 178 | 179 | 2. Added a note about disabling Secure Boot to run driver under Windows 10 x64 180 | version 1607 (Anniversary Update). 181 | 182 | ------------------------------------------------------------------------------- 183 | 184 | Added 2016/05/01: 185 | 186 | 1. Drivers was signed by kernel mode sign - no Test Mode needed for x64 187 | versions now. Thanks to people from OCN (www.overclock.net): 188 | 189 | ownage11 190 | Bucake 191 | kr0w 192 | qsxcv 193 | Regulations 194 | Alya 195 | 196 | And my special thanks to jeshuastarr - as signing process organizer. 197 | 198 | 2. And drivers for overclocking up to 8000 Hz included now. Details on OCN: 199 | http://www.overclock.net/t/1589644/usb-mouse-hard-overclocking-2000-hz 200 | (and in README.2kHz-8kHz.ENG.TXT from jeshuastarr) 201 | 202 | ------------------------------------------------------------------------------- 203 | 204 | Added 2016/03/10: 205 | 206 | 1. Improved Setup: 207 | - generalised code of USB HID device detection (and now it works 208 | with the Xbox 360 controllers) 209 | - interface was made more user-friendly and foolproof 210 | - added command line switch: /all (setup.exe /all) - allows you to set 211 | driver for any USB device (under your personal liability) 212 | 213 | ------------------------------------------------------------------------------- 214 | 215 | Added 2016/01/30: 216 | 217 | 1. Fixed bug in code of patching driver of USB3.0 controller (USBXHCI.SYS) 218 | Bug can observed, for example, when USB audio device managed by USB3.0 219 | controller stop working. 220 | 221 | ------------------------------------------------------------------------------- 222 | 223 | Added 2016/01/23: 224 | 225 | 1. Now Setup can install driver for Composite USB device 226 | - use checkbox "Process Parent". Note, there is overclocked 227 | all functional devices from composite device, not the mouse only. 228 | For this feature functioning recompiled old drivers for Win 98&ME, 2000. 229 | 230 | 2. I was surprised to learn that some people use driver to change rate of 231 | Full Speed USB mice. So, nonpatching version of x64 driver returned to package 232 | and such kind of using described in Installation section. 233 | 234 | ------------------------------------------------------------------------------- 235 | 236 | Added 2016/01/02: 237 | 238 | 1. Driver now compatible with Windows 8, 8.1, 10. And both USB stacks supported: 239 | USB2.0 (USBPORT.SYS) and USB3.0 (USBXHCI.SYS) 240 | 241 | ------------------------------------------------------------------------------- 242 | 243 | Added 2015/04/06: 244 | 245 | 1. Much of fixing and enhancement in Setup: 246 | - "Restart" button now really :) works under x64; 247 | - USB HID mouse detected in multifunctional devices; 248 | - installed filter can be undoned on nonstarting devices 249 | (unsigned driver at x64...) - with unchecked "Mice Only"; 250 | - add parent device column. 251 | 252 | ------------------------------------------------------------------------------- 253 | 254 | Added 2009/02/11: 255 | 256 | 1. Driver (patcher of USBPORT.SYS) works in Windows 7 x64 now. 257 | 258 | ------------------------------------------------------------------------------- 259 | 260 | Added 2009/02/03: 261 | 262 | 1. To load driver under Vista x64 SP1 you can use "Test Mode" method. 263 | See DSEO program: 264 | http://www.ngohq.com/home.php?page=dseo 265 | 266 | ------------------------------------------------------------------------------- 267 | 268 | Added 2008/04/22: 269 | 270 | 1. Setup now aware of Windows x64. Don't forget - under Windows Vista 64 bit 271 | driver will load only with disabled driver signature enforcement. 272 | 273 | ------------------------------------------------------------------------------- 274 | 275 | Added 2008/04/19: 276 | 277 | 1. Windows Vista 64 bit checked and work (with disabled driver 278 | signature enforcement). 279 | 280 | ------------------------------------------------------------------------------- 281 | 282 | Added 2007/05/16: 283 | 284 | 1. Windows Vista 32 bit checked and work. In principle, version for XP x64 285 | may work under Vista 64 bit, however AFAIK there is required 286 | digitally signed driver... 287 | 2. Documentation rewritten. 288 | 3. Patched USBPORT.SYS move into separate archive. 289 | 290 | -------------------------------------------------------------------------------- 291 | 292 | Added 2006/09/30: 293 | 294 | 1. Drivers for 98/ME and 2000 shrink to fit in one page. 295 | 2. DRIVER folder and HIDUSBF.INF reordered. 296 | 297 | -------------------------------------------------------------------------------- 298 | 299 | Added 2006/01/12: 300 | 301 | 1. Below-mentioned development is executed for XP x64. 302 | Thank Dark_Cloud once again for recurrent testing. 303 | 304 | -------------------------------------------------------------------------------- 305 | 306 | Added 2005/12/26: 307 | 308 | 1. Driver was enhanced - for its installation under XP is NOT 309 | required to install corrected USBPORT.SYS. However, if there is observed 310 | some anomalies - you may go back to old working sequence 311 | (corrected USBPORT.SYS + driver in the folder DRIVER\STD). 312 | Thank Alan 'Strider' Kivlin for the idea of patching the code 313 | of USBPORT.SYS on the fly. 314 | Thank Root for valuable link for implementation. 315 | The same development for Windows XP x64 is still not done - there is a 316 | difficulties with testing. 317 | 318 | -------------------------------------------------------------------------------- 319 | 320 | Added 2005/08/08: 321 | 322 | 1. Translation was executed into English. 323 | Job was done by TimFortress (email: mofey@front.ru) 2005/07/22 324 | (*) in text above is translator additions. 325 | 326 | 2. In case of HIDUSBF service wasn't installed under Win x64 through Setup.EXE 327 | (button "Install Service") you may try to do this by OS standard possibility: 328 | mouse right button click on HIDUSBF.INF -> Install 329 | 330 | 3. There was added possibility to uninstall HIDUSBF service and file: 331 | mouse right button click on HIDUSBFU.INF -> Install 332 | 333 | -------------------------------------------------------------------------------- 334 | 335 | Added 2005/05/31: 336 | Written documentation (in Russian). 337 | 338 | -------------------------------------------------------------------------------- 339 | 340 | Added 2005/04/10: 341 | Developed driver for Windows XP x64. Tested by Dark_Cloud. 342 | 343 | -------------------------------------------------------------------------------- 344 | 345 | Added 2005/01/19: 346 | Written GUI installer - SETUP.EXE 347 | 348 | -------------------------------------------------------------------------------- 349 | 350 | 2004/12/28: 351 | Initial version, presented in article on overclockers.ru 352 | 353 | -------------------------------------------------------------------------------- 354 | -------------------------------------------------------------------------------- /src/RaxOS/PostInstall/Tweaks/hidusbf/README.RUS.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raox77/RaxOS/93340fabc7e1cf5dc35008ae8dc292fb22a3ac3c/src/RaxOS/PostInstall/Tweaks/hidusbf/README.RUS.TXT -------------------------------------------------------------------------------- /src/RaxOS/PostInstall/Tweaks/hidusbf/SweetLow.CER: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raox77/RaxOS/93340fabc7e1cf5dc35008ae8dc292fb22a3ac3c/src/RaxOS/PostInstall/Tweaks/hidusbf/SweetLow.CER -------------------------------------------------------------------------------- /src/RaxOS/PostInstall/Tweaks/serviwin.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raox77/RaxOS/93340fabc7e1cf5dc35008ae8dc292fb22a3ac3c/src/RaxOS/PostInstall/Tweaks/serviwin.exe -------------------------------------------------------------------------------- /src/RaxOS/PostScript/Script.bat: -------------------------------------------------------------------------------- 1 | @Echo off 2 | Title RaxOS 3 | setlocal EnableDelayedExpansion 4 | 5 | Echo "Installing Visual C Runtimes" 6 | start /b /wait "" "C:\Modules\VisualCAIO\install_all.bat" >nul 2>&1 7 | cls 8 | 9 | Echo "Disabling Process Mitigations" 10 | call C:\Modules\disable-process-mitigations.bat >nul 2>&1 11 | cls 12 | 13 | Echo "Execution Policy To Unrestricted" 14 | powershell set-executionpolicy unrestricted -force >nul 2>&1 15 | cls 16 | 17 | Echo "Disable reserved storage" 18 | DISM /Online /Set-ReservedStorageState /State:Disabled >nul 2>&1 19 | cls 20 | 21 | Echo "Configuring "Keyboard and Mouse Settings" 22 | Reg.exe add "HKCU\Control Panel\Keyboard" /v "InitialKeyboardIndicators" /t REG_SZ /d "0" /f >nul 2>&1 23 | Reg.exe add "HKCU\Control Panel\Keyboard" /v "KeyboardDelay" /t REG_SZ /d "0" /f >nul 2>&1 24 | Reg.exe add "HKCU\Control Panel\Keyboard" /v "KeyboardSpeed" /t REG_SZ /d "31" /f >nul 2>&1 25 | Reg.exe add "HKCU\Control Panel\Mouse" /v "MouseSpeed" /t REG_SZ /d "0" /f >nul 2>&1 26 | Reg.exe add "HKCU\Control Panel\Mouse" /v "MouseThreshold1" /t REG_SZ /d "0" /f >nul 2>&1 27 | Reg.exe add "HKCU\Control Panel\Mouse" /v "MouseThreshold2" /t REG_SZ /d "0" /f >nul 2>&1 28 | cls 29 | 30 | Echo "Disabling Write Cache Buffer" 31 | for /f "tokens=*" %%i in ('reg query "HKLM\SYSTEM\CurrentControlSet\Enum\SCSI"^| findstr "HKEY"') do ( 32 | for /f "tokens=*" %%a in ('reg query "%%i"^| findstr "HKEY"') do reg.exe add "%%a\Device Parameters\Disk" /v "CacheIsPowerProtected" /t REG_DWORD /d "1" /f > NUL 2>&1 33 | ) 34 | for /f "tokens=*" %%i in ('reg query "HKLM\SYSTEM\CurrentControlSet\Enum\SCSI"^| findstr "HKEY"') do ( 35 | for /f "tokens=*" %%a in ('reg query "%%i"^| findstr "HKEY"') do reg.exe add "%%a\Device Parameters\Disk" /v "UserWriteCacheSetting" /t REG_DWORD /d "1" /f > NUL 2>&1 36 | ) 37 | ) 38 | cls 39 | 40 | Echo "Visual Effects" 41 | Reg.exe add "HKCU\Control Panel\Desktop" /v "UserPreferencesMask" /t REG_BINARY /d "9012038010000000" /f > NUL 2>&1 42 | Reg.exe add "HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /v "ListviewShadow" /t REG_DWORD /d "0" /f >nul 2>&1 43 | Reg.exe add "HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /v "ListviewAlphaSelect" /t REG_DWORD /d "0" /f > NUL 2>&1 44 | Reg.exe add "HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\VisualEffects" /v "VisualFXSetting" /t REG_DWORD /d "3" /f > NUL 2>&1 45 | Reg.exe add "HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /v "TaskbarAnimations" /t REG_DWORD /d "0" /f > NUL 2>&1 46 | Reg.exe add "HKCU\SOFTWARE\Microsoft\Windows\DWM" /v "Blur" /t REG_DWORD /d "0" /f > NUL 2>&1 47 | Reg.exe add "HKCU\SOFTWARE\Microsoft\Windows\DWM" /v "Animations" /t REG_DWORD /d "0" /f > NUL 2>&1 48 | Reg.exe add "HKLM\SOFTWARE\Policies\Microsoft\Windows\DWM" /v "DWMA_TRANSITTIONS_FORCEDISABLED" /t REG_DWORD /d "1" /f > NUL 2>&1 49 | Reg.exe add "HKLM\SOFTWARE\Policies\Microsoft\Windows\DWM" /v "DisallowAnimations" /t REG_DWORD /d "1" /f > NUL 2>&1 50 | Reg.exe add "HKLM\SOFTWARE\Policies\Microsoft\Windows\DWM" /v "AnimationAttributionEnabled" /t REG_DWORD /d "0" /f > NUL 2>&1 51 | Reg.exe add "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /v "UseOLEDTaskbarTransparency" /t REG_DWORD /d "0" /f > NUL 2>&1 52 | Reg.exe add "HKCU\Control Panel\Desktop\WindowMetrics" /v "MinAnimate" /t REG_DWORD /d "0" /f > NUL 2>&1 53 | Reg.exe add "HKCU\Control Panel\Desktop\WindowMetrics" /v "MinAnimate" /t REG_SZ /d "0" /f > NUL 2>&1 54 | Reg.exe add "HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /v "IconsOnly" /t REG_DWORD /d "0" /f > NUL 2>&1 55 | Reg.exe add "HKCU\SOFTWARE\Microsoft\Windows\DWM" /v "EnableAeroPeek" /t REG_DWORD /d "0" /f > NUL 2>&1 56 | Reg.exe add "HKCU\Control Panel\Desktop" /v "DragFullWindows" /t REG_SZ /d "0" /f > NUL 2>&1 57 | Reg.exe add "HKCU\Control Panel\Desktop\WindowMetrics" /v "MinAnimate" /t REG_SZ /d "0" /f > NUL 2>&1 58 | Reg.exe Add "HKCU\Software\Microsoft\Windows\DWM" /v "AlwaysHibernateThumbnails" /t REG_DWORD /d 0 /f 59 | Reg.exe add "HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Themes\Personalize" /v "SystemUsesLightTheme" /t REG_DWORD /d "0" /f > NUL 2>&1 60 | Reg.exe add "HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Themes\Personalize" /v "AppsUseLightTheme" /t REG_DWORD /d "0" /f > NUL 2>&1 61 | Reg.exe add "HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /v "Hidden" /t REG_DWORD /d "1" /f > NUL 2>&1 62 | Reg.exe delete "HKCU\Software\Policies\Microsoft\Windows\Explorer" /v "DisableNotificationCenter" /f >nul 2>&1 63 | Reg.exe delete "HKLM\SOFTWARE\Policies\Microsoft\Windows\Explorer" /v "DisableNotificationCenter" /f >nul 2>&1 64 | cls 65 | 66 | Echo "Editing Bcdedit" 67 | bcdedit /set {current} nx optin 68 | label C: RaxOS 69 | bcdedit /set {current} description "RaxOS W11 V001" 70 | bcdedit /set disabledynamictick yes 71 | bcdedit /deletevalue useplatformclock 72 | bcdedit /set bootmenupolicy legacy 73 | bcdedit /set hypervisorlaunchtype off 74 | bcdedit /deletevalue useplatformtick 75 | bcdedit /set loadoptions SYSTEMWATCHDOGPOLICY=DISABLED 76 | bcdedit /timeout 10 77 | cls 78 | 79 | Echo "Disabling network adapters" 80 | powershell -NoProfile -Command "Disable-NetAdapterBinding -Name "*" -ComponentID ms_tcpip6, ms_msclient, ms_server, ms_rspndr, ms_lltdio, ms_implat, ms_lldp" >nul 2>&1 81 | cls 82 | 83 | Echo "Disabling NetBIOS over TCP/IP" 84 | for /f "delims=" %%u in ('reg query "HKLM\SYSTEM\CurrentControlSet\Services\NetBT\Parameters\Interfaces" /s /f "NetbiosOptions" ^| findstr "HKEY"') do ( 85 | reg add "%%u" /v "NetbiosOptions" /t REG_DWORD /d "2" /f 86 | ) 87 | cls 88 | 89 | Echo "Disabling AutoLoggers and Firewall Rules" 90 | C:\Windows\PowerRun.exe "powershell.exe" Remove-AutologgerConfig -Name "autologger-diagtrack-listener", "cellcore", "cloudexperiencehostoobe", "lwtnetlog", "mellanox-Kernel", "microsoft-windows-assignedaccess-trace", "microsoft-windows-rdp-graphics-rdpidd-trace" 91 | cls 92 | 93 | Echo "Disabling DMA Remapping" 94 | for %%a in (DmaRemappingCompatible) do for /f "delims=" %%b in ('reg query "HKLM\SYSTEM\CurrentControlSet\Services" /s /f "%%a" ^| findstr "HKEY"') do Reg.exe add "%%b" /v "%%a" /t REG_DWORD /d "0" /f >nul 2>&1 95 | cls 96 | 97 | Echo "Disabling Exclusive Mode On Audio Devices" 98 | for /f "delims=" %%a in ('reg query HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\MMDevices\Audio\Capture') do PowerRun.exe /SW:0 Reg.exe add "%%a\Properties" /v "{b3f8fa53-0004-438e-9003-51a46e139bfc},3" /t REG_DWORD /d "0" /f >nul 2>&1 99 | for /f "delims=" %%a in ('reg query HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\MMDevices\Audio\Capture') do PowerRun.exe /SW:0 Reg.exe add "%%a\Properties" /v "{b3f8fa53-0004-438e-9003-51a46e139bfc},4" /t REG_DWORD /d "0" /f >nul 2>&1 100 | for /f "delims=" %%a in ('reg query HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\MMDevices\Audio\Render') do PowerRun.exe /SW:0 Reg.exe add "%%a\Properties" /v "{b3f8fa53-0004-438e-9003-51a46e139bfc},3" /t REG_DWORD /d "0" /f >nul 2>&1 101 | for /f "delims=" %%a in ('reg query HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\MMDevices\Audio\Render') do PowerRun.exe /SW:0 Reg.exe add "%%a\Properties" /v "{b3f8fa53-0004-438e-9003-51a46e139bfc},4" /t REG_DWORD /d "0" /f >nul 2>&1 102 | cls 103 | 104 | Echo "Editing POW & power tweaks" 105 | powercfg -import C:\Modules\RaxOS.pow 00000000-0000-0000-0000-000000000000 106 | powercfg /setactive 00000000-0000-0000-0000-000000000000 107 | powercfg -h off 108 | Reg.exe add "HKLM\SYSTEM\CurrentControlSet\Control\Session Manager\Power" /v "HiberbootEnabled" /t Reg_DWORD /d "0" /f >nul 2>&1 109 | Reg.exe add "HKLM\SYSTEM\CurrentControlSet\Control\Power" /v "HibernateEnabled" /t Reg_DWORD /d "0" /f >nul 2>&1 110 | Reg.exe add "HKLM\SYSTEM\CurrentControlSet\Control\Power" /v "HibernateEnabledDefault" /t Reg_DWORD /d "0" /f >nul 2>&1 111 | Reg.exe add "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\FlyoutMenuSettings" /v "ShowHibernateOption" /t Reg_DWORD /d "0" /f >nul 2>&1 112 | Reg.exe add "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\FlyoutMenuSettings" /v "ShowLockOption" /t Reg_DWORD /d "0" /f >nul 2>&1 113 | Reg.exe add "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\FlyoutMenuSettings" /v "ShowSleepOption" /t Reg_DWORD /d "0" /f >nul 2>&1 114 | wevtutil set-log "Microsoft-Windows-SleepStudy/Diagnostic" /e:false >nul 2>&1 115 | wevtutil set-log "Microsoft-Windows-Kernel-Processor-Power/Diagnostic" /e:false >nul 2>&1 116 | wevtutil set-log "Microsoft-Windows-UserModePowerService/Diagnostic" /e:false >nul 2>&1 117 | cls 118 | 119 | Echo "Disabling Device Manager Devices" 120 | devmanview /disable "Direct memory access Controller" 121 | devmanview /disable "High Precision Event Timer" 122 | devmanview /disable "Microsoft GS Wavetable Synth" 123 | devmanview /disable "Remote Desktop Device Redirector Bus" 124 | devmanview /disable "NDIS Virtual Network Adapter Enumerator" 125 | devmanview /disable "Microsoft Virtual Drive Enumerator" 126 | devmanview /disable "UMBus Root Bus Enumerator" 127 | devmanview /disable "Programmable interrupt controller" 128 | devmanview /disable "Legacy device" 129 | devmanview /disable "Numeric data processor" 130 | devmanview /disable "Generic Bluetooth Adapter" 131 | devmanview /disable "Microsoft Hyper-V Virtualization Infrastructure Driver" 132 | devmanview /disable "System Speaker" 133 | devmanview /disable "PCI Encryption/Decryption Controller" 134 | devmanview /disable "AMD PSP" 135 | devmanview /disable "Intel SMBus" 136 | devmanview /disable "Intel Management Engine" 137 | devmanview /disable "PCI Memory Controller" 138 | devmanview /disable "PCI standard RAM Controller" 139 | devmanview /disable "System Timer" 140 | devmanview /disable "Communications Port (COM1)" 141 | devmanview /disable "Fax" 142 | devmanview /disable "Microsoft Print to PDF" 143 | devmanview /disable "Microsoft XPS Document Writer" 144 | devmanview /disable "Root Print Queue" 145 | cls 146 | 147 | Echo "Optimizing Scheduled Tasks" 148 | powerrun "schtasks.exe" /change /disable /TN "\Microsoft\Windows\Diagnosis\Scheduled" >nul 2>&1 149 | powerrun "schtasks.exe" /change /disable /TN "\Microsoft\Windows\DiskDiagnostic\Microsoft-Windows-DiskDiagnosticDataCollector" >nul 2>&1 150 | powerrun "schtasks.exe" /change /disable /TN "\Microsoft\Windows\DiskFootprint\Diagnostics" >nul 2>&1 151 | powerrun "schtasks.exe" /change /disable /TN "\Microsoft\Windows\InstallService\ScanForUpdates" >nul 2>&1 152 | powerrun "schtasks.exe" /change /disable /TN "\Microsoft\Windows\InstallService\ScanForUpdatesAsUser" >nul 2>&1 153 | powerrun "schtasks.exe" /change /disable /TN "\Microsoft\Windows\Registry\RegIdleBackup" >nul 2>&1 154 | powerrun "schtasks.exe" /change /disable /TN "\Microsoft\Windows\StateRepository\MaintenanceTasks" >nul 2>&1 155 | powerrun "schtasks.exe" /change /disable /TN "\Microsoft\Windows\SystemRestore\SR" >nul 2>&1 156 | powerrun "schtasks.exe" /change /disable /TN "\Microsoft\Windows\WDI\ResolutionHost" >nul 2>&1 157 | powerrun "schtasks.exe" /change /disable /TN "\Microsoft\Windows\Windows Error Reporting\QueueReporting" >nul 2>&1 158 | powerrun "schtasks.exe" /change /disable /TN "\Microsoft\Windows\ApplicationData\appuriverifierdaily" >nul 2>&11 159 | powerrun "schtasks.exe" /change /disable /TN "\Microsoft\Windows\Application Experience\StartupAppTask" >nul 2>&1 160 | powerrun "schtasks.exe" /change /disable /TN "\Microsoft\Windows\Application Experience\Microsoft Compatibility Appraiser" >nul 2>&1 161 | powerrun "schtasks.exe" /change /disable /TN "\Microsoft\Windows\Application Experience\MareBackup" >nul 2>&1 162 | powerrun "schtasks.exe" /change /disable /TN "\Microsoft\Windows\Application Experience\ProgramDataUpdater" >nul 2>&1 163 | powerrun "schtasks.exe" /change /disable /TN "\Microsoft\Windows\Autochk\Proxy" >nul 2>&1 164 | powerrun "schtasks.exe" /change /disable /TN "\Microsoft\Windows\Customer Experience Improvement Program\Consolidator" >nul 2>&1 165 | powerrun "schtasks.exe" /change /disable /TN "\Microsoft\Windows\Customer Experience Improvement Program\KernelCeipTask" >nul 2>&1 166 | powerrun "schtasks.exe" /change /disable /TN "\Microsoft\Windows\Customer Experience Improvement Program\UsbCeip" >nul 2>&1 167 | powerrun "schtasks.exe" /change /disable /TN "\Microsoft\Windows\Device Information\Device User" >nul 2>&1 168 | powerrun "schtasks.exe" /change /disable /TN "\Microsoft\Windows\Device Information\Device" >nul 2>&1 169 | powerrun "schtasks.exe" /change /disable /TN "\Microsoft\Windows\Feedback\Siuf\DmClient" >nul 2>&1 170 | powerrun "schtasks.exe" /change /disable /TN "\Microsoft\Windows\Feedback\Siuf\DmClientOnScenarioDownload" >nul 2>&1 171 | powerrun "schtasks.exe" /change /disable /TN "\Microsoft\Windows\Flighting\FeatureConfig\ReconcileFeatures" >nul 2>&1 172 | powerrun "schtasks.exe" /change /disable /TN "\Microsoft\Windows\Flighting\FeatureConfig\UsageDataFlushing" >nul 2>&1 173 | powerrun "schtasks.exe" /change /disable /TN "\Microsoft\Windows\Flighting\FeatureConfig\UsageDataReporting" >nul 2>&1 174 | powerrun "schtasks.exe" /change /disable /TN "\Microsoft\Windows\Input\InputSettingsRestoreDataAvailable" >nul 2>&1 175 | powerrun "schtasks.exe" /change /disable /TN "\Microsoft\Windows\Input\LocalUserSyncDataAvailable" >nul 2>&1 176 | powerrun "schtasks.exe" /change /disable /TN "\Microsoft\Windows\Input\MouseSyncDataAvailable" >nul 2>&1 177 | powerrun "schtasks.exe" /change /disable /TN "\Microsoft\Windows\Input\PenSyncDataAvailable" >nul 2>&1 178 | powerrun "schtasks.exe" /change /disable /TN "\Microsoft\Windows\Input\syncpensettings" >nul 2>&1 179 | powerrun "schtasks.exe" /change /disable /TN "\Microsoft\Windows\Input\TouchpadSyncDataAvailable" >nul 2>&1 180 | powerrun "schtasks.exe" /change /disable /TN "\Microsoft\Windows\Location\Notifications" >nul 2>&1 181 | powerrun "schtasks.exe" /change /disable /TN "\Microsoft\Windows\Location\WindowsActionDialog" >nul 2>&1 182 | powerrun "schtasks.exe" /change /disable /TN "\Microsoft\Windows\ApplicationData\DsSvcCleanup" >nul 2>&1 183 | powerrun "schtasks.exe" /change /disable /TN "\Microsoft\Windows\CloudExperienceHost\CreateObjectTask" >nul 2>&1 184 | powerrun "schtasks.exe" /change /disable /TN "\Microsoft\Windows\Maintenance\WinSAT" >nul 2>&1 185 | powerrun "schtasks.exe" /change /disable /TN "\Microsoft\Windows\PI\Sqm-Tasks" >nul 2>&1 186 | powerrun "schtasks.exe" /change /disable /TN "\Microsoft\Windows\Power Efficiency Diagnostics\AnalyzeSystem" >nul 2>&1 187 | powerrun "schtasks.exe" /change /disable /TN "\Microsoft\Windows\Shell\IndexerAutomaticMaintenance" >nul 2>&1 188 | powerrun "schtasks.exe" /change /disable /TN "\Microsoft\Windows\Maps\MapsToastTask" >nul 2>&1 189 | powerrun "schtasks.exe" /change /disable /TN "\Microsoft\Windows\Maps\MapsUpdateTask" >nul 2>&1 190 | powerrun "schtasks.exe" /change /disable /TN "\Microsoft\Windows\MemoryDiagnostic\ProcessMemoryDiagnosticEvents" >nul 2>&1 191 | powerrun "schtasks.exe" /change /disable /TN "\Microsoft\Windows\MemoryDiagnostic\RunFullMemoryDiagnostic" >nul 2>&1 192 | powerrun "schtasks.exe" /delete /f /tn "\Microsoft\Windows\TaskScheduler" >nul 2>&1 193 | powerrun "schtasks.exe" /delete /f /tn "\Microsoft\Windows\WaaSMedic" >nul 2>&1 194 | powerrun "schtasks.exe" /delete /f /tn "\Microsoft\Windows\WindowsUpdate" >nul 2>&1 195 | powerrun "schtasks.exe" /delete /f /tn "\Microsoft\Windows\WindowsUpdate\Scheduled Start" >nul 2>&1 196 | powerrun "schtasks.exe" /delete /f /tn "\Microsoft\Windows\UpdateOrchestrator\Schedule Scan" >nul 2>&1 197 | powerrun "schtasks.exe" /delete /f /tn "\Microsoft\Windows\UpdateOrchestrator\Schedule Scan Static Task" >nul 2>&1 198 | powerrun "schtasks.exe" /delete /f /tn "\Microsoft\Windows\UpdateOrchestrator\Schedule Wake To Work" >nul 2>&1 199 | powerrun "schtasks.exe" /delete /f /tn "\Microsoft\Windows\UpdateOrchestrator\Start Oobe Expedite Work" >nul 2>&1 200 | cls 201 | 202 | echo "Creating Default Services Backup" 203 | sc config wlansvc start=auto 204 | set BACKUP="C:\Windows\srvbackup\Windows-Default-services.reg" 205 | echo Windows Registry Editor Version 5.00 >>%BACKUP% 206 | 207 | for /f "delims=" %%a in ('reg query "HKLM\SYSTEM\CurrentControlSet\Services"') do ( 208 | for /f "tokens=3" %%b in ('reg query "%%~a" /v "Start" 2^>nul') do ( 209 | for /l %%c in (0,1,4) do ( 210 | if "%%b"=="0x%%c" ( 211 | echo. >>%BACKUP% 212 | echo [%%~a] >>%BACKUP% 213 | echo "Start"=dword:0000000%%c >>%BACKUP% 214 | ) 215 | ) 216 | ) 217 | ) >nul 2>&1 218 | cls 219 | 220 | Echo "Changing fsutil behaviors" 221 | fsutil behavior set disable8dot3 1 > NUL 2>&1 222 | fsutil behavior set disablelastaccess 1 > NUL 2>&1 223 | fsutil behavior set disabledeletenotify 0 > NUL 2>&1 224 | cls 225 | 226 | Echo "Disable Driver PowerSaving" 227 | %SYSTEMROOT%\System32\WindowsPowerShell\v1.0\powershell.exe -Command "Get-WmiObject MSPower_DeviceEnable -Namespace root\wmi | ForEach-Object { $_.enable = $false; $_.psbase.put(); }" 228 | cls 229 | 230 | Echo "Disabling PowerSaving Features" 231 | for %%a in ( 232 | EnhancedPowerManagementEnabled 233 | AllowIdleIrpInD3 234 | EnableSelectiveSuspend 235 | DeviceSelectiveSuspended 236 | SelectiveSuspendEnabled 237 | SelectiveSuspendOn 238 | WaitWakeEnabled 239 | D3ColdSupported 240 | WdfDirectedPowerTransitionEnable 241 | EnableIdlePowerManagement 242 | IdleInWorkingState 243 | ) do for /f "delims=" %%b in ('reg query "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Enum" /s /f "%%a" ^| findstr "HKEY"') do Reg.exe add "%%b" /v "%%a" /t REG_DWORD /d "0" /f > NUL 2>&1 244 | cls 245 | 246 | Echo "Configuring NIC" 247 | for /f %%a in ('reg query "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\{4d36e972-e325-11ce-bfc1-08002be10318}" /v "*SpeedDuplex" /s ^| findstr "HKEY"') do ( 248 | for /f %%i in ('reg query "%%a" /v "*DeviceSleepOnDisconnect" ^| findstr "HKEY"') do ( 249 | Reg.exe add "%%i" /v "*DeviceSleepOnDisconnect" /t REG_SZ /d "0" /f >nul 2>&1 250 | ) 251 | for /f %%i in ('reg query "%%a" /v "*EEE" ^| findstr "HKEY"') do ( 252 | Reg.exe add "%%i" /v "*EEE" /t REG_SZ /d "0" /f >nul 2>&1 253 | ) 254 | for /f %%i in ('reg query "%%a" /v "*FlowControl" ^| findstr "HKEY"') do ( 255 | Reg.exe add "%%i" /v "*FlowControl" /t REG_SZ /d "0" /f >nul 2>&1 256 | ) 257 | for /f %%i in ('reg query "%%a" /v "*IPChecksumOffloadIPv4" ^| findstr "HKEY"') do ( 258 | Reg.exe add "%%i" /v "*IPChecksumOffloadIPv4" /t REG_SZ /d "3" /f >nul 2>&1 259 | ) 260 | for /f %%i in ('reg query "%%a" /v "*InterruptModeration" ^| findstr "HKEY"') do ( 261 | Reg.exe add "%%i" /v "*InterruptModeration" /t REG_SZ /d "0" /f >nul 2>&1 262 | ) 263 | for /f %%i in ('reg query "%%a" /v "*LsoV2IPv4" ^| findstr "HKEY"') do ( 264 | Reg.exe add "%%i" /v "*LsoV2IPv4" /t REG_SZ /d "1" /f >nul 2>&1 265 | ) 266 | for /f %%i in ('reg query "%%a" /v "*LsoV2IPv6" ^| findstr "HKEY"') do ( 267 | Reg.exe add "%%i" /v "*LsoV2IPv6" /t REG_SZ /d "1" /f >nul 2>&1 268 | ) 269 | for /f %%i in ('reg query "%%a" /v "*NumRssQueues" ^| findstr "HKEY"') do ( 270 | Reg.exe add "%%i" /v "*NumRssQueues" /t REG_SZ /d "2" /f >nul 2>&1 271 | ) 272 | for /f %%i in ('reg query "%%a" /v "*PMARPOffload" ^| findstr "HKEY"') do ( 273 | Reg.exe add "%%i" /v "*PMARPOffload" /t REG_SZ /d "1" /f >nul 2>&1 274 | ) 275 | for /f %%i in ('reg query "%%a" /v "*PMNSOffload" ^| findstr "HKEY"') do ( 276 | Reg.exe add "%%i" /v "*PMNSOffload" /t REG_SZ /d "1" /f >nul 2>&1 277 | ) 278 | for /f %%i in ('reg query "%%a" /v "*PriorityVLANTag" ^| findstr "HKEY"') do ( 279 | Reg.exe add "%%i" /v "*PriorityVLANTag" /t REG_SZ /d "1" /f >nul 2>&1 280 | ) 281 | for /f %%i in ('reg query "%%a" /v "*RSS" ^| findstr "HKEY"') do ( 282 | Reg.exe add "%%i" /v "*RSS" /t REG_SZ /d "1" /f >nul 2>&1 283 | ) 284 | for /f %%i in ('reg query "%%a" /v "*WakeOnMagicPacket" ^| findstr "HKEY"') do ( 285 | Reg.exe add "%%i" /v "*WakeOnMagicPacket" /t REG_SZ /d "0" /f >nul 2>&1 286 | ) 287 | for /f %%i in ('reg query "%%a" /v "AutoPowerSaveModeEnabled" ^| findstr "HKEY"') do ( 288 | Reg.exe add "%%i" /v "AutoPowerSaveModeEnabled" /t REG_SZ /d "0" /f >nul 2>&1 289 | ) 290 | for /f %%i in ('reg query "%%a" /v "*WakeOnPattern" ^| findstr "HKEY"') do ( 291 | Reg.exe add "%%i" /v "*WakeOnPattern" /t REG_SZ /d "0" /f >nul 2>&1 292 | ) 293 | for /f %%i in ('reg query "%%a" /v "*ReceiveBuffers" ^| findstr "HKEY"') do ( 294 | Reg.exe add "%%i" /v "*ReceiveBuffers" /t REG_SZ /d "2048" /f >nul 2>&1 295 | ) 296 | for /f %%i in ('reg query "%%a" /v "*TransmitBuffers" ^| findstr "HKEY"') do ( 297 | Reg.exe add "%%i" /v "*TransmitBuffers" /t REG_SZ /d "2048" /f >nul 2>&1 298 | ) 299 | for /f %%i in ('reg query "%%a" /v "*TCPChecksumOffloadIPv4" ^| findstr "HKEY"') do ( 300 | Reg.exe add "%%i" /v "*TCPChecksumOffloadIPv4" /t REG_SZ /d "3" /f >nul 2>&1 301 | ) 302 | for /f %%i in ('reg query "%%a" /v "*TCPChecksumOffloadIPv6" ^| findstr "HKEY"') do ( 303 | Reg.exe add "%%i" /v "*TCPChecksumOffloadIPv6" /t REG_SZ /d "3" /f >nul 2>&1 304 | ) 305 | for /f %%i in ('reg query "%%a" /v "*UDPChecksumOffloadIPv4" ^| findstr "HKEY"') do ( 306 | Reg.exe add "%%i" /v "*UDPChecksumOffloadIPv4" /t REG_SZ /d "3" /f >nul 2>&1 307 | ) 308 | for /f %%i in ('reg query "%%a" /v "*UDPChecksumOffloadIPv6" ^| findstr "HKEY"') do ( 309 | Reg.exe add "%%i" /v "*UDPChecksumOffloadIPv6" /t REG_SZ /d "3" /f >nul 2>&1 310 | ) 311 | for /f %%i in ('reg query "%%a" /v "DMACoalescing" ^| findstr "HKEY"') do ( 312 | Reg.exe add "%%i" /v "DMACoalescing" /t REG_SZ /d "0" /f >nul 2>&1 313 | ) 314 | for /f %%i in ('reg query "%%a" /v "EEELinkAdvertisement" ^| findstr "HKEY"') do ( 315 | Reg.exe add "%%i" /v "EEELinkAdvertisement" /t REG_SZ /d "0" /f >nul 2>&1 316 | ) 317 | for /f %%i in ('reg query "%%a" /v "EeePhyEnable" ^| findstr "HKEY"') do ( 318 | Reg.exe add "%%i" /v "EeePhyEnable" /t REG_SZ /d "0" /f >nul 2>&1 319 | ) 320 | for /f %%i in ('reg query "%%a" /v "ITR" ^| findstr "HKEY"') do ( 321 | Reg.exe add "%%i" /v "ITR" /t REG_SZ /d "0" /f >nul 2>&1 322 | ) 323 | for /f %%i in ('reg query "%%a" /v "ReduceSpeedOnPowerDown" ^| findstr "HKEY"') do ( 324 | Reg.exe add "%%i" /v "ReduceSpeedOnPowerDown" /t REG_SZ /d "0" /f >nul 2>&1 325 | ) 326 | for /f %%i in ('reg query "%%a" /v "PowerDownPll" ^| findstr "HKEY"') do ( 327 | Reg.exe add "%%i" /v "PowerDownPll" /t REG_SZ /d "0" /f >nul 2>&1 328 | ) 329 | for /f %%i in ('reg query "%%a" /v "WaitAutoNegComplete" ^| findstr "HKEY"') do ( 330 | Reg.exe add "%%i" /v "WaitAutoNegComplete" /t REG_SZ /d "0" /f >nul 2>&1 331 | ) 332 | for /f %%i in ('reg query "%%a" /v "WakeOnLink" ^| findstr "HKEY"') do ( 333 | Reg.exe add "%%i" /v "WakeOnLink" /t REG_SZ /d "0" /f >nul 2>&1 334 | ) 335 | for /f %%i in ('reg query "%%a" /v "WakeOnSlot" ^| findstr "HKEY"') do ( 336 | Reg.exe add "%%i" /v "WakeOnSlot" /t REG_SZ /d "0" /f >nul 2>&1 337 | ) 338 | for /f %%i in ('reg query "%%a" /v "WakeUpModeCap" ^| findstr "HKEY"') do ( 339 | Reg.exe add "%%i" /v "WakeUpModeCap" /t REG_SZ /d "0" /f >nul 2>&1 340 | ) 341 | for /f %%i in ('reg query "%%a" /v "AdvancedEEE" ^| findstr "HKEY"') do ( 342 | Reg.exe add "%%i" /v "AdvancedEEE" /t REG_SZ /d "0" /f >nul 2>&1 343 | ) 344 | for /f %%i in ('reg query "%%a" /v "EnableGreenEthernet" ^| findstr "HKEY"') do ( 345 | Reg.exe add "%%i" /v "EnableGreenEthernet" /t REG_SZ /d "0" /f >nul 2>&1 346 | ) 347 | for /f %%i in ('reg query "%%a" /v "GigaLite" ^| findstr "HKEY"') do ( 348 | Reg.exe add "%%i" /v "GigaLite" /t REG_SZ /d "0" /f >nul 2>&1 349 | ) 350 | for /f %%i in ('reg query "%%a" /v "PnPCapabilities" ^| findstr "HKEY"') do ( 351 | Reg.exe add "%%i" /v "PnPCapabilities" /t REG_DWORD /d "24" /f >nul 2>&1 352 | ) 353 | for /f %%i in ('reg query "%%a" /v "PowerSavingMode" ^| findstr "HKEY"') do ( 354 | Reg.exe add "%%i" /v "PowerSavingMode" /t REG_SZ /d "0" /f >nul 2>&1 355 | ) 356 | for /f %%i in ('reg query "%%a" /v "S5WakeOnLan" ^| findstr "HKEY"') do ( 357 | Reg.exe add "%%i" /v "S5WakeOnLan" /t REG_SZ /d "0" /f >nul 2>&1 358 | ) 359 | for /f %%i in ('reg query "%%a" /v "SavePowerNowEnabled" ^| findstr "HKEY"') do ( 360 | Reg.exe add "%%i" /v "SavePowerNowEnabled" /t REG_SZ /d "0" /f >nul 2>&1 361 | ) 362 | for /f %%i in ('reg query "%%a" /v "ULPMode" ^| findstr "HKEY"') do ( 363 | Reg.exe add "%%i" /v "ULPMode" /t REG_SZ /d "0" /f >nul 2>&1 364 | ) 365 | for /f %%i in ('reg query "%%a" /v "WolShutdownLinkSpeed" ^| findstr "HKEY"') do ( 366 | Reg.exe add "%%i" /v "WolShutdownLinkSpeed" /t REG_SZ /d "2" /f >nul 2>&1 367 | ) 368 | for /f %%i in ('reg query "%%a" /v "LogLinkStateEvent" ^| findstr "HKEY"') do ( 369 | Reg.exe add "%%i" /v "LogLinkStateEvent" /t REG_SZ /d "16" /f >nul 2>&1 370 | ) 371 | for /f %%i in ('reg query "%%a" /v "WakeOnMagicPacketFromS5" ^| findstr "HKEY"') do ( 372 | Reg.exe add "%%i" /v "WakeOnMagicPacketFromS5" /t REG_SZ /d "0" /f >nul 2>&1 373 | ) 374 | for /f %%i in ('reg query "%%a" /v "Ultra Low Power Mode" ^| findstr "HKEY"') do ( 375 | Reg.exe add "%%i" /v "Ultra Low Power Mode" /t REG_SZ /d "Disabled" /f >nul 2>&1 376 | ) 377 | for /f %%i in ('reg query "%%a" /v "System Idle Power Saver" ^| findstr "HKEY"') do ( 378 | Reg.exe add "%%i" /v "System Idle Power Saver" /t REG_SZ /d "Disabled" /f >nul 2>&1 379 | ) 380 | for /f %%i in ('reg query "%%a" /v "Selective Suspend" ^| findstr "HKEY"') do ( 381 | Reg.exe add "%%i" /v "Selective Suspend" /t REG_SZ /d "Disabled" /f >nul 2>&1 382 | ) 383 | for /f %%i in ('reg query "%%a" /v "Selective Suspend Idle Timeout" ^| findstr "HKEY"') do ( 384 | Reg.exe add "%%i" /v "Selective Suspend Idle Timeout" /t REG_SZ /d "60" /f >nul 2>&1 385 | ) 386 | for /f %%i in ('reg query "%%a" /v "Link Speed Battery Saver" ^| findstr "HKEY"') do ( 387 | Reg.exe add "%%i" /v "Link Speed Battery Saver" /t REG_SZ /d "Disabled" /f >nul 2>&1 388 | ) 389 | for /f %%i in ('reg query "%%a" /v "*SelectiveSuspend" ^| findstr "HKEY"') do ( 390 | Reg.exe add "%%i" /v "*SelectiveSuspend" /t REG_SZ /d "0" /f >nul 2>&1 391 | ) 392 | for /f %%i in ('reg query "%%a" /v "EnablePME" ^| findstr "HKEY"') do ( 393 | Reg.exe add "%%i" /v "EnablePME" /t REG_SZ /d "0" /f >nul 2>&1 394 | ) 395 | for /f %%i in ('reg query "%%a" /v "TxIntDelay" ^| findstr "HKEY"') do ( 396 | Reg.exe add "%%i" /v "TxIntDelay" /t REG_SZ /d "0" /f >nul 2>&1 397 | ) 398 | for /f %%i in ('reg query "%%a" /v "TxDelay" ^| findstr "HKEY"') do ( 399 | Reg.exe add "%%i" /v "TxDelay" /t REG_SZ /d "0" /f >nul 2>&1 400 | ) 401 | for /f %%i in ('reg query "%%a" /v "EnableModernStandby" ^| findstr "HKEY"') do ( 402 | Reg.exe add "%%i" /v "EnableModernStandby" /t REG_SZ /d "0" /f >nul 2>&1 403 | ) 404 | for /f %%i in ('reg query "%%a" /v "*ModernStandbyWoLMagicPacket" ^| findstr "HKEY"') do ( 405 | Reg.exe add "%%i" /v "*ModernStandbyWoLMagicPacket" /t REG_SZ /d "0" /f >nul 2>&1 406 | ) 407 | for /f %%i in ('reg query "%%a" /v "EnableLLI" ^| findstr "HKEY"') do ( 408 | Reg.exe add "%%i" /v "EnableLLI" /t REG_SZ /d "1" /f >nul 2>&1 409 | ) 410 | for /f %%i in ('reg query "%%a" /v "*SSIdleTimeout" ^| findstr "HKEY"') do ( 411 | Reg.exe add "%%i" /v "*SSIdleTimeout" /t REG_SZ /d "60" /f >nul 2>&1 412 | ) 413 | ) >nul 2>&1 414 | cls 415 | 416 | Echo "Enabling MSI mode & set to undefined" 417 | for /f %%i in ('wmic path Win32_USBController get PNPDeviceID^| findstr /L "PCI\VEN_"') do reg add "HKLM\System\CurrentControlSet\Enum\%%i\Device Parameters\Interrupt Management\MessageSignaledInterruptProperties" /v "MSISupported" /t REG_DWORD /d "1" /f 418 | for /f %%i in ('wmic path Win32_USBController get PNPDeviceID^| findstr /L "PCI\VEN_"') do reg delete "HKLM\SYSTEM\CurrentControlSet\Enum\%%i\Device Parameters\Interrupt Management\Affinity Policy" /v "DevicePriority" /f >nul 2>nul 419 | :: Probably will be reset by installing GPU driver 420 | for /f %%i in ('wmic path Win32_VideoController get PNPDeviceID^| findstr /L "PCI\VEN_"') do reg add "HKLM\System\CurrentControlSet\Enum\%%i\Device Parameters\Interrupt Management\MessageSignaledInterruptProperties" /v "MSISupported" /t REG_DWORD /d "1" /f 421 | for /f %%i in ('wmic path Win32_VideoController get PNPDeviceID^| findstr /L "PCI\VEN_"') do reg add "HKLM\System\CurrentControlSet\Enum\%%i\Device Parameters\Interrupt Management\Affinity Policy" /v "DevicePriority" /f >nul 2>nul 422 | for /f %%i in ('wmic path Win32_NetworkAdapter get PNPDeviceID^| findstr /L "PCI\VEN_"') do reg add "HKLM\System\CurrentControlSet\Enum\%%i\Device Parameters\Interrupt Management\MessageSignaledInterruptProperties" /v "MSISupported" /t REG_DWORD /d "1" /f 423 | for /f %%i in ('wmic path Win32_IDEController get PNPDeviceID^| findstr /L "PCI\VEN_"') do reg add "HKLM\System\CurrentControlSet\Enum\%%i\Device Parameters\Interrupt Management\MessageSignaledInterruptProperties" /v "MSISupported" /t REG_DWORD /d "1" /f 424 | for /f %%i in ('wmic path Win32_IDEController get PNPDeviceID^| findstr /L "PCI\VEN_"') do reg add "HKLM\System\CurrentControlSet\Enum\%%i\Device Parameters\Interrupt Management\Affinity Policy" /v "DevicePriority" /f >nul 2>nul 425 | for /f %%i in ('wmic path Win32_NetworkAdapter get PNPDeviceID^| findstr /L "PCI\VEN_"') do reg add "HKLM\System\CurrentControlSet\Enum\%%i\Device Parameters\Interrupt Management\Affinity Policy" /v "DevicePriority" /f >nul 2>nul 426 | cls 427 | 428 | Echo "Remove Share from context menu" 429 | reg add "HKLM\Software\Microsoft\Windows\CurrentVersion\Shell Extensions\Blocked" /v "{e2bf9676-5f8f-435c-97eb-11607a5bedf7}" /t REG_SZ /d "" /f > nul 430 | reg add "HKLM\Software\WOW6432Node\Microsoft\Windows\CurrentVersion\Shell Extensions\Blocked" /v "{e2bf9676-5f8f-435c-97eb-11607a5bedf7}" /t REG_SZ /d "" /f > nul 431 | cls 432 | 433 | Echo "Removing Quick access" 434 | Reg.exe add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer" /v "HubMode" /t REG_DWORD /d "1" /f >nul 2>&1 435 | PowerRun.exe /SW:0 Reg.exe add "HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Classes\CLSID\{F02C1A0D-BE21-4350-88B0-7367FC96EF3C}\ShellFolder" /v "Attributes" /t REG_DWORD /d "2962489444" /f >nul 2>&1 436 | PowerRun.exe /SW:0 Reg.exe add "HKCR\CLSID\{F02C1A0D-BE21-4350-88B0-7367FC96EF3C}\ShellFolder" /v "Attributes" /t REG_DWORD /d "2962489444" /f >nul 2>&1 437 | cls 438 | 439 | Echo "Set Sound Scheme to No Sound" 440 | powershell C:\Modules\sound.ps1 >nul 2>&1 441 | cls 442 | 443 | Echo "Disabling Drivers and Services" 444 | PowerRun.exe /SW:0 Reg.exe add "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\{4d36e96c-e325-11ce-bfc1-08002be10318}" /v "UpperFilters" /t REG_MULTI_SZ /d "" /f 445 | PowerRun.exe /SW:0 Reg.exe add "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\{6bdd1fc6-810f-11d0-bec7-08002be2092f}" /v "UpperFilters" /t REG_MULTI_SZ /d "" /f 446 | PowerRun.exe /SW:0 Reg.exe add "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\{ca3e7ab9-b4c3-4ae6-8251-579ef933890f}" /v "UpperFilters" /t REG_MULTI_SZ /d "" /f 447 | PowerRun.exe /SW:0 Reg.exe add "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\{4d36e967-e325-11ce-bfc1-08002be10318}" /v "LowerFilters" /t REG_MULTI_SZ /d "" /f 448 | PowerRun.exe /SW:0 Reg.exe add "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\{71a27cdd-812a-11d0-bec7-08002be2092f}" /v "LowerFilters" /t REG_MULTI_SZ /d "" /f 449 | PowerRun.exe /SW:0 Reg.exe add "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\{71a27cdd-812a-11d0-bec7-08002be2092f}" /v "UpperFilters" /t REG_MULTI_SZ /d "" /f 450 | PowerRun.exe /SW:0 Reg.exe add "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Dhcp" /v "DependOnService" /t REG_MULTI_SZ /d "NSI\0Afd" /f 451 | PowerRun.exe /SW:0 Reg.exe add "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Dnscache" /v "DependOnService" /t REG_MULTI_SZ /d "nsi" /f 452 | Reg add "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\SoftwareProtectionPlatform" /v "InactivityShutdownDelay" /t REG_DWORD /d "4294967295" /f 453 | for %%z in ( 454 | DsmSvc 455 | autotimesvc 456 | W32Time 457 | DsSvc 458 | icssvc 459 | IKEEXT 460 | PcaSvc 461 | ShellHWDetection 462 | tzautoupdate 463 | OneSyncSvc 464 | Beep 465 | cdfs 466 | cdrom 467 | acpiex 468 | acpipagr 469 | acpipmi 470 | acpitime 471 | cnghwassist 472 | GpuEnergyDrv 473 | Telemetry 474 | VerifierExt 475 | udfs 476 | MsLldp 477 | lltdio 478 | NdisVirtualBus 479 | NDU 480 | luafv 481 | fvevol 482 | UsoSvc 483 | cbdhsvc 484 | BcastDVRUserService 485 | rdyboost 486 | rdpbus 487 | umbus 488 | vdrvroot 489 | CompositeBus 490 | rspndr 491 | NdisCap 492 | NetBIOS 493 | NetBT 494 | spaceport 495 | VaultSvc 496 | EventSystem 497 | bam 498 | bowser 499 | WarpJITSvc 500 | Wecsvc 501 | dmwappushservice 502 | GraphicsPerfSvc 503 | WMPNetworkSvc 504 | TermService 505 | UmRdpService 506 | PimIndexMaintenanceSvc 507 | UserDataSvc 508 | 3ware 509 | arcsas 510 | buttonconverter 511 | circlass 512 | Dfsc 513 | ErrDev 514 | mrxsmb 515 | mrxsmb20 516 | PEAUTH 517 | QWAVEdrv 518 | srv 519 | SiSRaid2 520 | SiSRaid4 521 | Tcpip6 522 | tcpipreg 523 | vsmraid 524 | VSTXRAID 525 | wcnfs 526 | WindowsTrustedRTProxy 527 | SstpSvc 528 | SSDPSRV 529 | SmsRouter 530 | CldFlt 531 | DisplayEnhancementService 532 | iphlpsvc 533 | IpxlatCfgSvc 534 | NetTcpPortSharing 535 | KtmRm 536 | LanmanWorkstation 537 | LanmanServer 538 | lmhosts 539 | MSDTC 540 | QWAVE 541 | RmSvc 542 | RFCOMM 543 | BthEnum 544 | bthleenum 545 | BTHMODEM 546 | BthA2dp 547 | microsoft_bluetooth_avrcptransport 548 | BthHFEnum 549 | BTAGService 550 | bthserv 551 | BluetoothUserService 552 | BthAvctpSvc 553 | TsUsbFlt 554 | tsusbhub 555 | storflt 556 | RDPDR 557 | bttflt 558 | HidBth 559 | BthMini 560 | BTHPORT 561 | BTHUSB 562 | vmicrdv 563 | vmictimesync 564 | vmicvss 565 | hvservice 566 | HvHost 567 | lfsvc 568 | CldFlt 569 | defragsvc 570 | dispbrokerdesktopsvc 571 | dam 572 | FontCache 573 | FontCache3.0.0.0 574 | lfsvc 575 | lmhosts 576 | mslldp 577 | microsoft_bluetooth_avrcptransport 578 | Ndu 579 | NetTcpPortSharing 580 | UsoSvc 581 | PcaSvc 582 | PimIndexMaintenanceSvc 583 | printworkflowusersvc 584 | PhoneSvc 585 | rspndr 586 | rdyboost 587 | RmSvc 588 | RFCOMM 589 | SharedAccess 590 | SysMain 591 | spooler 592 | spaceport 593 | Themes 594 | TapiSrv 595 | tcpipreg 596 | UserDataSvc 597 | UnistoreSvc 598 | udfs 599 | vmickvpexchange 600 | vmicguestinterface 601 | vmicshutdown 602 | vmicheartbeat 603 | vmicvmsession 604 | vmicrdv 605 | vmictimesync 606 | vmicvss 607 | W32Time 608 | WaaSMedicSvc 609 | WSearch 610 | WPDBusEnum 611 | WMPNetworkSvc 612 | ) do ( 613 | PowerRun.exe /SW:0 Reg.exe add "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\%%z" /v "Start" /t REG_DWORD /d "4" /f 614 | ) 615 | cls 616 | 617 | Echo "Setting Timer Resolution" 618 | Reg.exe add "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Run" /v "TimerResolution" /t REG_SZ /d "C:\Windows\SetTimerResolution.exe --resolution 5067 --no-console" /f 619 | cls 620 | 621 | Echo "Disable powerthorttling on laptop" 622 | for /f "delims=:{}" %%a in ('wmic path Win32_SystemEnclosure get ChassisTypes ^| findstr [0-9]') do set "CHASSIS=%%a" 623 | set "DEVICE_TYPE=PC" 624 | for %%a in (8 9 10 11 12 13 14 18 21 30 31 32) do if "%CHASSIS%" == "%%a" (set "DEVICE_TYPE=LAPTOP") 625 | 626 | if "%DEVICE_TYPE%" == "LAPTOP" ( 627 | Reg.exe add "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\serenum" /v "Start" /t REG_DWORD /d "3" /f >nul 2>&1 628 | Reg.exe add "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\sermouse" /v "Start" /t REG_DWORD /d "3" /f >nul 2>&1 629 | Reg.exe add "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\serial" /v "Start" /t REG_DWORD /d "3" /f >nul 2>&1 630 | Reg.exe add "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Power\PowerThrottling" /v "PowerThrottlingOff" /t REG_DWORD /d "0" /f 631 | powercfg /setactive 381b4222-f694-41f0-9685-ff5bb260df2e 632 | cls 633 | ) 634 | ) else ( 635 | Reg.exe add "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\DisplayEnhancementService" /v "Start" /t REG_DWORD /d "4" /f >nul 2>&1 636 | Reg.exe add "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\bam" /v "Start" /t REG_DWORD /d "4" /f >nul 2>&1 637 | Reg.exe add "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Power\PowerThrottling" /v "PowerThrottlingOff" /t REG_DWORD /d "1" /f >nul 2>&1 638 | cls 639 | ) 640 | 641 | echo "Creating RaxOS Services Backup" 642 | set BACKUP="C:\Windows\srvbackup\RaxOS-Default-services.reg" 643 | echo Windows Registry Editor Version 5.00 >>%BACKUP% 644 | 645 | for /f "delims=" %%a in ('reg query "HKLM\SYSTEM\CurrentControlSet\Services"') do ( 646 | for /f "tokens=3" %%b in ('reg query "%%~a" /v "Start" 2^>nul') do ( 647 | for /l %%c in (0,1,4) do ( 648 | if "%%b"=="0x%%c" ( 649 | echo. >>%BACKUP% 650 | echo [%%~a] >>%BACKUP% 651 | echo "Start"=dword:0000000%%c >>%BACKUP% 652 | ) 653 | ) 654 | ) 655 | ) >nul 2>&1 656 | cls 657 | 658 | Echo "Fix explorer white bar bug" 659 | cmd /c "start C:\Windows\explorer.exe" 660 | taskkill /f /im explorer.exe >nul 2>&1 661 | taskkill /f /im explorer.exe >nul 2>&1 662 | taskkill /f /im explorer.exe >nul 2>&1 663 | taskkill /f /im explorer.exe >nul 2>&1 664 | taskkill /f /im explorer.exe >nul 2>&1 665 | cmd /c "start C:\Windows\explorer.exe" 666 | cls 667 | 668 | Echo "Enabling legacy photo viewer" 669 | Reg.exe add "HKLM\SOFTWARE\Microsoft\Windows Photo Viewer\Capabilities\FileAssociations" /v ".tif" /t REG_SZ /d "PhotoViewer.FileAssoc.Tiff" /f 670 | Reg.exe add "HKLM\SOFTWARE\Microsoft\Windows Photo Viewer\Capabilities\FileAssociations" /v ".tiff" /t REG_SZ /d "PhotoViewer.FileAssoc.Tiff" /f 671 | Reg.exe add "HKLM\SOFTWARE\Microsoft\Windows Photo Viewer\Capabilities\FileAssociations" /v ".bmp" /t REG_SZ /d "PhotoViewer.FileAssoc.Tiff" /f 672 | Reg.exe add "HKLM\SOFTWARE\Microsoft\Windows Photo Viewer\Capabilities\FileAssociations" /v ".dib" /t REG_SZ /d "PhotoViewer.FileAssoc.Tiff" /f 673 | Reg.exe add "HKLM\SOFTWARE\Microsoft\Windows Photo Viewer\Capabilities\FileAssociations" /v ".gif" /t REG_SZ /d "PhotoViewer.FileAssoc.Tiff" /f 674 | Reg.exe add "HKLM\SOFTWARE\Microsoft\Windows Photo Viewer\Capabilities\FileAssociations" /v ".jfif" /t REG_SZ /d "PhotoViewer.FileAssoc.Tiff" /f 675 | Reg.exe add "HKLM\SOFTWARE\Microsoft\Windows Photo Viewer\Capabilities\FileAssociations" /v ".jpe" /t REG_SZ /d "PhotoViewer.FileAssoc.Tiff" /f 676 | Reg.exe add "HKLM\SOFTWARE\Microsoft\Windows Photo Viewer\Capabilities\FileAssociations" /v ".jpeg" /t REG_SZ /d "PhotoViewer.FileAssoc.Tiff" /f 677 | Reg.exe add "HKLM\SOFTWARE\Microsoft\Windows Photo Viewer\Capabilities\FileAssociations" /v ".jpg" /t REG_SZ /d "PhotoViewer.FileAssoc.Tiff" /f 678 | Reg.exe add "HKLM\SOFTWARE\Microsoft\Windows Photo Viewer\Capabilities\FileAssociations" /v ".jxr" /t REG_SZ /d "PhotoViewer.FileAssoc.Tiff" /f 679 | Reg.exe add "HKLM\SOFTWARE\Microsoft\Windows Photo Viewer\Capabilities\FileAssociations" /v ".png" /t REG_SZ /d "PhotoViewer.FileAssoc.Tiff" /f 680 | Reg.exe add "HKCU\Software\Microsoft\Windows\CurrentVersion\ApplicationAssociationToasts" /v "PhotoViewer.FileAssoc.Tiff_.bmp" /t REG_DWORD /d "0" /f 681 | Reg.exe add "HKCU\Software\Microsoft\Windows\CurrentVersion\ApplicationAssociationToasts" /v "PhotoViewer.FileAssoc.Tiff_.dib" /t REG_DWORD /d "0" /f 682 | Reg.exe add "HKCU\Software\Microsoft\Windows\CurrentVersion\ApplicationAssociationToasts" /v "PhotoViewer.FileAssoc.Tiff_.gif" /t REG_DWORD /d "0" /f 683 | Reg.exe add "HKCU\Software\Microsoft\Windows\CurrentVersion\ApplicationAssociationToasts" /v "PhotoViewer.FileAssoc.Tiff_.jxr" /t REG_DWORD /d "0" /f 684 | Reg.exe add "HKCU\Software\Microsoft\Windows\CurrentVersion\ApplicationAssociationToasts" /v "PhotoViewer.FileAssoc.Tiff_.jpe" /t REG_DWORD /d "0" /f 685 | Reg.exe add "HKCU\Software\Microsoft\Windows\CurrentVersion\ApplicationAssociationToasts" /v "PhotoViewer.FileAssoc.Tiff_.jpeg" /t REG_DWORD /d "0" /f 686 | Reg.exe add "HKCU\Software\Microsoft\Windows\CurrentVersion\ApplicationAssociationToasts" /v "PhotoViewer.FileAssoc.Tiff_.jpg" /t REG_DWORD /d "0" /f 687 | Reg.exe add "HKCU\Software\Microsoft\Windows\CurrentVersion\ApplicationAssociationToasts" /v "PhotoViewer.FileAssoc.Tiff_.png" /t REG_DWORD /d "0" /f 688 | Reg.exe add "HKCU\Software\Microsoft\Windows\CurrentVersion\ApplicationAssociationToasts" /v "PhotoViewer.FileAssoc.Tiff_.jfif" /t REG_DWORD /d "0" /f 689 | Reg.exe add "HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.bmp\UserChoice" /v "ProgId" /t REG_SZ /d "PhotoViewer.FileAssoc.Tiff" /f 690 | Reg.exe add "HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.dib\UserChoice" /v "ProgId" /t REG_SZ /d "PhotoViewer.FileAssoc.Tiff" /f 691 | Reg.exe add "HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.gif\UserChoice" /v "ProgId" /t REG_SZ /d "PhotoViewer.FileAssoc.Tiff" /f 692 | Reg.exe add "HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.jfif\UserChoice" /v "ProgId" /t REG_SZ /d "PhotoViewer.FileAssoc.Tiff" /f 693 | Reg.exe add "HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.jpe\UserChoice" /v "ProgId" /t REG_SZ /d "PhotoViewer.FileAssoc.Tiff" /f 694 | Reg.exe add "HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.jpeg\UserChoice" /v "ProgId" /t REG_SZ /d "PhotoViewer.FileAssoc.Tiff" /f 695 | Reg.exe add "HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.jpg\UserChoice" /v "ProgId" /t REG_SZ /d "PhotoViewer.FileAssoc.Tiff" /f 696 | Reg.exe add "HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.jxr\UserChoice" /v "ProgId" /t REG_SZ /d "PhotoViewer.FileAssoc.Tiff" /f 697 | Reg.exe add "HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.png\UserChoice" /v "ProgId" /t REG_SZ /d "PhotoViewer.FileAssoc.Tiff" /f 698 | cls 699 | 700 | Echo "Cleanup" 701 | takeown /f "C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Startup" /a >nul 2>&1 & icacls "C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Startup" /grant Administrators:F >nul 2>&1 702 | xcopy "%WinDir%\Modules\cleanup.bat" "C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Startup" /i >nul 2>&1 703 | cls 704 | 705 | shutdown -r -t 0 -------------------------------------------------------------------------------- /src/RaxOS/PowerRun.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raox77/RaxOS/93340fabc7e1cf5dc35008ae8dc292fb22a3ac3c/src/RaxOS/PowerRun.exe -------------------------------------------------------------------------------- /src/RaxOS/SetTimerResolution.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raox77/RaxOS/93340fabc7e1cf5dc35008ae8dc292fb22a3ac3c/src/RaxOS/SetTimerResolution.exe -------------------------------------------------------------------------------- /src/RaxOS/Web/Screen/img100.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raox77/RaxOS/93340fabc7e1cf5dc35008ae8dc292fb22a3ac3c/src/RaxOS/Web/Screen/img100.jpg -------------------------------------------------------------------------------- /src/RaxOS/Web/Wallpaper/Windows/img0.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raox77/RaxOS/93340fabc7e1cf5dc35008ae8dc292fb22a3ac3c/src/RaxOS/Web/Wallpaper/Windows/img0.jpg -------------------------------------------------------------------------------- /src/RaxOS/Xml/RaxOS 23H2.xml: -------------------------------------------------------------------------------- 1 |  2 | 3 | 03/15/2025 18:20:56 4 | 5 | 2025.3.10349 6 | Yes 7 | Yes 8 | Windows 11 Professional 23H2 x64 - 10.0.22631.3951 (en-US) 9 | 10 | 11 | Windows 11 Professional 23H2 x64 - 10.0.22631.4169 (en-US) 12 | {4742BC57-5FDC-4BD1-A3E0-7FDF9C27F19E} 13 | 14 | 15 | aarsvc 'Agent Activation Runtime' 16 | actioncenter 'Action Center' 17 | activedirectory 'Active Directory' 18 | adamclient 'Active Directory Lightweight Directory Services (AD LDS)' 19 | afunix 'Unix socket (AF_UNIX)' 20 | alg 'Application Layer Gateway Service' 21 | alljoyn 'AllJoyn Router Service' 22 | appv 'Application Virtualization (App-V)' 23 | asimov 'Telemetry Client' 24 | assembly.net '.NET assembly cache' 25 | assignedaccess 'Assigned Access' 26 | autoplay 27 | axinstall 'ActiveX Installer Service' 28 | azuread 'Azure Active Directory' 29 | backup 'Backup and Restore' 30 | bingsearch 'Bing Search (InboxApp)' 31 | biometric 'Biometric - Support' 32 | biometricservice 'Biometric - Service' 33 | branchcacheclient 'BranchCache Client' 34 | ceip 'CEIP (SQM)' 35 | clipchamp.clipchamp 'Clipchamp' 36 | clouddesktop 'Cloud Desktop' 37 | clouddownload 'Windows Recovery (WinRE) - Cloud download' 38 | cloudid 'Microsoft Cloud Identity Service' 39 | cloudnotifications 'Cloud Notifications' 40 | containers 'Containers (Application Guard)' 41 | copilotpwa 'Windows Copilot (InboxApp)' 42 | desktopactivitymoderator 'Desktop Activity Moderator (DAM)' 43 | desktopimgdownldr 'Desktop image downloader' 44 | deviceexperience 'Device Experience' 45 | devicesync 'Microsoft Sync Framework' 46 | deviceupdatecenter 'Device Update Center' 47 | diagnostics 'Diagnostics and Troubleshooting' 48 | directml 'Direct Machine Learning (DirectML)' 49 | diskdiagnosis 'Disk failure diagnostics' 50 | diskquota 'Disk Quota' 51 | diskquota32 'Disk Quota - 32 bit' 52 | dmenrollmentsvc 'Device Management Enrollment Service' 53 | driver_c_barcodescanner.inf 54 | driver_c_cashdrawer.inf 55 | driver_c_holographic.inf 56 | driver_c_infrared.inf 57 | driver_c_linedisplay.inf 58 | driver_c_magneticstripereader.inf 59 | driver_c_receiptprinter.inf 60 | driver_c_smartcard.inf 61 | driver_c_smartcardfilter.inf 62 | driver_c_smartcardreader.inf 63 | driver_c_volsnap.inf 64 | driver_cht4vx64.inf 65 | driver_ehstorpwddrv.inf 66 | driver_ehstortcgdrv.inf 67 | driver_helloface.inf 68 | driver_hidir.inf 69 | driver_hidirkbd.inf 70 | driver_hidscanner.inf 71 | driver_hvservice.inf 72 | driver_idtsec.inf 73 | driver_kdnic.inf 74 | driver_mgtdyn.inf 75 | driver_msclmd.inf 76 | driver_perceptionsimulationheadset.inf 77 | driver_rawsilo.inf 78 | driver_rdpbus.inf 79 | driver_remoteposdrv.inf 80 | driver_scrawpdo.inf 81 | driver_scunknown.inf 82 | driver_termbus.inf 83 | driver_termkbd.inf 84 | driver_termmou.inf 85 | driver_tpmvsc.inf 86 | driver_ts_generic.inf 87 | driver_tsgenericusbdriver.inf 88 | driver_tsprint.inf 89 | driver_tsusbhubfilter.inf 90 | driver_usbcciddriver.inf 91 | driver_usbcir.inf 92 | driver_volsnap.inf 93 | driver_wdmvsc.inf 94 | driver_wfcvsc.inf 95 | driver_wgencounter.inf 96 | driver_whvcrash.inf 97 | driver_whyperkbd.inf 98 | driver_wnetvsc.inf 99 | driver_ws3cap.inf 100 | driver_wstorflt.inf 101 | driver_wstorvsc.inf 102 | driver_wudfusbcciddriver.inf 103 | driver_wvid.inf 104 | driver_wvmbus.inf 105 | driver_wvmbushid.inf 106 | driver_wvmbusvideo.inf 107 | driver_wvmgid.inf 108 | driver_wvmic.inf 109 | driver_wvmic_ext.inf 110 | driver_wvmic_vss.inf 111 | driver_wvpci.inf 112 | driververifier 'Driver Verifier Manager (verifier.exe)' 113 | driververifier32 'Driver Verifier Manager (verifier.exe) - 32 bit' 114 | easeofaccessthemes 'Ease Of Access Themes' 115 | edgeupdate 'Microsoft Edge Update' 116 | edgewebview 'Microsoft Edge WebView' 117 | edgewebviewlegacy 'WebView2 Runtime (Legacy)' 118 | embeddedexperience 'Device Lockdown (Embedded Experience)' 119 | embeddedmode 'Embedded Mode' 120 | encprovider 'Windows Encryption Provider Host Service' 121 | enhancedstorage 'Enhanced Storage' 122 | entappsvc 'Enterprise App Management Service' 123 | enterpriseclientsync 'Work Folders Client' 124 | enterprisedataprotection 'Enterprise Data Protection (EDP/WIP)' 125 | errorreporting 'Windows Error Reporting' 126 | errorreportingapi 'Windows Error Reporting API' 127 | facerecognition 'Face Recognition' 128 | fciclient 'File Server Resource Manager' 129 | fclip 'Client License Platform - Flexible (fclip)' 130 | fdphost 'Network Discovery' 131 | filehistory 'File History' 132 | filerevocationmanager 'File Revocation Manager - 32 bit' 133 | flipgridpwa 'Flipgrid PWA (InboxApp)' 134 | folderredirection 'Folder Redirection' 135 | font_holomd2 'Holo MDL2 Assets' 136 | gameexplorer 'Game Explorer' 137 | guardedhost 'Guarded Host' 138 | help 'Windows Help content' 139 | helpsupport 'Help file support (CHM)' 140 | hwreqchk 'Hardware Requirements Check library' 141 | hwsupport_infrared 'Infrared devices' 142 | hwsupport_smartcard 'Smartcard' 143 | iis 'Internet Information Server (IIS)' 144 | insiderhub 'Windows Insider Program' 145 | internetexplorer 'Internet Explorer' 146 | internetexplorer32 'Internet Explorer - 32 bit' 147 | iscsi 'iSCSI Initiator' 148 | isoburn 'Windows Disc Image Burning Tool' 149 | kerneldebug 'Kernel Debugging' 150 | laps 'Windows Local Administrator Password Solution(LAPS)' 151 | location 'Location Service' 152 | lxss 'Windows Subsystem for Linux' 153 | mail 'Windows Mail' 154 | mailcommdll 'Windows Mail Communications Library' 155 | manifestbackup 'Manifest Backup (WinSxS\Backup)' 156 | manualsetup 'Manual Setup' 157 | mapcontrol 'Map Control' 158 | memorydiagnostic 'Memory Diagnostic' 159 | messagingsvc 'Messaging Service' 160 | microsoft.549981c3f5f10 'Cortana' 161 | microsoft.bingnews 'Microsoft News' 162 | microsoft.bingweather 'MSN Weather' 163 | microsoft.bioenrollment 'Windows Hello Setup' 164 | microsoft.ecapp 'Eye Control' 165 | microsoft.gethelp 'Get Help' 166 | microsoft.getstarted 'Tips (Get Started)' 167 | microsoft.microsoftedge 'Microsoft Edge (Legacy)' 168 | microsoft.microsoftedge.stable 'Microsoft Edge (Chromium)' 169 | microsoft.microsoftedgedevtoolsclient 'Microsoft Edge DevTools Client' 170 | microsoft.microsoftofficehub 'Office' 171 | microsoft.microsoftsolitairecollection 'Microsoft Solitaire Collection' 172 | microsoft.microsoftstickynotes 'Microsoft Sticky Notes' 173 | microsoft.people 'Microsoft People' 174 | microsoft.powerautomatedesktop 'Power Automate' 175 | microsoft.rawimageextension 'Raw Image Extension' 176 | microsoft.sechealthui 'Windows Defender' 177 | microsoft.todos 'Microsoft To Do' 178 | microsoft.webmediaextensions 'Web Media Extensions' 179 | microsoft.windows.apprep.chxapp 'SmartScreen' 180 | microsoft.windows.assignedaccesslockapp 'Assigned Access Lock app' 181 | microsoft.windows.contentdeliverymanager 'Content Delivery Manager' 182 | microsoft.windows.narratorquickstart 'Narrator' 183 | microsoft.windows.peopleexperiencehost 'Windows Shell Experience' 184 | microsoft.windows.photos 'Microsoft Photos' 185 | microsoft.windowsalarms 'Windows Clock' 186 | microsoft.windowscamera 'Windows Camera' 187 | microsoft.windowscommunicationsapps 'Mail and Calendar' 188 | microsoft.windowsfeedbackhub 'Feedback Hub' 189 | microsoft.windowsmaps 'Windows Maps' 190 | microsoft.windowssoundrecorder 'Windows Voice Recorder' 191 | microsoft.windowsterminal 'Windows Terminal' 192 | microsoft.xboxspeechtotextoverlay 'Xbox Game Speech Window' 193 | microsoft.yourphone 'Your Phone' 194 | microsoft.zunemusic 'Windows Media Player' 195 | microsoft.zunevideo 'Movies & TV' 196 | microsoftcorporationii.quickassist 'Quick Assist' 197 | microsoftwindows.client.webexperience 'Windows Web Experience Pack' 198 | midi 'Microsoft GS Wavetable SW Synth (MIDI)' 199 | migwiz 'Easy Transfer' 200 | mixedreality 'Windows Mixed Reality' 201 | mmga 'MMGA MAPI' 202 | mobiledevicemanagement 'Mobile Device Management (MDM)' 203 | msmq 'Microsoft Message Queue (MSMQ)' 204 | multipointconnector 'MultiPoint Connector' 205 | naturalauthentication 'Natural Authentication' 206 | ndiscap 'NDIS Packet Capturing (NDISCAP)' 207 | ndisimplat 'Network Adapter Multiplexor Protocol' 208 | ndu 'Network Data Usage Monitoring Driver' 209 | nfc 'Near Field Communication (NFC)' 210 | notificationintelligenceplatform 'Notification Intelligence Platform' 211 | offlinefiles 'Offline Files' 212 | onedrive 213 | openssh 214 | oskthemes 'On-Screen Keyboard (Windows Personalization themes)' 215 | outlookpwa 'Outlook PWA (InboxApp)' 216 | payments 217 | pdfreader 'Windows Reader (PDF)' 218 | peertopeer 'Peer Networking' 219 | penservice 'Pen Service' 220 | pinsignin 'PIN sign-in support' 221 | pktmon 'Packet Monitor (PktMon)' 222 | pos 'Point of Service (POS)' 223 | print3d32 'Print 3D - 32 bit' 224 | pushnotificationssvc 'Windows Push Notifications Service (System)' 225 | pwdless 'Intelligent Passwordless task' 226 | rdmaping 'Remote Direct Memory Access (RDMA) ping tool' 227 | rdpclient 'Remote Desktop Client' 228 | rdpclient32 'Remote Desktop Client - 32 bit' 229 | rdpserver 'Remote Desktop Server' 230 | rdpserverlic 'Remote Desktop Licensing' 231 | reliabilityanalysis 'Reliability Analysis Services' 232 | remoteassistance 'Remote Assistance' 233 | remotefx 234 | remoteportredirector 'Remote Desktop Services Port Redirector' 235 | remoteregistry 'Remote Registry' 236 | retaildemo 'Retail Demo Content' 237 | rightsmanagement 'Rights Management support' 238 | rpclocator 'Remote Procedure Call (RPC) Locator' 239 | screensavers 240 | securestartup 'BitLocker Drive Encryption' 241 | securitycenter 'Security Center' 242 | sendmail 'Send To Mail and Desktop' 243 | settingsync 'Setting Sync' 244 | sharedpc 'Shared PC mode' 245 | sihclient 'Server-Initiated Healing Client' 246 | simpletcp 'Simple TCP/IP services' 247 | skypeortc 'Skype ORTC' 248 | sleepstudy 'Sleep Study' 249 | soundthemes 'Sound Themes' 250 | srumon 'Data Usage service' 251 | startexperiencesapp 'Start Experiences (InboxApp)' 252 | stepsrecorder 'Steps Recorder' 253 | storageqos 'Storage Quality of Service (Storage QoS)' 254 | supportdir 'Support directory' 255 | sustainabilityservice 'Sustainability Service' 256 | synccenter 'Sync Center' 257 | systemguard 'System Guard' 258 | systemreset 'System Reset for Windows' 259 | systemrestore 'System Restore' 260 | telnetclient 'Telnet Client' 261 | tempcache 'Cache and temp files' 262 | tftpclient 'TFTP client' 263 | timetraveldebugger 'Time Travel Debugger (TTD)' 264 | trkwks 'Distributed Link Tracking Client' 265 | troubleshootingsvc 'Recommended Troubleshooting service' 266 | uev 'User Experience Virtualization (UE-V)' 267 | universalprintsvc 'Universal Print Management Service' 268 | unp 'Universal Notification Platform (UNP)' 269 | userdeviceregistration 'User Device Registration' 270 | voiceaccess 'Voice Access' 271 | vss 'Volume Shadow Copy' 272 | wallet 'Wallet Service' 273 | wificloudstore 'WiFi Sync Provider' 274 | wifinetworkmanager 'Wi-Fi Network Manager (Wi-Fi Sense)' 275 | winai 'Windows AI Machine Learning' 276 | windows.cbspreview 'Windows Barcode Preview' 277 | windowsglobalization32 'Windows Globalization - 32 bit' 278 | windowstogo 'Windows To Go' 279 | winocr 'Windows TIFF IFilter (OCR)' 280 | winre 'Windows Recovery (WinRE)' 281 | winrm 'Windows Remote Management (WS-Management)' 282 | wordpad 283 | wordpad32 'Wordpad - 32 bit' 284 | zipfolder 'Zip & Cab folder' 285 | 286 | 287 | 288 | AppGuard 289 | Battle.net 290 | YubiKey 291 | Bluetooth 292 | USBCamera 293 | CapFrameX 294 | Discord 295 | Docker 296 | EA Anti-Cheat 297 | FileSharing 298 | Hyper-V 299 | iCloud 300 | Kaspersky 301 | ManualSetup 302 | OfficeSupport 303 | AppxSupport 304 | Netflix 305 | NetworkDiscovery 306 | NightLight 307 | NvidiaSetup 308 | OOBE 309 | Printing 310 | Recommended-All 311 | RDPServer 312 | SamsungSwitch 313 | Scanning 314 | ServicingStack 315 | ShellSearchSupport 316 | Spotify 317 | SFC 318 | DefaultFonts 319 | SafeMode 320 | TeamViewer 321 | Recommended-Tablet 322 | HostRefresh 323 | USBModem 324 | USB 325 | VideoPlayback 326 | VPN 327 | VisualStudio 328 | VSS 329 | ActivationKMS 330 | Activation 331 | WinSetup 332 | WindowsStore 333 | WindowsUpdate 334 | WLAN 335 | 336 | 337 | HostMachine 338 | Hyper-V VM 339 | Parallels VM 340 | Virtual Box VM 341 | VMware VM 342 | 343 | 344 | 345 | true 346 | false 347 | false 348 | false 349 | false 350 | true 351 | false 352 | false 353 | false 354 | false 355 | false 356 | false 357 | false 358 | false 359 | false 360 | true 361 | false 362 | false 363 | false 364 | false 365 | false 366 | false 367 | false 368 | false 369 | false 370 | false 371 | false 372 | false 373 | false 374 | false 375 | false 376 | 377 | 378 | 379 | 4 380 | true 381 | false 382 | 383 | C:\Program Files\NTLite\Cache\Updates\11.23H2.x64\windows11.0-kb5053602-x64_c1dc9c521f329ff91d92ab59713cb0f01959fa4e.msu 384 | 385 | 386 | 387 | 388 | 389 | 390 | 391 | 392 | 393 | false 394 | true 395 | 396 | 397 | 398 | false 399 | false 400 | false 401 | false 402 | 403 | 404 | 405 | Rax | 77 406 | RaxOS V001 407 | https://discord.gg/Y3Wdj3g6Cd 408 | 409 | 410 | true 411 | true 412 | true 413 | Home 414 | 3 415 | 416 | 417 | 418 | 419 | 420 | RaxOS-Desktop 421 | 422 | 423 | 424 | 425 | 426 | false 427 | 428 | 429 | false 430 | OnError 431 | 432 | 433 | 434 | false 435 | OnError 436 | 437 | 438 | /IMAGE/INDEX 439 | 1 440 | 441 | 442 | 443 | 444 | 445 | 446 | 447 | 448 | 449 | 450 | 451 | 452 | 453 | 454 | 455 | 0 456 | 0 457 | 0 458 | 0 459 | 0 460 | 0 461 | 0 462 | 463 | 464 | 0 465 | 0 466 | 0 467 | 0 468 | 469 | 470 | 1 471 | 472 | 0 473 | 0 474 | 0 475 | 1 476 | 0 477 | 3 478 | 0 479 | 1 480 | 0 481 | 0 482 | 0 483 | 0 484 | 1 485 | 486 | 487 | 1 488 | 0 489 | 1 490 | 0 491 | 1 492 | 1 493 | 0 494 | -1332477852 495 | 0 496 | 1 497 | 1 498 | PhotoViewer.FileAssoc.Tiff 499 | 0 500 | 1 501 | 0 502 | 0 503 | 0 504 | 1 505 | 1 506 | 0 507 | 508 | 509 | 0 510 | 511 | 512 | Deny 513 | Deny 514 | Allow 515 | Deny 516 | Deny 517 | Deny 518 | Deny 519 | Deny 520 | Deny 521 | Allow 522 | Deny 523 | Deny 524 | Deny 525 | Deny 526 | Deny 527 | Deny 528 | Deny 529 | Deny 530 | 0 531 | 0 532 | 0 533 | 0 534 | 0 535 | 1 536 | 0 537 | 0 538 | 0 539 | 0 540 | 1 541 | 1 542 | 0 543 | 1 544 | 1 545 | 0 546 | 0 547 | 0 548 | 0 549 | 1 550 | 0 551 | 0 552 | 0 553 | 0 554 | 0 555 | 1 556 | 0 557 | 0 558 | 0 559 | 1 560 | 0 561 | 0 562 | 0 563 | 0 564 | 0 565 | 0 566 | 0 567 | 0 568 | 1 569 | 0 570 | 0 571 | 0 572 | 0 573 | 0 574 | 0 575 | 1 576 | 0 577 | 0 578 | 0 579 | 0 580 | 0 581 | 0 582 | 0 583 | 0 584 | 0 585 | 0 586 | 0 587 | Off 588 | 1 589 | 1 590 | 591 | 592 | 1 593 | 1 594 | 0 595 | 0 596 | 597 | 598 | 1 599 | 0 600 | 0 601 | 0 602 | 0 603 | 1 604 | 1 605 | 2 606 | 0 607 | 1 608 | 3 609 | 1 610 | 0 611 | 1 612 | 0 613 | 0 614 | 0 615 | 1 616 | 1 617 | 506 618 | 0 619 | 0 620 | 0 621 | 0 622 | 1 623 | 0 624 | VRROptimizeEnable=0 625 | 1 626 | 0 627 | 1 628 | 629 | 630 | 0 631 | 0 632 | 0 633 | 0 634 | 0 635 | 0 636 | 0 637 | 0 638 | 0 639 | 640 | 641 | 0 642 | 0 643 | 0 644 | 0 645 | 0 646 | 0 647 | 0 648 | 0 649 | 0 650 | 651 | 652 | 0 653 | 1 654 | 1 655 | 0 656 | 0 657 | 1 658 | 659 | 660 | 0 661 | 0 662 | 1 663 | 100 664 | 0 665 | 1 666 | 0 667 | 0 668 | 1 669 | 1 670 | 1 671 | 0 672 | 0 673 | 1 674 | 675 | 676 | 677 | 678 | 679 | 680 | 681 | 682 | imageSaveTrim 683 | imageFormatWim 684 | tweaksettings_boot.wim_01_2_64 685 | imageOptionsCreateIso 686 | imageOptionsSkipPrompt 687 | 688 | C:\RaxOS 23H2 V001.iso 689 | RaxOS 23H2 V001 690 | 4000 691 | 692 | 693 | 694 | 695 | 696 | 697 | 698 | C:\Users\rax\Pictures\RaxOS\Regs\RaxOS.reg 699 | 700 | -------------------------------------------------------------------------------- /src/RaxOS/cleanup.bat: -------------------------------------------------------------------------------- 1 | @echo off 2 | takeown /f "%WinDir%\Modules" /a & icacls "%WinDir%\Modules" /grant Administrators:F 3 | rd /s /q "%WinDir%\Modules" 4 | del "%~f0"&exit --------------------------------------------------------------------------------