Skip to content

Fix whitespaces #160

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions .github/ISSUE_TEMPLATE/bug_report.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ body:
attributes:
value: |
Thank you for taking your time to file a bug report! Please fill out the following information to help us fix the bug

- type: textarea
id: describe-bug
validations:
Expand All @@ -16,7 +16,7 @@ body:
label: Describe the bug
description: A clear and concise description of what the bug is.
placeholder: I was trying to do X, but Y happened instead

- type: textarea
id: steps-to-reproduce
validations:
Expand All @@ -34,7 +34,7 @@ body:
2. Click on '....'
3. Scroll down to '....'
4. See error

- type: textarea
id: expected-behavior
validations:
Expand All @@ -43,7 +43,7 @@ body:
label: Expected behavior
description: A clear and concise description of what you expected to happen
placeholder: I expected Z to happen.

- type: textarea
id: environment
validations:
Expand All @@ -60,7 +60,7 @@ body:
- OS Build Number & Edition: `19045.3633, Home`
- ReviOS version: `23.10`
- Specs: `PC, Intel Core i5-10400, 16GB RAM, NVIDIA GeForce GTX 1650`

- type: textarea
id: additional-info
attributes:
Expand All @@ -69,7 +69,7 @@ body:
Add any other context about the problem here
placeholder: |
I disabled Windows Defender, but it is still running after reboot.

- type: checkboxes
id: search-before-submit
attributes:
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/feature_request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ body:
required: true
attributes:
label: Description
description: A clear and concise description
description: A clear and concise description
placeholder: Add a feature that does X.

- type: textarea
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,6 @@ jobs:

If you would like to support Revision, kindly download the Playbook from the provided link below.

📌Link:
📌Link:

SHA256: `${{ env.HASH }}`
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ exhaustive, and do not form part of our licenses.
such as asking that all changes be marked or described.
Although not required by our licenses, you are encouraged to
respect those requests where reasonable. More considerations
for the public:
for the public:
wiki.creativecommons.org/Considerations_for_licensees

=======================================================================
Expand Down
16 changes: 8 additions & 8 deletions src/Configuration/Tasks/final.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ actions:
}

# Disable Memory Compression
- !powerShell:
- !powerShell:
command: 'Disable-MMAgent -mc'

- !registryValue: {path: 'HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate\Services\Pending\7971f918-a847-4430-9279-4a52d1efe18d', value: 'RegisterWithAU', type: REG_DWORD, data: '0'}

# [!] Breaks 'defrag c: -b'
# Disable Superfetch for SSDs
# Detection of mediaType might not work on VMs
Expand All @@ -30,11 +30,11 @@ actions:
# $path = ${env:ProgramFiles(x86)} + '\Revision Tool\data\flutter_assets\additionals\DisableSF.bat'
# Start-Process -FilePath $path -Wait -NoNewWindow
# }

- !cmd:
command: 'setx DOTNET_CLI_TELEMETRY_OPTOUT 1'
runas: currentUserElevated

- !cmd:
command: 'setx POWERSHELL_TELEMETRY_OPTOUT 1'
runas: currentUserElevated
Expand Down Expand Up @@ -83,12 +83,12 @@ actions:
option: "configure-wallpaper"
weight: 45

- !powerShell:
- !powerShell:
command: '.\WALLPAPER.ps1 -Mode LockScreen -ImagePath $env:systemroot\Web\Wallpaper\MeetRevision\v2\lockscreen.jpg'
exeDir: true
runas: currentUserElevated
option: "configure-wallpaper"
weight: 45
weight: 45

# Necessary to refresh start menu entries etc.
- !appx: {operation: clearCache, name: '*Client.CBS*'}
Expand All @@ -97,7 +97,7 @@ actions:
- !appx: {operation: clearCache, name: '*TCUI*'}

# Force update group policy
- !run:
- !run:
exe: "gpupdate.exe"

# Apply micro patches via Revision Tool in order to avoid new playbook releases for minor changes
Expand All @@ -107,7 +107,7 @@ actions:
args: "playbook-patches apply"
wait: true
runas: currentUserElevated

- !powerShell:
command: |
$explorerProcess = Get-Process -Name explorer -ErrorAction SilentlyContinue
Expand Down
2 changes: 1 addition & 1 deletion src/Configuration/Tasks/packages/app-win32.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ actions:
weight: 30
command: >-
.\APPX-REMOVER.ps1 -Packages 'Microsoft.Copilot'

