WINDOWS COOL TRICKS
Wednesday, 28 March 2012
How to Change Windows 7 Password without Knowing Current Password
There are various methods to bypass windows 7 password protection.In case you forgot windows passsword,you can reset it using windows 7 Dvd or OfflineNT Password and Registry Editor.However if you have access to any windows account then you can change the password without knowing current password.
How to Change Window 7 Password without Knowing Current Password:
Method 1:
- Go to Control Panel and click on the Administrative Tools.
- Under this section double click on Computer Management.
- Select System Tools from right window pane.
- Under this, just double click on Local Users and Groups and then on Users
- Now you will see all the login accounts of your computer. Right click on any the account whose password you want to change and then click on Set Password.
- A warning message will popup on your screen just click on Proceed button.
- Now enter your New Password and click on OK button.
That’s it! your windows 7 password is changed without knowing current password. The only limitation of this method is that your current account should have Administrative privileges.
Method 2:
If you love to be work on Command Line then this method is for you.
- Open command prompt by typing with administrative privileges .( Type CMD in start, right click on it and select Run as Administrative )
- In the CMD window type the following command and hit Enter
net user Account Name Your New Password
In this command replace Account Name by the account name (Account Name is case sensitive) whose password you want to change and replace Your New Password by the password that you want to set.
- Now if everything goes alright you will see “The command completed successfully” on your screen, now type exit command and hit Enter
This will reset your current windows password.
- Related Posts:
- Problem Step Recorder-Windows 7 Screen Capture Tool
- General Computer (pc) Tips And Tricks
- Tricks Change Windows 7 Logon Screen Background
- How To Lock the Computer Screen Windows 7
- How To Open Docx Files Without Microsoft Word
- Trick To Create Invisble Folder Without Name In Windows 7 And Vista

Facebook Tricks »
How To View Facebook Photos in Full-Screen Mode

Last month, Facebook came up with Revamped Photo Veiwer which completely resembled with Google+ photo viewer. In Revamped Photo Viewer, all comments, likes and shares were in the right side bar and photo was aligned …
Hacking »
Data Privacy Day: Top 10 Ways to Secure your Data

This is a guest post by Greg Buckskin. If you wish to write one kindly check out the guidelines to write a guest post.
There’s no denying it, 2011 was the biggest year for security breaches. If you haven’t …
Make Money »
Get free Mobile Recharge With EmbeePay Facebook Application

Wondering whether its possible to get free mobile recharges? There are plenty of online services that offers such promotional schemes.Some of them are genuine while rest are just fooling people.Earlier I reviewed Amulyam Service for …
Mobiles »
Windows Phone “Mango” Versus Android and IOS

This is a guest post by William Taylor. If you wish to write one kindly check out the guidelines to write a guest post.
Windows Phone “Mango” was Microsoft’s way of answering the “call to duty” because of the …
Tips And Tricks »
Google’s Navigation Bar Now Includes Google Play

Few days back, Google has re-branded its Android Market to Google Play. In Android market users were only allowed to access Android Apps (outside US) but now Google has expanded its android marketplace which now …
Windows »
How To Restart and Shutdown Windows 8: NPower Tray

Microsoft has heated up the market with the launch of Windows 8. Windows 8 has comes with new Metro User Interface which is especially developed for tablet phones. Microsoft has completely overhauled the look of …
Recent Posts
Most Commented
Codex
Codex tools: Log in
Creating a Favicon
A favicon (short for "favorites icon") is an icon associated with a website or webpage intended to be used when you bookmark the web page. Web browsers use them in the URL bar, on tabs, and elsewhere to help identify a website visually.
A favicon is typically a graphic 16 x 16 pixels square and is saved as favicon.ico in the root directory of your server. You can use a favicon with any WordPress blog on a web server that allows access to the root directories.
Contents |
Creating a Favicon
A favicon can be easily created using any graphic program that will allow saving of .ico graphic files, such as The GIMP. There are also online services that will allow you to create a favicon for free.
The image should be clear and is usually designed to match your blog image and/or content, a big task for something so small.
To prepare the image to be saved as favicon.ico:
- By cropping or adding space around the image, make the image square.
- Resize the image to 16 x 16 pixels.
- Save the file as favicon.ico.
If using an online service to create your favicon, such as Faviconer.com (creates 24bit favicon.ico with a transparent background) and favicon.co.uk or Dynamic Drive, follow the instructions provided by the site. Then download the image of the favicon.ico to your computer.
Installing a Favicon in WordPress
If there is already an old favicon.ico file in your current theme’s main folder, delete it using FTP Clients.
- With an FTP Client, upload the new favicon.ico file into your current theme’s main folder.
- Upload another copy of your favicon.ico file to the main directory of your site (ie. http://example.com/favicon.ico). This will display the favicon in your subscribers’ feedreaders.
In order for your favicon to show up in some older browsers, you will need to edit your page header.
- Go to your WordPress Administration Panel.
- Click on Design (called Presentation in WordPress 2.3.x and below, and Appearance in WordPress 2.7+).
- Click on Theme Editor.
- Select the file called Header or header.php to edit the file.
- Search for the line of code that begins with <link rel="shortcut icon" and ends with /favicon.ico" />. Overwrite it, if it exists, or add the following code below the <head> HTML tag.
<link rel="shortcut icon" href="<?php bloginfo('stylesheet_directory'); ?>/favicon.ico" />
- Save the changes.
How to create a favicon with a transparent background
This method needs you to make sure your source image already has a transparent background, which means it should be a GIF or a PNG. The rest of steps are as above. The one difference in the code is instead of favicon.ico use favicon.png or favicon.gif.
- Search for the line of code that begins with <link rel="shortcut icon" and ends with /favicon.ico" />. Overwrite it, if it exists, or add the following code below the <head> HTML tag.
<link rel="shortcut icon" href="<?php bloginfo('stylesheet_directory'); ?>/favicon.png" />
To see your new favicon, clear your browser’s cache. You may need to restart your browser in order to see the new favicon.
Advantages of using .ico over .png or .gif
- Compatibility - All browsers, including IE 5.0 support .ico format.
- Avoid 404 server errors - All modern browsers (tested with Chrome 4, Firefox 3.5, IE8, Opera 10 and Safari 4) will always request a favicon.ico so it's best to always have a favicon.ico file, to avoid a "404 not found" errors.
- .ico file can hold more than one icon, no need to have multiply files for 16x16 and 48x48 icons
Privacy | License / GPLv2 See also: WordPress.com | WordPress.TV | WordCamp | WP Jobs | Matt | Blog RSS