Social Icons

Wednesday 1 August 2012

How to Add and Del User From Command Prompt and Give Administrator And Local Group Access Easy

You can create user accounts separate for each person that will be using your computer. This will allow each Windows user to have their own settings, documents folder, visual style, wallpaper and so on. So separate account for every computer user is much better idea and you can do this simple from command line. To create a new user in windows or to delete a user just follow the steps below.

This guide is tested in Windows XP, Vista and Windows 7.

To add a new user account

Step-1

Press Windows Key + R then type in “cmd” (without quotes) and hit enter, this will run command line

Step-2

In command line type this command net user UserName Password /add

Where:
UserName = Name of the user account
Password = Password of the user account

add-new-widnows-account-using-cmd

See the new user account has been added (Start Menu > Control Panel > Users)

add-new-widnows-account-using-cmd-2

To delete user account

Step-1

Press Windows Key + R then type in “cmd” (without quotes) and hit enter, this will run command line

Step-2

In command line type this command net user UserName /del

Where:
UserName = Name of the user account that you want to delete

remove-widnows-account-using-cmd-1

TIPS NO 2

In Windows computer we can add users to a group from command line. We can use net localgroup command for this.

net localgroup group_name UserLoginName /add

For example to add a user to administrators group, we can run the below command. In the below example I have taken username as John.

net localgroup administrators John /add

Few more examples:

To add a domain user to local users group:

net localgroup users domainname\username /add

This command should be run when the computer is connected to the network. Otherwise you will get the below error.

Tuesday 31 July 2012

How to Easy Fix "Network location cannot be Reached" error in Windows XP Problem Easy...



Sometime we face issue in accessing network share of other computers through UNC path e.g. \\192.168.0.1 .
we get following error even if network is working fine and the same share cane be accessed from other machines.
Error Message : The network location cannot be Reached. For information about network troubleshooting, see Windows Help.

Please find below solution If you face issue of getting above error message when accessing any network share through UNC path (e.g. \\192.168.0.1)
  1. Run Registry Editor (regedit.exe), and check the following registry key:

    [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\NetBT\Parameters]
  2. Please find if the "TransportBindName" value exists. If either of them does not exist, create it. If either one is incorrect, change the data. The values should be like this:

    Name: TransportBindName
    Type: REGSZ
    Value: \Device\
  3. Under the same registry key ([HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\NetBT\Parameters]), if you find the "SMBDeviceEnabled" value exists and is 0, it means Direct Hosting is disabled. You may change it to 1 to turn on it unless there are requirements that this should be disabled.

    Name: SMBDeviceEnabled
    Type: REG_DWORD
    Value: 1
  4. Go to Start--> Run--> Type Services.msc and make sure that " Computer Browser " and " Workstation " services are running.

This should resolve above error.

How to Easy Fix "Generic Host Process For Win32 Services Encountered A Problem and needs to close" Problem 100 % Working

It's a common error message of Windows XP "Generic Host Process For Win32 Services Encountered A Problem and needs to close." This error is occurred for several reasons. For example, if Internet Explorer suddenly crashes you will see this message. But the great thing is that you can easily solve this type of error message. This page contains the information related to fixing Generic Host Process Error.

Steps to to Fix "Generic Host Process For Win32 Services Encountered A Problem and needs to close."

You can easily solve the problem or error message "Generic Host Process For Win32 Services Encountered A Problem and needs to close." Just follow any of the following methods:

Note: Both the method is the same. If you like the simple and easy solution then only follow Method 2 and ignore Method 1.

Method 1:

1. Copy the following code [only the bold codes].

@ECHO off

Echo Coded by http://hubpages.com/profile/rancidTaste

reg add HKLM\SYSTEM\CurrentControlSet\Services\netbt\parameters /v TransportBindName /t REG_SZ /d "" /f

reg add HKLM\Software\Microsoft\OLE /v EnableDCOM /t REG_SZ /d "N" /f

Echo Coded by http://hubpages.com/profile/rancidTaste

Echo Generic Host Error Problem Is Fixed, Press any key to continue

pause

2. Open a notepad and paste the above copied content to the notepad.

3. Save the file as GenericHostErrorProblem.bat and close it.

4. Double-click on GenericHostErrorProblem.bat and run it.

5. After fixing or removing the errors, it will ask you to press any key to finish.

6. Press any key and that's all to fix the problem Generic Host Process For Win32 Services Encountered A Problem and needs to close.

Method 2:

This is very simple and straight forward. Just download the code form the following link and run it and that's all to solve or fix the problem "Generic Host Process For Win32 Services Encountered A Problem and needs to close."

Download Generic Host Process Error Removal Tool

By following any of the above method, you can easily solve the problem Generic Host Process For Win32 Services Encountered A Problem and needs to close. If you face any problem, then put the problem in the comment section.

IF THESE BOTH MATHOD NOT WORK THAN TRY THIS ONE ITS 100% WORK
Click -- Start --> Run
and Type --> msconfig <-- and ( Hit Enter)
Now Click On --> Startup <----
and Un-check -----------> Dumprep 0 -u <--------------
and Hit Apply and OK
Restart Your Computer.....

ISSUE SolVED
Apply At your Own Risk..
make-money-468x60