Author
Message
Forum: Bug Reports Topic: User photo not loaded
skonvols2k
Posted: Thu Sep 21, 2017 11:50 am
Replies: 5 Views: 33307
Classic Shell simply asks Windows what bitmap to use. You need to figure out what is the difference between manually setting the picture and running your script. Possibly you can run Process Monitor and see what is written where. Hi, i certainly do that, can you help me explaining how Classic Shell...
Forum: Bug Reports Topic: User photo not loaded
skonvols2k
Posted: Thu Sep 21, 2017 6:16 am
Replies: 5 Views: 33307
Try using Classic Start Menu's own "User picture" setting? It's on the General Behavior tab and its reg value is: HKCU\Software\IvoSoft\ClassicStartMenu\Settings. String value: UserPicturePath. A single high-res pic should work. The strange think is that if you manually change user pictur...
Forum: Bug Reports Topic: User photo not loaded
skonvols2k
Posted: Wed Sep 20, 2017 1:01 pm
Replies: 5 Views: 33307
Hi, as many users do i have my company's users photos loaded in active directory, Windows 10 users' photos are loaded by the powershell logon below: [CmdletBinding(SupportsShouldProcess=$true)]Param() function Test-Null($InputObject) { return !([bool]$InputObject) } Function ResizeImage() { param([S...
Sort by: Author Post time Forum Topic title Post subject Ascending Descending