Loading |
VBScript |
JavaScript |
Powershell |
Search Options: List AutoChk Settings on a ComputerContent of List AutoChk Settings on a Computer.ps1MD5 Hash: 33AD73567966D52B514955D3D169DDE4 |
||
$strComputer = "."
$colItems = get-wmiobject -class "Win32_AutochkSetting" -namespace "root\CIMV2" ` -computername $strComputer foreach ($objItem in $colItems) { write-host "Caption: " $objItem.Caption write-host "Description: " $objItem.Description write-host "Setting ID: " $objItem.SettingID write-host "User Input Delay: " $objItem.UserInputDelay write-host } | ||
© 2008 - 2013 Boris Toll :: Scripts available: 6.481 :: :: scriptbox.toll.at :: :: powered by www.toll.at :: |