Computer Automatically Logs off as soon as it shows Desktop !!!

Due to the various kinds of Virus Attacks the userinit.exe files gets corrupted or various Antivirus deletes/quarantine the file. And as the result of the same the computer logs off automatically as soon as you start the computer. This is the problem faced now a days by most of the user. So what you need to do is you need to copy the file “userinit.exe” file from some other sources to the “C:/windows/system32” folder. More often the back up of the same file lies in “C:/windows/system32/drivercache” folder. So you can boot up the system using some “Windows Live” or “Third party Boot CD” kind of utilities and copy the file from the DRIVERCACHE folder to SYSTEM32 Folder.

That might be the case that you may not find the file within the infected system then in that case you can copy the file from another working system to the destination folder that is “C:/windows/system32”. This is the solution that worked for me. So I hope it may also work for you. If did not work then you can always put up your comment to the blog so that I can even improve my blog providing other solution to the kind of typical problem.

Task Manager is Disabled or not working !!!

To open the Task Manager, you normally would do one of the following:

# Press CTRL-ALT-DEL on the keyboard
# Press CTRL-SHIFT-ESC on the keyboard
# Right-click on a blank area on the start bar and choose Task Manager
# Click on Start, Run and type TASKMGR in the run box and press Enter

Sometimes instead of Task Manager opening you’ll see the following screen. In these cases, you’ll have to follow the methods below to re-enable access to the Task Manager.

Here we are providing all the possible methods that we know for the same. Please find the details below :

First we’ll begin with the various registry modification methods for correcting this problem.

Method 1 – Using the Group Policy Editor in Windows XP Professional

1. Click Start, Run, type gpedit.msc and click OK.
2. Under User Configuration, Click on the plus (+) next to Administrative Templates
3. Click on the plus (+) next tSystem, then click on Ctrl+Alt+Delete Options
4. Find Remove Task Manager in the right-hand pane and double click on it
5. Choose the option “Not Configured” and click Ok.
6. Close the Group Policy Window

Method 2: Change the Task Manager Option through the Run line

1. Click on Start, Run and type the following command exactly and press Enter
2. REG add HKCUSoftwareMicrosoftWindowsCurrentVersionPoliciesSystem /v DisableTaskMgr /t REG_DWORD /d 0 /f

Method 3: Change Task Manager through a Registry REG file

1.Click on Start, Run, and type Notepad and press Enter
2. Copy and paste the information between the dotted lines into Notepad and save it to your desktop as taskmanager.reg
————————————
Windows Registry Editor Version 5.00

[HKEY_CURRENT_USERSoftwareMicrosoftWindowsCurrentVersionPoliciesSystem]
“DisableTaskMgr”=dword:00000000
————————————-

3. Double click on the taskmanager.reg file to enter the information into the Windows registry

Method 4: Delete the restriction in the registry manually

1. Click on Start, Run, and type REGEDIT and press Enter
2. Navigate to the following branch

HKEY_CURRENT_USER Software Microsoft Windows CurrentVersion Policies System

3. In the right pane, find and delete the value named DisableTaskMgr

So as of our knowledge any of the above method will help you out to solve the entire issue of Task Manager Disabled.

Keep in Touch !!!!

In case of any other query you can mail us on itsolutionbrd@blogspot.com

Thanks

Problem Accessing Local Area Network (LAN)

It’s a well known fact that now a days the virus infection has been increased by a large volume which has created a big problem for the IT service providers. Most of the viruses have started creating their own executable files with random file names in system folder or temp folder. And as the result of the same they can control various kinds of the services and they even changes the registry values.

For example we can take the case of the win32.kido@worm virus which straight away create problem regarding the networking. And the users will not be able to access the network. I had also been facing the same problem a week or ten days back. I was so frustrated at that time. I tried out a number of solution.

Finally I have got some commands which will restart the network related services. I tried out the commands and found the fruitful result. I wish these command may also work for you people. You can execute the commands using the following steps.

Restarting Network Services :

Step 1 : Go To Start —> Run.

Step 2 : Type in “cmd” in the appeared text box. On doing so you will be able to find the black screen of Dos Prompt with the moving cursor.

Step 3 : Go to the root drive letter (You can even use “cd..” to step down the directory stepwise or you can even use “cd” command to directly navigate to the root drive letter.

Step 4 : On the screen you will be looking at

c:>_

Step 5 : Now Type down the following commands in turn as shown below :

c:>netsh int ip reset reset.txt

c:>netsh winsock reset. (After performing this command will ask you to

restart the services. But it is not required at

this stage.)

c:>netsh firewall reset.

Step 6 : After giving the above three commands in steps you can close the dos prompt and then restart your pc.

In order to simplify the above steps our experts have done a great job. They have designed a small batch file which will carry all above steps automatically if you run and download the following file. You just need to download the file to desktop. Unzip the content and run it.

netwrok.zip

After running the above batch file or after taking the above six steps manually the job is almost done. But there is one more possibility that after doing so you might not be able to ping the other machines on the network in that case you need to “Turn of the Windows Firewall”. In order to do so please follow the given steps below.

Turn of Windows Firewall :

Step 1 : Go To : Start –> Run.

Step 2 : Type in “firewall.cpl” in the text box and press OK. On doing so you will be able to see the windows firewall settings. You just need to select on “Off (Not recommended”). And you have successfully turn off the windows firewall.

Now hopefully you should get out of the network related problem as it worked for me.

I hope this article might have worked for you. Please leave your comment in any case if it worked for you or it didn’t work for you. It will help me better providing other viable solutions.