如何login没有系统configuration文件?

我在启动服务器上收到0x80070002文件丢失错误。 服务器正在运行Windows Server 2008 R2。

经过研究,我到了这个页面http://blogs.technet.com/b/filecab/archive/2008/03/12/common-causes-and-solutions-to-backup-system-restore-and-complete-pc -backup-problems-updated.aspx并且说在HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\ProfileList缺lessconfiguration文件

我检查了registry,并且只有3个configuration文件(系统configuration文件,本地服务,networking服务)。 我在另一台计算机上检查了相同的registry位置,那里有5个configuration文件(上面提到的3个,1个用户和1个用户备份)。

它看起来像没有用户configuration文件。

我如何创build一个新的configuration文件?

PS我只有访问命令提示符,GUI不工作。