Showing posts with label window. Show all posts
Showing posts with label window. Show all posts

Thursday, March 23, 2017

How to remove unwanted items from your add or remove window

How to remove unwanted items from your add or remove window


Add or remove window

It is the window where you can see all the details of any softwares installed on your system,if you unistall any softwares from here ,only proper unistall will remove all registry keys associated with it and its its name from the add or remove window.Incase any errors occurs during your uninstall process ,its name and its subkeys in the registry will stay as it is and can no longer be able to reomove from add or remove window.but you can delete it using your registry ,here goes the steps

Run the Registry Editor (REGEDIT)

Open

HKEY_LOCAL_MACHINE SOFTWARE Microsoft Windows CurrentVersion Uninstall

and remove any unwanted subkeys under "Uninstall."

This will remove any previously failed unistall operations 
 
 
 

Available link for download

Read more »

Saturday, March 11, 2017

How to restore windows password without re installing new window

How to restore windows password without re installing new window


If you forgotten your windows password then here is the method how to restore your windows password.


1.All you need is a windows installation disc/usb 
boot your computer with it

2. Select sheet will appear, select Repair Your Computer and then select command prompt

now you will be in cmd
type this command

Code:
copy c:windowssystem32sethc.exe c:
and then this

Code:
copy c:windowssystem32cmd.exe c:windowssystem32sethc.exe


what will it do? it will replace sticky keys executable file with cmd executable Smile
now reboot your computer 
remove installation media
and boot with hdd (Hard disk)
when log in screen appear, press shift or ctrl 5 times 
command prompt will pop up
now enter this command


Code:
net user yourusername *



and it will ask you to enter new password
enter new password exit cmd and login with your new password now...

Enjoy and Comment ......

Available link for download

Read more »