Earlier this year I posted on how to track down registry tweaks with some incomplete information. After reworking the underlying function, I came up with this:
functionGet-ControlPanelView
{
[CmdletBinding()]
param()
Write-Verbose"$(Get-TimeStamp): Getting Control Panel View icon status.";
Write-Verbose"$(Get-TimeStamp): Control Panel View set to `"Small Icons`"."
returnSmall Icons;
}
}
When I run this, it is a simple command which can use -Verbose to get more details.
About lamsim
Author Description here.. Nulla sagittis convallis. Curabitur consequat. Quisque metus enim, venenatis fermentum, mollis in, porta et, nibh. Duis vulputate elit in elit. Mauris dictum libero id justo.