Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Issue
Sometimes you try to open "Microsoft Management Console (MMC)" and you receive the error
"An attempt was made to reference a token that does not exist".
Root cause
This error may be caused by corrupt files
Solution:
Open a Command Prompt (CMD) in ELEVATED MODE (run as administrator) 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