BRONZE PARTNER:
BRONZE PARTNER:
Industry News:

| |
 |
 |
 |
| Getting Information About the Windows Desktop Settings |
 |
|
|
By: Rod Trent
Posted On: 1/5/2009
User this PowerShell script to retrieve the Windows Desktop settings.
Copy and paste from between the lines.
====================
$computer = "LocalHost" $namespace = "root\CIMV2" Get-WmiObject -class Win32_Desktop -computername $computer -namespace $namespace
====================
Information retrieved:
BorderWidth Caption CoolSwitch CursorBlinkRate Description DragFullWindows GridGranularity IconSpacing IconTitleFaceName IconTitleSize IconTitleWrap Name Pattern ScreenSaverActive ScreenSaverExecutable ScreenSaverSecure ScreenSaverTimeout SettingID Wallpaper WallpaperStretched WallpaperTiled
|
 |
 |
 |
|
|