mirror of
https://github.com/ChrisTitusTech/winutil.git
synced 2024-12-29 01:11:30 -06:00
Compare commits
No commits in common. "c3b12e89f8257bb56dadb0b6c65d49db3c587b0e" and "54a575274dc289bfdb642c8ac082e0173d8cfa2f" have entirely different histories.
c3b12e89f8
...
54a575274d
5
.gitignore
vendored
5
.gitignore
vendored
@ -15,11 +15,6 @@ winutil.pdb
|
||||
# Folder config file
|
||||
[Dd]esktop.ini
|
||||
|
||||
# Ignore Generated XAML Files
|
||||
xaml/inputApp.xaml
|
||||
xaml/inputFeatures.xaml
|
||||
xaml/inputTweaks.xaml
|
||||
|
||||
# Executables and Configs
|
||||
winget.msixbundle
|
||||
pester.ps1
|
||||
|
@ -1,5 +1,5 @@
|
||||
function Invoke-GPUCheck {
|
||||
$gpuInfo = Get-CimInstance Win32_VideoController
|
||||
$gpuInfo = Get-WmiObject Win32_VideoController
|
||||
|
||||
foreach ($gpu in $gpuInfo) {
|
||||
$gpuName = $gpu.Name
|
||||
|
@ -1673,7 +1673,7 @@ function Invoke-WinUtilFeatureInstall {
|
||||
}
|
||||
}
|
||||
function Invoke-GPUCheck {
|
||||
$gpuInfo = Get-CimInstance Win32_VideoController
|
||||
$gpuInfo = Get-WmiObject Win32_VideoController
|
||||
|
||||
foreach ($gpu in $gpuInfo) {
|
||||
$gpuName = $gpu.Name
|
||||
|
Loading…
Reference in New Issue
Block a user