Add a user account.
net user (username) (password) /add
Delete a user account
net user (username) /delete
Delete Folder
rmdir (foldername) /s
Disable auto disk check at the start up
chkntfs /x c:
Disable auto disk check at the start up
chkntfs /x c:
Convert ESD to WIM
C:\>
dism /Get-WimInfo /WimFile:install.esd
dism /export-image /SourceImageFile:install.esd /SourceIndex:1 /DestinationImageFile:install.wim /Compress:max /CheckIntegrity
dism /Get-WimInfo /WimFile:install.esd
dism /export-image /SourceImageFile:install.esd /SourceIndex:1 /DestinationImageFile:install.wim /Compress:max /CheckIntegrity
No comments:
Post a Comment