Tuesday, 23 September 2014

How to reset windows login password?

Hi,
I been helping friends and family member in repairing there pc and came across many issue and this issue is one of them as we forget the windows login password after we set for security...
People looking for here and there for help and got the final solution is to either re-install the Operating system by losing all the data we have on the Pc. I have came across this issue with many people and I have exprienced it too and have fixed the problem too.. Hope this steps and link could help you without losing anything..

1. Get ready with the blank cd/flash drive and borrow friends Pc.
2. Download Hiren n boot software from this link :
http://www.hirensbootcd.org/files/Hirens.BootCD.15.2.zip
3.Once download completely you need to burn this ISO files in CD/Flash drive (DVD will be waste of space).
4.To burn the above ISO in cd you can power ISO.
                                  or
You can follow this link to get help and list of software that can help to burn iso images in cd
http://www.hirensbootcd.org/burning/
5. To make USB bootable please follow this link below and can download software to make usb bootable.
http://www.broexperts.com/2014/02/how-to-make-hirens-bootable-usb/
                                           or
You can use this software to make the bootable USB
http://file2.softsea.com/CD_Utility/isotousb_setup.exe

6.Once the Cd/Flash drive is ready insert to your computer.
7.And Follow this video to remove the password from your pc.
https://www.youtube.com/watch?v=JIx46zQlKCk

8. Important: You need to make sure your pc is ready to boot from cd/dvd or external device that you need to select from the machine...

I have provided the link to my best so that you can get help. I have used power iso to burn cd and able to break the password successfully.

Wednesday, 27 August 2014

Error POP-UP when you restart the pc .


Here is the Solution for that as I have got from researching from the google and I am adding here in the blog so that you can get help.
First download the Auto Runs:
Click here:
http://download.sysinternals.com/files/Autoruns.zip
Link basis: http://technet.microsoft.com/en-us/sysinternals/bb963902.aspx

And Find the Yellow Highlighted images paths that ends with sysmenu.dll . Usually you can loacte hose images paths from the scheduled task
Right click and then Delete.
Try to fid all the yellow highlighted images paths that ends with sysmenu.dll from Every tabs and delete them.
NOTE: carefully choose the images paths that ends with sysmenu.dll only, if you deleted paths that are not highlighted then it might cause some trouble boooting your PC.
Once deleted Reboot your Computer.
problem Solved.

                                                      OR
You can also run sfc /scannow (with administration permission) and see if the problem is fix.
                                                     OR
You can also disable third party application services using msconfig command and boot your pc.
                                                   



Saturday, 1 March 2014

Solution for User Profile Unable to load Files or Currupted

Appears while attempting to logon in Windows Vista, 2008, 2008 R2 and 7.

Exact cause is unknown, but this issue may occur if the user profile was manually deleted by using the command prompt or Windows Explorer by a user or by some program. A profile that is manually deleted does not remove the security identifier (SID) from the user profile list in the registry. Since the SID is still present, Windows will still try to load the profile by using the ProfileImagePath that points to a nonexistent path. Therefore, the profile cannot be loaded.

This can also be a issue with the user profile entering into a backup state, or if the C:\Users\(User Name) user profile folder is manually renamed.


Steps 1: Restart the computer in SMWN or in SMWC (If you have only one profile was there in the computer)
Steps 2: Open the command prompt window in Administrator.
Steps 3: Enable the hidden admin profile.(net user administrator /active:yes) and restart the computer. Disable the admin profile(net user administrator /active:no) and press  enter.
Steps4:  once restarted the computer log-in with the admin account.
Steps5: Trawl through the Registry
Open the Start menu. In the Start Search area, type regedit and press Enter (if prompted by UAC, click Continue/Yes). In regedit, go to:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\ProfileList

Expand the ProfileList key and look for the SID key (named "S-1-5"...) with a long number that ends in ".bak". Click it, and look at the ProfileImagePath value in the right pane to verify that this is the user account profile that has the error.

a) If you have two SID keys with the same number (with one ending in ".bak" and one showing the affected user account in the ProfileImagePath value), continue to Step 3;
b) If you have just one SID key with the ProfileImagePath value showing the affected user account, proceed to Steps 7

Steps 6 : Two SID keys with the same number
a) Of the two SID keys that corresponds to the affected user account, right-click the SID key that does NOT end in ".bak" and click Rename.
b) Add .bk to the end of the numbers and press Enter.
c) Right-click the other SID key that DOES end in ".bak" and click Rename.
d) Remove only .bak from the end of the numbers (so that it has the same name as the other SID key did before you renamed it) and press Enter.
e) Now go back and Rename the first one with .bk to .bak now at the end of the numbers and press Enter.

Proceed to Step 8...

Steps 7: Only one SID key ending in ".bak"
a) Right-click the SID key that corresponds to the affected user account and click Rename.
b) Remove only .bak from the end of the numbers, and press Enter.
c) In the right pane, right-click the RefCount value (if none exists, right-click the right pane and click New and DWORD (32 bit) Value, then type RefCount and press Enter), and click Modify.
d) Type 0 into the Value Data textbox and click OK.
e) In the right pane, right-click the State value and click Modify.
f) Type 0 into the Value Data textbox and click OK.

Steps8: Try logging on again!
Close regedit and restart the computer. You should be able to logon now...