Error: An attempt was made to reference a token that does not exist.

操作系统:windows server 2008

不知道什么文件被修改,在打开service manager的时候,弹出错误:An attempt was made to reference a token that does not exist,如下:

Error: An attempt was made to reference a token that does not exist._第1张图片


在网上搜了很多方法,其中一个刚好解决问题,特记录在此。

解决方案:

According to my research, this error may be caused by corrupt files. Please open a Command Prompt and navigate to %WINDIR%\System32 and re-register the required DLL files using the following command:


for /f %s in ('dir /b *.dll') do regsvr32 /s %s

你可能感兴趣的:(操作系统)