1326 Commits (956fcedb10d934122a36d357ff7f4342fd6d498d)
 

Author SHA1 Message Date
Plínio Larrubia 956fcedb10
(#63) Added Mouse natural scroll option to GUI
- Refactored Write-TitleCounter function
- Updated README about MS Edge and Mouse Natural
2 weeks ago
Plínio Larrubia 6ebd7704e6
Update Script logo in ASCII at start 2 weeks ago
Plínio Larrubia 6af58aa0cf
Updated title-templates with a new visual to the terminal output
- Resized open-file lib console output
- Updated GUI first tab height to fit all buttons
- Added 1 more verification when creating a new scheduled job at start
- Removed empty section on personal tweaks
2 weeks ago
Plínio Larrubia 5a45deab18
Effectively remove microsoft edge (Except user data)
- Folders from Program Files (x86) related to Edge will also be wiped
- This is NOT included on apply tweaks, it's isolated on GUI
- The reason this was done is because v105 instantly crashed after opened

Reminder for those who don't want this to happen:
- DON'T open Edge right after boot, wait til' 1 min or other stuff started completely
- *The daily upgrade scripts may affect MS Edge from reinstalling
2 weeks ago
Plínio Larrubia f755a6e60b
Added Remove Microsoft Edge button/script
- Change the remaining "to default" tweaks symbol to [*]
- Tried to change speed animation to 100ms on Windows 11
- Removed one useless service
- Fixed Enable/Disable telemetry to change any moment you want from mandatory to optional telemetry
2 weeks ago
Plínio Larrubia 44183d4eec
Update Show Debloat Info % values
- Changes RAM from MB to GB (Like task manager)
- Get even more accurate RAM values
2 weeks ago
Plínio Larrubia 0ec8da7b54
Show used RAM and used Storage instead of FREE %
- These metrics should help better than free RAM / free Storage (for my graduation)
2 weeks ago
Plínio Larrubia 9023ee4614
Bring some privacy tweaks from personal tweaks
- Makes more sense being on opt-privacy
- Fixed some mismatched tweaks
- Tweaks applying default configs will not be reverted

Some advice on README.md
2 weeks ago
Plínio Larrubia f675c0b1ab
Remove SysMain 2nd tweak
- It didn't work as it was disabled on Services (or re-enabled)

Create registry key to Windows Search if unavailable
- This may help when using a non-admin user
2 weeks ago
Plínio Larrubia f0ce38015f
(#54) Use new method to install DesktopAppInstaller (Winget)
- Install winget package with the Add-AppxProvisionedPackage command
- Fixes some console errors on backup-system.ps1
- Fixes disable News and Interest not finding the path
- Add tmp/*.xml file to .gitignore
2 weeks ago
Plínio Larrubia 2102edfb30
Added script/button to use a new system color (randomized)
- This changes the colors from:
  - Taskbar
  - Start Button
  - Settings/UWP apps
  - Window Title
  - Windows Borders (When unmaximized)
- Re-enables some colors settings from personalization
2 weeks ago
Plínio Larrubia 177e6d5a15
Update GUI gif 2 weeks ago
Plínio Larrubia ca0eae9ea5
Update shutup10 cfg file
- Rename variable from individual tweaks to better understanding
2 weeks ago
Plínio Larrubia 281489e6e5
Split grouped tweaks for better understanding
- Involves Windows Spotlight, Tailored Experiences and Third Party Suggestions
- Polish what remained strange
2 weeks ago
Plínio Larrubia b3b48ffbf5
(#56/#57) Updates on personal-tweaks (UI)
- Disable news and interest behaviour on ALL users
- Disable Windows search highlights when the search box is full (no more distractions)
2 weeks ago
Plínio Larrubia 0f23498f9a
Added 3 new apps to install
- RoundedTB
- TranslucentTB
- Geekbench 5

Moved Cortana app name to be in numeric order
- Removed Paint 3D description :v
2 weeks ago
Plínio Larrubia c619ce9167
(#55) Kill cortana while applying tweaks
- Added option to control Online Speech Recognition (Press Win + H)
  - Updated how some registries were disabled (By removing or setting another value)
2 weeks ago
Plínio Larrubia c87fae80f4
Update Script Image on README 2 weeks ago
Plínio Larrubia 24ff967a77
Update README 2 weeks ago
Plínio Larrubia ad79dc9f65
Re-add poweshell icon (this was used on Download section) 2 weeks ago
Plínio Larrubia 8fe25a967b
Add Image to the project :D (Made on GIMP) 2 weeks ago
Plínio Larrubia b14a093bac
(#54) Fix errors when trying to install winget
- Applies to:
  - Microsoft.VCLibs.14.00.Desktop.appx and
  - Microsoft.DesktopAppInstaller.msixbundle
- When using `OpenTerminalHere.cmd`, see if winget is already installed
  - In case yes, Windows Terminal will be used (if available)
  - In caso no, PowerShell will be used to help on the first time
2 weeks ago
Plínio Larrubia 8fde20d1f8
Remove last remainings of Xbox from remove-bloatware-apps
- The Xbox apps are removed by another script, so this won't affect anymore, only the old base APP
- Add last details on README
2 weeks ago
Plínio Larrubia fadf47b172
Fix some full line links on README
- Should help when viewing the ` GUI Script Features` section
2 weeks ago
Plínio Larrubia d32b08154d
Revamp the documentation
- Refactor a lot of descriptions
- Most sections received an update, explore!
- Update Contributing section and file
2 weeks ago
Plínio Larrubia 84d9a89f88
Added MSI Afterburner install on Utilities
- Software that helps to get in-game metrics about your hardware
2 weeks ago
Plínio Larrubia e2d544da8d
Fixed Winget install properly
- If not able to install automatically, the app installer will open
  - And wait until closes (this part was hard to fix, but, Chris Titus Tech already solved it on his scripts, props to him)
2 weeks ago
Plínio Larrubia 192bceaa41
Refactor WSLg/Preview install with Optional feature lib
- Also fixed the 2 Dialogs after finishing the install
2 weeks ago
Plínio Larrubia 77685da252
Fix number of monitors found (#42/#43/#51)
- I used my laptop connected to a HDMI TV to solve this issue (The GUI was HUUUUGE)
- On multi-monitor system, to get the GUI normal, the system layout scale should be 100%, not more than this
2 weeks ago
Plínio Larrubia 5fd400b3f5
Get correct path when selecting a location
- Return as a String (not an Object[])
2 weeks ago
Plínio Larrubia c7a409ba84
`git`: Remove "Date executed" from bug report
- Kind of useless info, because Git always show the date, sorry
2 weeks ago
Plínio Larrubia aaaf1d18ad
Add a option to enable Classic WMP Feature (#48)
- Also renamed "System Apps" section on GUI to "Install System Apps"
  - Then just put the App name instead of "Install ..."
2 weeks ago
Plínio Larrubia 806584ccd0
Fix warnings from PSScriptAnalyzer 2 weeks ago
Plínio Larrubia 5cfe9789be
Update README docs to the last state
- Remove from troubleshooting known issues the #7
- Update the Credits section to mention @akitaonrails
2 weeks ago
Plínio Larrubia 5f1d607c81
Update GUI .gif 2 weeks ago
Plínio Larrubia 28b7608dd5
Make more manual tweaks to GUI (#48)
- Moved Apps installation scripts to src\utils\install-individual-system-apps.psm1
- Renamed function to Disable/Enable Background apps (Fix CI Warning)
- Made function to Control "Search for App in Store for Unknown Extensions"
- Removed Xbox Apps from remove-bloatware-apps.ps1
  - Who want to Remove Xbox will need to click on that GUI button
- Added 3 tweaks to individual-tweaks
- Added 8 installs on install-individual-system-apps
- Fix the Coding style JSON for vscode
2 weeks ago
Plínio Larrubia 2b778e4586
Refactor code and be able to re-install WMP (#48)
- Update GIF
- Rename get-hevc-support file and function
- Added new button to install Windows Media Player (UWP)
- Used DRY principle on Remove-Xbox (This also happened before, but i didn't remembered)
- Update Disable/Enable-XboxGameBarDVR( )
- Reworked the first GUI Tab (Looks cleaner)
2 weeks ago
Plínio Larrubia 6372c4ba9e
Move most src/utils scripts to individual-tweaks.psm1
- Updated references to non pt-br (hehe)
- Future toogleable tweaks should go inside individual-tweaks
- Merging all to one file should save time
- Use more suggestive function names
2 weeks ago
Plínio Larrubia d1e9d1560e
Use ' * ' to identify default values on tweaks
- Rename 'utils' functions (this'll be the base to unify most tweaks in a file)
2 weeks ago
Plínio Larrubia a978cec1e6
`feat/refactor`: use optimize-performance code snippet as a new module
- Fixed duplicated Ultimate Performance power plans at the end
- Renamed remove-onedrive main function
2 weeks ago
Plínio Larrubia 5410c2b619
`architecture`: moved scripts from utils to a new folder on scripts
- Updated some GUI elements positioning
2 weeks ago
Plínio Larrubia 679fad9d8b
refactor: update manage-software and open-file libs
- Changed error messages, and message after software install/uninstall
- open-file can now get a more dynamic path w/ or w/out '\' or '/' included
2 weeks ago
Plínio Larrubia b138996839
`fix`: pick better screen resolution method (#43)
- Find the screen resolution only after checking if user has one or more monitors
- This does fix indeed the multi-monitor problems

- Added a comment on encrypted DNS tweak
2 weeks ago
Plínio Larrubia d4acce07d4
`Feat`: separate OneDrive and DNS tweaks to GUI (#45)
- DNS server will not change by default on Apply Tweaks
- OneDrive will not be removed by default while Applying tweaks
- Put has a comment on CLI version
- Centralized the first tab panels
- Updated Docs about ONEDRIVE removal
- Updated Description on DOCS (it was a little empty)
2 weeks ago
dependabot[bot] 16c0091fae
build(deps): bump actions/checkout from 2 to 3
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v2...v3)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2 weeks ago
Plínio Larrubia 8541edc32b
`CI`: Add dependabot to github-actions 2 weeks ago
Plínio Larrubia 86f757b9f4
`CI`: update upload-sarif action to newer version
- More details on: https://github.blog/changelog/2022-04-27-code-scanning-deprecation-of-codeql-action-v1/
2 weeks ago
Plínio Larrubia 43bebdd5ae
`docs`: minor update on documentations
- Contributing has a direct reference to the guide
- Readme has a Contributing section linking to the CONTRIBUTING file
- Bug Report has the location to the new log folder
- On OS selector, put just Windows 10/Windows 11 (without architecture)
2 weeks ago
Plínio Larrubia 87fb888fc1
`fix`: add multi-monitor support to the script
- The screen with less size will be chosen (Windows Forms limitation)
- This should help in Ultrawide monitors too and bigger resolutions

Co-authored-by: Matt Ray <mattray0295@gmail.com>
2 weeks ago
Plínio Larrubia c3bb26a41d
`docs`: Fix small error on README title
- Added "Upgrade All Packages" on GUI Script Features section
2 weeks ago