- !powerShell:
command: '.\EDGE.ps1 -Mode EdgeBrowser'
exeDir: true
Expand Down
31 changes: 15 additions & 16 deletions src/Configuration/Tasks/packages/appx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: APPX
description: Removal of APPX packages
privilege: TrustedInstaller
actions:

- !writeStatus: {status: "Removing Appx Packages"}
- !powerShell:
# runas: currentUserElevated
Expand Down Expand Up @@ -82,7 +82,7 @@ actions:
weight: 10
command: >-
.\APPX-REMOVER.ps1 -Packages 'Microsoft.Windows.DevHome'

- !writeStatus: {status: "Removing Xbox Apps", option: "remove-appx-xbox"}
- !powerShell:
option: "remove-appx-xbox"
Expand Down Expand Up @@ -131,7 +131,7 @@ actions:
weight: 10
command: >-
.\APPX-REMOVER.ps1 -Packages 'MicrosoftWindows.Client.AIX'

# - !writeStatus: {status: "Removing Appx Packages"}
# # - !appx: {name: '*Disney*', type: family, weight: 10}

Expand All @@ -157,7 +157,7 @@ actions:
# - !appx: {name: '*Microsoft.Windows.Photos*', type: family, option: "remove-appx-photos", weight: 10}
# - !writeStatus: {status: "Removing Camera"}
# - !appx: {name: '*Microsoft.WindowsCamera*', type: family, weight: 10}

# - !writeStatus: {status: "Removing Widgets"}
# - !powerShell:
# command: 'Get-AppxPackage MicrosoftWindows.Client.WebExperience | Remove-AppxPackage'
Expand All @@ -166,13 +166,13 @@ actions:

# - !writeStatus: {status: "Removing Alarms"}
# - !appx: {name: '*Microsoft.WindowsAlarms*', type: family, weight: 10}

# - !writeStatus: {status: "Removing Maps"}
# - !appx: {name: '*Microsoft.WindowsMaps*', type: family, weight: 10}

# - !writeStatus: {status: "Removing Sticky Notes"}
# - !appx: {name: '*Microsoft.MicrosoftStickyNotes*', type: family, weight: 10}

# - !writeStatus: {status: "Removing Mail"}
# - !powerShell:
# command: 'Get-AppxPackage *windowscommunicationsapps* | Remove-AppxPackage'
Expand Down Expand Up @@ -213,12 +213,12 @@ actions:
# # Cortana
# - !writeStatus: {status: "Removing Cortana"}
# - !appx: {name: '*Microsoft.549981C3F5F10*', type: family, weight: 10}

# - !writeStatus: {status: "Removing QuickAssist"}
# - !appx: {name: '*MicrosoftCorporationII.QuickAssist*', type: family, weight: 10}
# - !writeStatus: {status: "Removing MS Family"}
# - !appx: {name: '*MicrosoftCorporationII.MicrosoftFamily*', type: family, weight: 10}

# - !writeStatus: {status: "Removing ZuneMusic"}
# - !appx: {name: '*Microsoft.ZuneMusic*', type: family, weight: 10}
# - !writeStatus: {status: "Removing ZuneVideo"}
Expand All @@ -232,7 +232,7 @@ actions:

# - !writeStatus: {status: "Removing skydrive"}
# - !appx: {name: '*microsoft.microsoftskydrive*', type: family, weight: 10}

# - !writeStatus: {status: "Removing TeamsforSurfaceHub"}
# - !appx: {name: '*Microsoft.MicrosoftTeamsforSurfaceHub*', type: family, weight: 10}
# - !writeStatus: {status: "Removing MailforSurfaceHub"}
Expand All @@ -241,7 +241,7 @@ actions:
# - !appx: {name: '*Microsoft.MicrosoftPowerBIForWindows*', type: family, weight: 10}
# - !writeStatus: {status: "Removing Skype"}
# - !appx: {name: '*Microsoft.SkypeApp*', type: family, weight: 10}

# - !writeStatus: {status: "Removing UWP Office"}
# - !appx: {name: '*Microsoft.MicrosoftOfficeHub*', type: family, weight: 10}
# - !appx: {name: '*Microsoft.Office.Excel*', type: family, weight: 10}
Expand All @@ -260,7 +260,7 @@ actions:

# - !writeStatus: {status: "Removing MixedRealityPortal"}
# - !appx: {name: '*MixedReality.Portal*', type: family, weight: 10}

