From an elevated (Run as Administrator) cmd.exe session
If you
assoc .msc
it should return with
.msc=MSCFile
assoc .msc
it should return with
.msc=MSCFile
If not you can
assoc .msc=MSCFile
assoc .msc=MSCFile
then if you
ftype mscfile
it should return with
mscfile=%SystemRoot%\system32\mmc.exe "%1" %*
If not you can;
ftype mscfile=%SystemRoot%\system32\mmc.exe "%1" %*
or just try logging on as a new user.
0 comments:
Post a Comment