Thursday, December 17, 2015

the user profile service service failed the logon. user profile cannot be loaded

the user profile service service failed the logon. user profile cannot be loaded

I face this problem when i create new user in domoin. If you face same issue. just restart your computer and press f8 and start system in safe mode.
Enter user name and password. of same user your facing problem.
after login restart your computer you will get access to the user.

Friday, December 11, 2015

IMG001.EXE HOW TO REMOVE?

Best way to remove IMG001 permanently use STINGER offline antivirus to remove virus completely or use below batch file.


Recently i have met with virus IMG001.exe, it spread to all my computer. in my share folder and from there to all my network. to remove this virus. i create this command to terminate this virus.

1. Use command and create batch file.
2. Remove unknown entry from ms config
3. Remove virus from start-up.
4. Create Task Scheduler to run batch file every 15m.


@echo off

ERASE /f /s C:\IMG001.exe

ERASE /f /s C:\IMG002.exe

ERASE /f /s C:\Windows\pss\IMG001.exe.CommonStartup

ERASE /f /s C:\Windows\pss\IMG002.exe.CommonStartup

ERASE /f /s C:\Windows\pss\IMG001.exe.Startup

ERASE /f /s C:\Windows\pss\IMG002.exe.Startup

ERASE /f /s C:\Windows\pss\Run.Ink.Startup

ERASE /f /s D:\IMG001.exe

ERASE /f /s D:\IMG002.exe

ERASE /f /s E:\IMG001.exe

ERASE /f /s E:\IMG002.exe

ERASE /f /s F:\IMG001.exe

ERASE /f /s F:\IMG002.exe

ERASE /f /s G:\IMG001.exe

ERASE /f /s G:\IMG002.exe

ERASE /f /s H:\IMG001.exe

ERASE /f /s H:\IMG002.exe