* Change the titles for each section from Bold Text to Header 3 in Bug Report Issue Template
* Change the Titles Header from Level 3 to Level 2 in 'Bug Report' Issue Template
* Adds all files for winutil docs
* Adds and changes content
* Adds more content
* Added even more content to the docs
* Create screen-install.png
* Adds KnownIssues File
* Delete createchangelog.yml
* Fixes spelling
* Downgrade 'actions/stale' GitHub Action to 'v8' from 'v9.0.0'
This will resolve the issue related to reserving the cache state found in 'v9.0.0' of this GitHub Action, which will make the Workflow process all Issues on every run.. which won't consume a lot of runtime resources by any means, as it's quite an optimized action.
* Increase the 'operations-per-run' from 100 to 150
This will ensure that the GitHub Action 'actions/stale' will not hit the limit of 200 items (an item either a PR or an Issue)
Provides more 'head-room' for the 'stale' Actions to process all available Issues,
as well as PRs.. because they're processed no matter what, and I can't force this action not to.. as far as I know.
* Remove All Trailing Whitespace Characters in '.ps1' Files
* Remove All Trailing Whitespace Characters in '.json' Files
* Remove All Trailing Whitespace Characters in '.yaml' Files
* Remove All Trailing Whitespace Characters in Different Files
* Remove Even More Trailing Whitespace Characters
* Remove un-necessary permissions in 'Close Old Issues' GitHub Workflow
* Update 'Close Old Issues' GitHub Workflow
* Re-add permissions in 'Close Old Issues' GitHub Workflow
Didn't know this was needed, reverting commit 8fe062421d
* Simple improvements to 'applications.json' File (#2043)
* Replace Spaces with Tabs in 'applications.json' File
* Correct 'AFFiNE' App Entry's Winget ID from 'AFFiNE.stable' to 'ToEverything.AFFiNE' in 'applications.json' File
* Compile Winutil
* Tweaks (#2051)
* Fix Numlock toggle (#2044)
* Fix Numlock at login
* Compile Winutil
---------
Co-authored-by: ChrisTitusTech <ChrisTitusTech@users.noreply.github.com>
* Compile Winutil
* fix typo (#2041)
* Compile Winutil
* Update README.md
* * Fixed .getignore issues, it's it not enough to just add to gitgnore if it was already tracked by git it will be continued to be tracked by git, so you have to 'git rm' it
* Fixed ooshutup, there is no need to download configs, they are
already compiled into winutil
+ Added a tweak to remove and disable Intel LMS, which have been
identifed as a potential backdoor into Windows.
* Update winget.ps1
* + Added new release actions, every time we merge into main it will
create a release by extracting the version fromwinutil.ps1 and setting
all appropriate tags and versions
* fix merge
* add compile back in
* Update action to latest tools
* Ensure Compile is finished
---------
Co-authored-by: Chris Titus <contact@christitus.com>
Co-authored-by: ChrisTitusTech <ChrisTitusTech@users.noreply.github.com>
Co-authored-by: nikolan <94351312+nikolan123@users.noreply.github.com>
Co-authored-by: KonTy <KonTy@github.com>
Co-authored-by: Chris Titus <dfm.titus@gmail.com>
* Compile Winutil
* Rework Compile (#2061)
* Compile Winutil
---------
Co-authored-by: Mr.k <mineshtine28546271@gmail.com>
Co-authored-by: ChrisTitusTech <ChrisTitusTech@users.noreply.github.com>
Co-authored-by: KonTy <9524513+KonTy@users.noreply.github.com>
Co-authored-by: nikolan <94351312+nikolan123@users.noreply.github.com>
Co-authored-by: KonTy <KonTy@github.com>
Co-authored-by: Martin Wiethan <47688561+Marterich@users.noreply.github.com>