SIDCHGU / SIDCHGU64 — это утилита командной строки для копирования или перемещения профиля пользователя Windows, включая домашний каталог пользователя с подкаталогами, от одного пользователя к другому, для Windows 2025/2022/11/2019/2016/10/8.1/2012 R2/8/2012/7/2008 R2.
Help:
Bash
SIDCHGU64 [options]
/COPY: Copy user profile
/MOVE: Move user profile
/FROMUSER=: Username of profile to be copied/moved. user or domain\user (or DC\user) or .\user
/TOUSER=: Username where profile is to be copied/moved. user or domain\user (or DC\user) or .\user
/FROMPW or /FROMPW=: Optional: Login-password of FROM user. Needed to recover encrypted stored information
/NPP: No Run Once-post processing. Transparent post processing is needed to preserve encrypted files and other user settings.
/NOLOGINDISP: Don't set the username as Last login user shown in login screen.
/F: Omit confirmation.
/KEY=: License key
/SK: Store licence key in registry for later
/ADUSER= (optional with /ADUSERPW=): Username (with Password) of AD-access-User to retrieve necessary information of fromuser or touser
/ADUSERFROM= (optional with /ADUSERFROMPW=): Username (with Password) of AD-access-User to retrieve necessary information of fromuser
/ADUSERTO= (optional with /ADUSERTOPW=): Username (with Password) of AD-access-User to retrieve necessary information of touser
/RESETALLAPPS: Reset all Modern Apps. This avoids issues with Modern Apps or with Search bar after SID change.
/RESETAPPS=: List of Modern Apps to be reset (PackageFamilyName), separated by ;-character. *-character counts as wildcard. - (minus)-character at beginning excludes app from reset.
/RESETAPPSFILE=: File containing List of Modern Apps to be reset (PackageFamilyName), each on separate line. *-character counts as wildcard. - (minus)-character at beginning excludes app from reset.
/RDA: Reset default apps
Following options are advanced (not for normal use):
/ALLDIRS: Scan all directories for references to the user (with /MOVE only)
/FROMSID=: User SID of profile to be copied/moved. Raw mode: Be sure to enter correct value like S-1-5-21-...
/TOSID=: User SID where profile is to be copied/moved. Raw mode: Be sure to enter correct value like S-1-5-21-...
/TOOBJECTGUID=: Domain User objectGUID where profile is to be copied/moved. Raw mode: Be sure to enter correct valueBest usage examples:
Bash
SIDCHGU64 /COPY (or /MOVE) /FROMUSER=fromusername /TOUSER=newusername
SIDCHGU64 /COPY (or /MOVE) /FROMUSER=fromusername /TOUSER=newusername /FROMPW
SIDCHGU64 /COPY (or /MOVE) /FROMUSER=fromusername /TOUSER=newusername /ADUSER=domainuser /ADUSERPW=domainuserpw
SIDCHGU64 /COPY (or /MOVE) /FROMUSER=fromdomain\fromusername /TOUSER=todomain\tousername /FROMPW=fromuser-loginpw
SIDCHGU64 /COPY (or /MOVE) /FROMUSER=.\fromusername /TOUSER=todomain\tousername
SIDCHGU64 /COPY (or /MOVE) /FROMUSER=fromdomain\fromusername /TOUSER=todomain\tousername /ADUSERFROM=access-user in from-domain /ADUSERTO=access-user in to-domainИзменение профиля пользователя может привести к потере данных и повреждению учетной записи пользователя и системы. Не прерывайте процесс изменения профиля пользователя!
