1333 Commits (f48ab76f284885212a26e642ef406d467278c29c)
 

Author SHA1 Message Date
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
Plínio Larrubia 57c3097fdf
`assets`: update GIF 2 weeks ago
Plínio Larrubia af7ba6753b
`Structure`: prepare to rename repo to 'Win Debloat Tools' 2 weeks ago
Plínio Larrubia 6c3709f364
`refactor`: catch errors when installing/uninstalling softwares
- Open MS Store when failed to install a package
`refactor`: ignore dependencies when installing first chocolatey packages
`fix`: Output after updating WSL
`feat`: Added button to upgrade all packages
- Winget, Chocolatey and WSL
- WSL will only update itself, not the distros installed
`feat`: Added Ryujinx to install on Emulation
2 weeks ago
Plínio Larrubia d972670a94
`fix`: Use the new package name to install LibreOffice (#38)
- The mirror they chose sucks, but at least works
- Thanks @Lis0v
2 weeks ago
Plínio Larrubia 21ff2eb302
`refactor`: On params use Struct instead of ArrayList
- Better arrangement
2 weeks ago
Plínio Larrubia 6280a595d5
`asset`: update GIF 2 weeks ago
Plínio Larrubia d230b543ec
`feat`: Add HEVC support install via GUI
- Refactored message that appears on install-wlsg-or-preview to Software install
- Updated Docs about new function
- Unfortunately, the winget couldn't install automatically, it requires user intervention on MS Store
2 weeks ago
Plínio Larrubia 80db9326c6
`Feat/Fix`: Add new software installation (#36)
- Install RTX Voice and Internet Download Manager through GUI
- Rename "Enable Search Indexing" tweak
- Update README on Disable WSearch feature
2 weeks ago
Plínio Larrubia d387471800
`refactor`: Write-Status rename paremeter to receive an array
- Accepts -Types instead of -Symbol and -Type
- Customize System Features tweaks's show * instead of Default
2 weeks ago
Plínio Larrubia 216f6781c0
`fix`: removed unused code
- Wipe $WinVer var (PSScriptAnalyzer)
2 weeks ago
Plínio Larrubia 6e05c3bacd
`fix`: added Chris titus fix on Task Manager details (#33) 2 weeks ago
Plínio Larrubia e50d3beab8
`refactor`: Purge set-script-policy lib
- Only set execution policy when creating the Winget scheduled job
- There's no reason to block script usage, at least from my side
- Update FUNDING.yml because i got GitHub Sponsors working 🥳
2 weeks ago
Plínio Larrubia a1d79cf823
`Feat`: disable auto reboot after updating Windows (#30)
- Closes #30
2 weeks ago
Plínio Larrubia eee1c3bc6d
`Refactor`: Use more clean functions to show the GUI elements
- Reposition labels on Software Install
- Remove the need to use NextYLocation
- On UI helper lib get the ElementBefore object, then the properties to take a relative position
* Added MarginTop parameter to functions
- Increased a little the Labels and Checkbox sizes (helps on lower resolutions)
- Less 345 lines on Win10ScriptGUI!
2 weeks ago
Plínio Larrubia 483e65156d
`docs`: Update GUI Script Features section 2 weeks ago
Plínio Larrubia 7375a40e43
`GUI`: Align the items like the Software Install page
- Attempts to get a cleaner look
- Increased default label size on `ui-helper` lib
- Added new labels to `System Tweaks` page
- Resized Title Labels Height and Panels

- Organized code per Tabs
2 weeks ago
Plínio Larrubia 67a81d6840
`UI/refactor`: organize panels into new tabs
- This hides the overflow of stuff before into each tab
- Put Enable/Disable Photo Viewer on Customize Tweaks
- Add 'BSnes HD' and 'Voicemod' downloads
- Reposition all softwares on Software Install section (new tab)

`misc`: fix output
- Use Write-Status over Write-Host on opt-privacy
- Fix blank space on opt-security output
2 weeks ago
Plínio Larrubia 00512d4fe2
`misc`: Apply OTBS indentation style to all PS files
- https://en.wikipedia.org/wiki/Indentation_style#Variant:_1TBS_(OTBS)

- The code formatter was doing a custom identation all this time, thanks to VS Code default settings
- No more agony while coding curly braces and brackets 🥳
2 weeks ago
Plínio Larrubia 4bedf82943
`misc`: fix html identation 2 weeks ago
Plínio Larrubia 36a5813773
`docs`: add CONTRIBUTING.md
- Move off-topic content from README to CONTRIBUTING
- Moved some credits to *Used code references* and *License*
2 weeks ago
Plínio Larrubia e23001f228
`feat/refactor`: enable all default firewall profiles
- Remove useless configurations
- Organized the code structure

`unused`: remove useless comment (cringe)
2 weeks ago
Plínio Larrubia 5aa2ec6425
`UI`: Fix Panel elements margin
- Labels, Buttons, CheckBoxes and Images will have the exact same Width and X position
- Rename Microsoft Visual C++ installations (MS VC++ -> MSVC++)
2 weeks ago
Plínio Larrubia fe8e9d38fa
`misc`: small fixes and refactors
- Add end line to each archive
- Improved outputted stuff to console while running scripts
2 weeks ago
Plínio Larrubia 05dda986d8
`refactor`: add lib to uninstall/install optional features
- Optimized code from optimize-windows-features
- There are to switches to the function: `-Disabled` or `-Enabled`
- Also disable Internet Explorer from Optional Features
2 weeks ago
Plínio Larrubia 4f17107bdb
`misc/refactor`: rename optimize-scheduled-tasks to optimize-task-scheduler 2 weeks ago
Plínio Larrubia 095e543ea1
`refactor`: add lib to disable/enable scheduled tasks
- This lib will set a existing scheduled task as Disabled or Ready
- Optimized code from optmize-scheduled-tasks.ps1
2 weeks ago
Plínio Larrubia 8bb5dde163
`refactor`: small optimizations in services related functions
- Change message when reverting
2 weeks ago
Plínio Larrubia 490137ca67
`misc/refactor`: small changes and fixes 2 weeks ago
Plínio Larrubia 9b778c228a
`refactor`: use a better approach to get Windows resolution (more compatible) 2 weeks ago
Plínio Larrubia 25ce9d0d8b
`refactor(lib)`: optimize code to change service startup type
- Now uses one function to set the startup type to a defined service

`refactor`: scripts involving services state modification
- "Put variables first, then do 'something'"

`misc(opt-services)`: Show all default values from services startup types on comment
2 weeks ago
Plínio Larrubia 2070de7156
`docs`: Show develop branch as a download option 2 weeks ago
Plínio Larrubia ab5d4476e0
`refactor`: GUI window will scale based on current resolution
- Resolutions less than 1024 x XXX will set Window width to 99%
- Added lib to get current resolution
  - As a parameter switch, if enabled will get resolution by Scaling (DPI%)
- Renamed 'Remove and Disable Xbox' on GUI and file to 'Remove Xbox', 'remove-xbox'
- Fixed PictureBox size after running debloat tweaks
`docs`: Update GUI Script Features section
2 weeks ago
Plínio Larrubia 8f7947bf2a
`feat`: added disable-photo-viewer.reg
- Should work with personal-tweaks when Undoing tweaks
- Update line spacing in enable-photo-viewer
2 weeks ago
Plínio Larrubia f70e563791
`refactor`:
- Create set-service-state lib
 - This lib is to improve setting Windows Service configurations
- Use new lib on optimize-services script to manage services better
- Use new lib on remove-and-disable-xbox script
- Services configurations are now uniform!
- Use Write-Status over Write-Host on remove-and-disable-xbox
2 weeks ago
Plínio Larrubia 530e2ba0ad
`refactor`:
- Rename libs install-software and remove-uwp-apps
- Break comment lines
2 weeks ago
Plínio Larrubia c08a79dc28
ci: update powershell-linter to apply on main and develop branches 2 weeks ago
Plínio Larrubia 078575a407
git: create develop branch
- helps with development and pull requests
2 weeks ago
Plínio Larrubia 73e57b5809
feat: add stream deck install 2 weeks ago
Plínio Larrubia 6baa7e60df
feat: Rename and update Streamlabs OBS install to rebranded version (#17) 2 weeks ago
Plínio Larrubia 5ab74d1be1
fix: PSUseOutputTypeCorrectly on get-hardware-info.psm1 2 weeks ago
Plínio Larrubia 7dadde765d
fix: Streaming services to alphabetic order 2 weeks ago
Plínio Larrubia d8f9c9b78c
feat(UI): added new sw install category (Streaming Services)
- Moved Spotify from 'Audio/Video Tools'
- Show current GPU from Window (May overflow depending on your hardware)
- Fixed weird Labels position 🤨
2 weeks ago
Plínio Larrubia be7f43c7c9
docs: updated script gui GIF 2 weeks ago