Confused about my user accounts, please help


free up space in my PC?


its taking up too much space?









Open administrative command prompt and copy and paste:

dism /online /Add-Capability /CapabilityName:WMIC~~~~

wmic useraccount get name, sid

whoami /user

reg query "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\ProfileList"

Post a share link.
 

My Computer My Computer

At a glance

Windows 10Intel(R) Core(TM) i7-4800MQ CPU @ 2.70GHz16 GB Total: Manufacturer : Samsung MemoryTyp...NVIDIA Quadro K3100M; Intel(R) HD Graphics 4600
OS
Windows 10
Computer type
Laptop
Manufacturer/Model
HP
CPU
Intel(R) Core(TM) i7-4800MQ CPU @ 2.70GHz
Motherboard
Product : 190A Version : KBC Version 94.56
Memory
16 GB Total: Manufacturer : Samsung MemoryType : DDR3 FormFactor : SODIMM Capacity : 8GB Speed : 1600
Graphics Card(s)
NVIDIA Quadro K3100M; Intel(R) HD Graphics 4600
Sound Card
IDT High Definition Audio CODEC; PNP Device ID HDAUDIO\FUNC_01&VEN_111D&DEV_76E0
Hard Drives
Model Hitachi HTS727575A9E364
Antivirus
Microsoft Defender
Other Info
Mobile Workstation
@zbook

Some equivalent PowerShell commands, for when wmic goes away, or if people just don't want to install it. None of these require admin rights.

Powershell:
gcim 'Win32_UserAccount' | ft -Auto -Prop @('Name', 'SID')

[Security.Principal.WindowsIdentity]::GetCurrent() | select ('Name', 'User')

gcim 'Win32_UserProfile' | select 'SID'
 

My Computer My Computer

At a glance

I'm off Windows at home.
OS
I'm off Windows at home.
Back
Top Bottom