# # Paint 3D
# - !writeStatus: {status: "Removing Paint 3D"}
# - !appx: {name: '*Microsoft.MSPaint*', type: family, weight: 10}
Expand All @@ -282,7 +282,7 @@ actions:

# - !writeStatus: {status: "Removing Dev Home"}
# - !appx: {name: '*DevHome*', type: family, option: "remove-appx-devhome", weight: 10}

# # - !writeStatus: {status: "Removing Windows Backup"}
# # - !appx: {name: '*WindowsBackup*', type: app, unregister: true, option: "remove-appx-wbackup", weight: 10}

Expand All @@ -293,12 +293,11 @@ actions:
# - !appx: {name: '*Microsoft.Xbox*', type: family, weight: 10, option: "remove-appx-xbox"}
# - !appx: {name: '*Microsoft.GamingApp*', type: family, option: "remove-appx-xbox"}
# # Xbox Console Companion is deprecated
# - !appx: {name: '*Microsoft.XboxApp*', type: family}
# - !appx: {name: '*Microsoft.XboxApp*', type: family}


# - !writeStatus: {status: "Removing Your Phone", option: "remove-appx-yourphone"}
# - !appx: {name: '*Microsoft.YourPhone*', type: family, weight: 10, option: "remove-appx-yourphone"}
# - !appx: {name: '*MicrosoftWindows.CrossDevice*', type: family, weight: 10, option: "remove-appx-yourphone"}

# - !writeStatus: {status: "Removing Recall", option: "remove-appx-recall"}
# - !appx: {name: '*MicrosoftWindows.Client.AIX*', type: family, weight: 10, option: "remove-appx-recall"}
# - !appx: {name: '*MicrosoftWindows.Client.AIX*', type: family, weight: 10, option: "remove-appx-recall"}
2 changes: 1 addition & 1 deletion src/Configuration/Tasks/packages/win-sxs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ actions:
# - !systemPackage: {name: 'Microsoft-Windows-ErrorReportingCore', arch: wow64, language: 'neutral'}
# - !systemPackage: {name: 'Microsoft-Windows-ErrorReportingDumpTypeControl-Deployment', arch: amd64, language: 'neutral'}
# # - !systemPackage: {name: 'Microsoft-Windows-ErrorReportingFaults', arch: amd64, language: 'neutral'}
# # Breaks compatibility with some games, https://github.com/Atlas-OS/Atlas/issues/685
# # Breaks compatibility with some games, https://github.com/Atlas-OS/Atlas/issues/685
# # - !systemPackage: {name: 'Microsoft-Windows-ErrorReportingFaults', arch: wow64, language: 'neutral'}
# # - !systemPackage: {name: 'Microsoft-Windows-ErrorReportingKernel', arch: amd64, language: 'neutral'}
# # - !systemPackage: {name: 'Microsoft-Windows-ErrorReportingPowershell', arch: amd64, language: 'neutral'}
Expand Down
2 changes: 1 addition & 1 deletion src/Configuration/Tasks/registry.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: Registry
description: Revision registry configuration
privilege: TrustedInstaller
actions:
actions:
- !writeStatus: {status: "Tweaking registry"}

# OS Info
Expand Down
16 changes: 7 additions & 9 deletions src/Configuration/Tasks/registry/explorer/control-panel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,39 +7,39 @@ actions:
# === Disable Wallpaper JPEG (.jpg) image Compression.
- !registryValue: {path: 'HKCU\Control Panel\Desktop', value: 'JPEGImportQuality', type: REG_DWORD, data: '100'}
- !registryValue: {path: 'HKU\.DEFAULT\Control Panel\Desktop', value: 'JPEGImportQuality', type: REG_DWORD, data: '100'}

# === Disable system beeps.
- !registryValue: {path: 'HKCU\Control Panel\Sound', value: 'Beep', type: REG_SZ, data: 'no'}
- !registryValue: {path: 'HKU\.DEFAULT\Control Panel\Sound', value: 'Beep', type: REG_SZ, data: 'no'}

# === Changes the time (milliseconds) it takes for the tooltips to pop up when hovering your mouse over elements to 30 ms. (default = 400 ms)
- !registryValue: {path: 'HKCU\Control Panel\Mouse', value: 'MouseHoverTime', type: REG_SZ, data: '30'}
- !registryValue: {path: 'HKU\.DEFAULT\Control Panel\Mouse', value: 'MouseHoverTime', type: REG_SZ, data: '30'}

