Fix Profile Issues on Windows 11 Laptops

Nick K 0 Reputation points
2023-12-05T18:55:09.63+00:00

We have 7 or 8 Windows 11 Laptops that all seem to load every Profile on the system at startup but yet we have 40 or so PC with Windows 11 that don't load all the profiles, just the active user. This makes it almost impossible to delete a profile without going thru the Registry process. What about the Laptops would be different than a PC., there is no group policy applied that is different for the Laptops than the PC's , we were using this powershell cmd to determine if a Profile was loaded. Just wanting to see if there is some setting that is on Laptops that may be causing this issue, does not occur on Windows 10 Laptops

Get-WmiObject -Class Win32_UserProfile -Computer $ComputerName | Where-Object {$_.Special -ne 'Special'} | Select-Object LocalPath, Loaded

Windows for business | Windows Client for IT Pros | User experience | Other
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Dirk Reijmer 0 Reputation points
    2023-12-23T10:24:45.7233333+00:00

    Active your administrator profile and delete every profile using the command NETPLWIZ in the Run window. Once done click on advanced and do the same in advanced user management. Last resort is always a clean installation.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.