Carter

Results 31 issues of Carter

### What's the Problem? 1. It would be nice if there was a dropdown or a slider to select the compression strength the program uses. It currently uses 5 and...

Uses Get-CimInstance fix #76 without creating a massive speed decrease Closes #76 : ~- Gets the current resolution scale by getting DisplayTransferCharacteristic from WmiMonitorBasicDisplayParams~ ~- Divides by 96 to get...

This will be where I keep track of the improvements to Winfetch I make in various pull requests How I achieve my speed improvements: - Assume anything CIM and WMI...

- Optimized GPU fetching - Instead of using Get-CimInstance to get GPU information, which can be very slow, gets the registry entries at 'HKLM:\SOFTWARE\Microsoft\DirectX\', which contains a list of video...

- Uses runspaces to speed up execution by making winfetch multithreaded TODO: - [x] Implement runspaces for the rest of the info functions - [x] Maybe: Add config option to...

**Is your feature request related to a problem? Please describe.** It would be very useful if the script had the ability to run unattended and silent. This would be useful...

**Context** This is where I will be keeping track of the transfer of my pull requests from ChrisTitusTech/win10script to here along with other features I'm working on. Feel free to...

win10debloat.ps1: - Closes #283, When running winget for the first time, many programs would require manual interaction to accept terms and conditions and the license agreement. This fixes that by...

Both of these were recommended in #335 - Adds check to see if the currently logged in account is the built-in admin account - if not, disables the built-in admin...

- Created KnownIssues.md - Contains a compilation of issues and their fixes - Hopefully will reduce the number of duplicate issues posted in the issues tab