Wednesday, September 4, 2013

MSSE virus symlinkd duplicates

damn, some other virus... first time ever they've deleted wuservice, but first I want to fix "Microsoft Security Client" directory and it's symlink symlinkd crap.

symlink s are easy... rd /q /s.
but symlinkd are more difficult:

fsutil reparsepoint delete en-us
fsutil reparsepoint delete Drivers
fsutil reparsepoint delete Backup
rmdir /q/s en-us
rmdir /q/s Drivers
rmdir /q/s Backup
cd ..
rd "Microsoft Security Client"



No comments:

Post a Comment