如果我通过使用SysInternals的PSExec工具在Windows中使用SYSTEM帐户打开注册表:
psexec -i -s regedit
我更改一个条目,例如,在这里:
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run
...我想相应的NTUSER.DAT文件将被修改。
该NTUSER.DAT文件的路径是什么?
我认为这是c:\ windows \ system32 \ config \ systemprofile。
—
LawrenceC
什么版本的Windows?
—
我说恢复莫妮卡
好吧,@ ultrasawblade,实际上那里有一个
—
Sopalajo de Arrierez 2014年
ntuser.dat文件。我正在尝试从linux的工具浏览它,chntpw以检查它是什么,但关键是\Software\Microsoft` only contains a tree named CTF . There is nothing about the rest of the HKEY_CURRENT_USER`树。
@Twisty,我正在Windows XP SP3和Windows 7上测试此问题。我认为大多数Windows版本的行为方式相同。
—
Sopalajo de Arrierez 2014年
不对。我相信Windows 7将LocalSystem和NetworkService注册表配置单元分别存储在“ C:\ Windows \ ServiceProfiles \ LocalService \ ntuser.dat”和“ C:\ Windows \ ServiceProfiles \ NetworkService \ ntuser.dat”中。这些文件夹在XP上不存在。
—
我说恢复莫妮卡