# === Makes the Start Menu appear almost instantly when you click on the Windows icon in the Taskbar.
- !registryValue: {path: 'HKCU\Control Panel\Desktop', value: 'MenuShowDelay', type: REG_SZ, data: '0'}
- !registryValue: {path: 'HKU\.DEFAULT\Control Panel\Desktop', value: 'MenuShowDelay', type: REG_SZ, data: '0'}

# === Specifies time (in milliseconds) that the mouse needs to remain over a window before the window is activated. (current setting is 10 ms)
- !registryValue: {path: 'HKCU\Control Panel\Desktop', value: 'ActiveWndTrkTimeout', type: REG_DWORD, data: '10'}
- !registryValue: {path: 'HKU\.DEFAULT\Control Panel\Desktop', value: 'ActiveWndTrkTimeout', type: REG_DWORD, data: '10'}

# === Disables the blue screen that pops up when you're trying to shutdown or restart, asking you to save your work.
- !registryValue: {path: 'HKCU\Control Panel\Desktop', value: 'AutoEndTasks', type: REG_SZ, data: '1'}
- !registryValue: {path: 'HKU\.DEFAULT\Control Panel\Desktop', value: 'AutoEndTasks', type: REG_SZ, data: '1'}

# === HungAppTimeout also specifies how long (5 seconds by default) the system waits for user processes to end after the user clicks/taps on the End task button in Task Manager.
# ------> Changed 2 seconds (2000), default is 5 seconds (5000).
# ------> https://www.tenforums.com/tutorials/97842-change-hungapptimeout-value-windows-10-a.html
- !registryValue: {path: 'HKCU\Control Panel\Desktop', value: 'HungAppTimeout', type: REG_SZ, data: '2000'}
- !registryValue: {path: 'HKU\.DEFAULT\Control Panel\Desktop', value: 'HungAppTimeout', type: REG_SZ, data: '2000'}

# === The WaitToKillAppTimeout value determines how long the system waits for user processes to end after the user attempts to sign out, restart, or shut down Windows.
# ------> Default is 20 seconds (20000).
# ------> https://www.eightforums.com/threads/waittokillapptimeout-specify-for-shutdown-in-windows.37424/
- !registryValue: {path: 'HKCU\Control Panel\Desktop', value: 'WaitToKillAppTimeout', type: REG_SZ, data: '2000'}
- !registryValue: {path: 'HKU\.DEFAULT\Control Panel\Desktop', value: 'WaitToKillAppTimeout', type: REG_SZ, data: '2000'}

# === This value controls the timeout period in milliseconds for all low-level hooks.
# ------> https://www.registryrecycler.com/blog/2013/07/speed-up-your-windows-pc-through-registry/
# ------> https://www.quickmacros.com/au/help/api/Au.AHookWin.LowLevelHooksTimeout.html#Au_AHookWin_LowLevelHooksTimeout_remarks
Expand All @@ -58,7 +58,6 @@ actions:
- !registryValue: {path: 'HKU\.DEFAULT\Control Panel\Accessibility\MouseKeys', value: 'TimeToMaximumSpeed', operation: delete}
- !registryValue: {path: 'HKU\.DEFAULT\Control Panel\Accessibility\MouseKeys', value: 'TimeToMaximumSpeed', operation: delete}


# === Unticks Enhance Pointer Precision in Control Panel -> Mouse -> Pointer Options
- !registryKey: {path: 'HKCU\Control Panel\Accessibility\MouseKeys', operation: add}
- !registryValue: {path: 'HKCU\Control Panel\Mouse', value: 'MouseSpeed', type: REG_SZ, data: '0'}
Expand All @@ -72,7 +71,6 @@ actions:
# ------> If disabled, Settings will not contact Microsoft content services to retrieve tips and help content.
- !registryValue: {path: 'HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\Explorer', value: 'AllowOnlineTips', type: REG_DWORD, data: '0'}


# =================================================
# === Remove Ease of Access hives from Registry ===
# =================================================
Expand Down Expand Up @@ -104,7 +102,7 @@ actions:
- !registryKey: {path: 'HKU\.DEFAULT\Control Panel\Accessibility\StickyKeys'}
- !registryKey: {path: 'HKU\.DEFAULT\Control Panel\Accessibility\TimeOut'}
- !registryKey: {path: 'HKU\.DEFAULT\Control Panel\Accessibility\ToggleKeys'}

# ===================================================
# === Disable Ease of Access features in Registry ===
# ===================================================
Expand Down
Loading