Thursday, August 25, 2011

How To Perform a Startup Repair in Windows 7


Boot From the Windows 7 DVD
Windows 7 Startup Repair - Boot From the Windows 7 DVD
Windows 7 Startup Repair - Step 1
The Startup Repair tool repairs Windows 7 by replacing important operating system files that might be damaged or missing. Startup Repair is an easy diagnostic and repair tool to use when Windows 7 fails to start properly.
To begin the Windows 7 Startup Repair process, you will need to boot from the Windows 7 DVD.
  1. Watch for a Press any key to boot from CD or DVD... message similar to the one shown in the screenshot above.
  2. Press a key to force the computer to boot from the Windows 7 DVD. If you do not press a key, your PC will try to boot to the operating system that's currently installed on your hard drive. If this happens, just restart your computer and try to boot to the Windows 7 DVD again.
  3. Wait for Windows 7 to Load Files
    Windows 7 Startup Repair - Wait for Windows 7 to Load Files
    Windows 7 Startup Repair - Step 2
    No user intervention is required here. Just wait for the Windows 7 setup process to loadfiles in preparation for whatever task you might want to complete. In our case it's a Startup Repair but there are a lot of tasks that could be completed with the Windows 7 DVD.
    Choose Windows 7 Setup Language and Other Settings
    Windows 7 Startup Repair - Choose Windows 7 Setup Language and Other Settings
    Windows 7 Startup Repair - Step 3
    Choose the Language to installTime and currency format, and Keyboard or input method that you'd like to use in Windows 7.
    Click Next.
    Click on the Repair Your Computer Link
    Windows 7 Startup Repair - Click on the Repair Your Computer Link
    Windows 7 Startup Repair - Step 4
    Click on the Repair your computer link on the bottom-left of the Install Windows window.
    This link will begin the Windows 7 System Recovery Options which contains several useful diagnostic and repair tools, one of which is Startup Repair.
    Wait for System Recovery Options to Locate Windows 7 on Your Computer
    Windows 7 Startup Repair - Wait for System Recovery Options to Locate Windows 7 on Your Computer
    Windows 7 Startup Repair - Step 5
    System Recovery Options, the set of tools that contains Startup Repair, will now search your hard drive(s) for any Windows 7 installations.
    You don't need to do anything here but wait. This Windows installation search shouldn't take more than a few minutes at most.
    Choose Your Windows 7 Installation
    Windows 7 Startup Repair - Choose Your Windows 7 Installation
    Windows 7 Startup Repair - Step 6
    Choose the Windows 7 installation that you'd like to perform the Startup Repair on.
    Click the Next button.
    Choose the Startup Repair Recovery Tool
    Windows 7 Startup Repair - Choose the Startup Repair Recovery Tool
    Windows 7 Startup Repair - Step 7
    Click on the Startup Repair link from list of recovery tools in System Recovery Options.
    As you can see, several other diagnostic and recovery tools are available in the Windows 7 System Recovery Options including System Restore, System Image Recovery, Windows Memory Diagnostic, and Command Prompt.
    In this guide, however, we're only repairing operating system files using the Startup Repair tool.
    Wait While Startup Repair Searches for Problems with Windows 7 Files
    Windows 7 Startup Repair - Wait While Startup Repair Searches for Problems with Windows 7 Files
    Windows 7 Startup Repair - Step 8
    The Startup Repair tool will now search for problems with important Windows 7 files.
    If Startup Repair finds a problem with an important operating system file, the tool may suggest a solution of some kind that you have to confirm or may solve the problem automatically.
    Whatever happens, follow the prompts as necessary and accept any changes suggested by Startup Repair.
    Wait While Startup Repair Attempts to Repair Windows 7 Files
    Windows 7 Startup Repair - Wait While Startup Repair Attempts to Repair Windows 7 Files
    Windows 7 Startup Repair - Step 9
    Startup Repair will now attempt to repair whatever problems it found with Windows 7 files. No user intervention is required during this step.
    Important: Your computer may or may not restart several times during this repair process. Do not boot from the Windows 7 DVD on any restart. If you do, you'll need to restart immediately so the Startup Repair process can continue normally.
    Click Finish to Restart to Windows 7
    Windows 7 Startup Repair - Click Finish to Restart to Windows 7
    Windows 7 Startup Repair - Step 10
    Click the Finish button once you see the Restart your computer to complete the repairswindow to restart your PC and start Windows 7 normally.
    Important: It's possible that Startup Repair didn't fix whatever problem you were having. If the Startup Repair tool determines this itself, it may automatically run again after your computer restarts. If it does not automatically run but you're still seeing problems with Windows 7, repeat these steps to run Startup Repair again manually.
    If it becomes apparent that Startup Repair is not going to solve your Windows 7 problem, you do have some additional recovery options including a System Restore or a System Image Recovery, assuming you have previously backed up your entire computer.
    You could also try a Parallel Install of Windows 7 or a Clean Install of Windows 7.
    However, if you've tried a Startup Repair of Windows 7 as part of another troubleshooting guide, you're probably best served by continuing with whatever specific advice that guide is giving as your next step.

Wednesday, August 24, 2011

How to Install New Cursor Themes in Ubuntu


I meddled with computer for 2 hours and came up with a sure SOLUTION for Installing New Cursor Themes on my Ubuntu.
Non-Compiz Users:
For non-compiz users its easy as downloading a new cursor theme and dragging and dropping it in >System>Preferences>Appearance.
Compiz Users:
I am a Compiz user and it was a great headache for me to find new ways to install a cursor theme in Ubuntu. So here are the fully simplified steps:
1. Download a nice looking cursor theme from gnomelooks.org or any other preferred website.
2. Extract the tar.gz file in the same folder.
3. Open terminal and become root by executing sudo su. Sudo is because you need root privileges to write something outside your home directory.
4. Now execute this command:
sudo cp -R ~/Desktop/Aqua /usr/share/icons/
~ Stands to be a shortcut to your home direcory. You can use it as it is.
cp is the “Copy” command
-R is the “recursive” option which means “copy the folder and it’s content”.
/Desktop/Aqua being your extracted folder path
/usr/share/icons/ is your destination folder path*DO NOT MODIFY THIS*
5. After copying check in the directory /usr/share/icons if your folder has been successfully copied. After that proceed to Step 6. If not, check to see if you have made any mistake in Step 4.
6. Now you need to edit the /usr/share/icons/default/index.theme file. Press ALT + F2 and enter:
gksu gedit /usr/share/icons/default/index.theme
Here, I suggest you don’t delete the “Inherits=DMZ-White” line, but comment it (add a “#” in front of this line) so you can easily revert the changes later on if you want.
7. And under this line, add an identical line given below (but without commenting it) with the exact name of the mouse cursor theme you got in Step 2.
Inherits=Aqua
So basically after editing, your /usr/share/icons/default/index.theme file should look like this (but obviously, replace “Aqua” with the mouse theme folder name you want to use from Step 2.
[Icon Theme]
#Inherits=DMZ-White
Inherits=Aqua
8. Now either log out and log back in or restart Compiz by pressing Alt + F2 and entering:
compiz –replace
9. Thats it. Now enjoy your new cursor theme. If there was some problem encountered please feel free to comment on the BLOG.
Have fun! :)


5 More Notepad Tricks


I had written an article on Notepad Tricks and many people requested me to write more of these tricks. So here are 5 more tricks for Notepad, and this time its only .bat files which means all tricks are done using command prompt.
I’ll start the numbering from 11 so that you may know exactly how many tricks I’ve put up on the overall…
11. Make Colorful Command Prompt
Type the following in notepad:
@ echo off
echo:
echo ……………………………
echo Press 1 for green, 2 for red or 3 for blue, or 4 for exit
echo ……………………………
set /p m=Type 1, 2, or 3, or 4, and press enter:
echo:
if %m%==1 goto 1
if %m%==2 goto 2
if %m%==3 goto 3
if %m%==4 goto 4
:1
color 0a
echo This is the green
goto 4
:2
color 04
echo This is the red
goto 4
:3
color 06
echo This is the blue
goto 4
:4
Pause
goto end
:end
Save it as color.bat
Open the .bat file and select your number 1,2 or 3 for the colors.. or 4 for exit.. It will print a specific text in a desired color…
You can change the bold text to your choice.
Here are the color combination’s in Command Prompt:
0 = Black
1 = Blue
2 = Green
3 = Aqua
4 = Red
5 = Purple
6 = Yellow
7 = White
8 = Gray
9 = Light Blue
A = Light Green
B = Light Aqua
C = Light Red
D = Light Purple
E = Light Yellow
F = Bright White
Type the background color followed by the text color. For example, if you want a black background and green text then type the color as 02 …..
12. Notepad Diagrams
Lets see this example:
@ echo off
echo:
echo ……………………………
echo Press 1 for windows, 2 for apple or 3 for exit
echo ……………………………
set /p m=Type 1, 2, or 3, and press enter:
echo:
if %m%==1 goto 1
if %m%==2 goto 2
if %m%==3 goto 3
:1
echo _______________*******________________________
echo _____________***********______________________
echo ___________**************_____________________
echo __________****************____________________
echo __________****************___**__________**___
echo _________****************___****************__
echo ________*****************___***************___
echo _______*****************___****************___
echo _______***___________**___****************____
echo __________________________***************_____
echo ________***********________*************______
echo _____****************_______**********________
echo _____****************___**_____________*______
echo ____****************___****************_______
echo ____****************___***************________
echo ___*****************__****************________
echo ___**___________**___****************_________
echo _____________________****************_________
echo ______________________**************__________
echo ________________________*********_____________
echo _________________________*******______________
echo:
echo:
goto 3
:2
echo ______________________________________________
echo ______________________________________________
echo _____________________________**_______________
echo ___________________________***________________
echo _________________________****_________________
echo _________________________***__________________
echo ______________________________________________
echo ________________****________*****_____________
echo ____________************************__________
echo __________*************************___________
echo _________*************************____________
echo _________*************************____________
echo _________************************_____________
echo _________*************************____________
echo __________************************____________
echo ___________************************___________
echo ___________***************************________
echo ____________*************************_________
echo _____________***********************__________
echo _______________*******************____________
echo _________________***_________****_____________
echo ______________________________________________
echo:
echo:
goto 3
:3
Pause
goto end
:end
This will print Windows logo if chosen as 1, Apple logo if chosen as 2, and exit if chosen as 3.
In this manner you can make any Diagram you want with notepad. If you want a transparent notepad to outline a picture then you may try Glass Notepad. I used this to quickly sketch on the logos and make this.
13. Start your programs faster
Normally when you try to start a program such as firefox, then it goes through some levels.. But you may be wanting to start some programs such as, check windows firewall or registry editor.. These files are located in System32 folder and opening them manually is a headache.
Here is a simple way to make your own portable program starter:
@ echo off
echo Use this to open your programs faster
echo:
echo Select 1 for notepad, 2 for firewall options, 3 for registry editor… Select 4 to exit…
set /p m=Type 1, 2, or 3, and press enter:
echo:
if %m%==1 goto 1
if %m%==2 goto 2
if %m%==3 goto 3
if %m%==4 goto exit
:1
start %windir%\System32\Notepad
goto exit
:2
start %windir%\System32\WF.msc
goto exit
:3
start %windir%\System32\regedt32.exe
goto exit
:exit
Try it and replace the values in bold to your choice…
14. Check your internet Details
Advanced users can check their ip configuration whenever they want. This is really helpful for people who try to mask their IP many times or people who have a dynamic IP.
Open notepad and type the following:
@echo off
ipconfig
PAUSE
Save this file as IPconfig.bat and run the file whenever you want to test your internet configuration…
15. Clear your DNS cache
Lets say that you have visited a web site and you don’t want anyone else to know what site you’ve visited. A few things are, clearing all your web browser temporary files, clearing thumbnails, etc. But did you know that this data is stored on your Internet Server as well ? This means if you’re using Airtel Broadband, then they’ll keep track of what you’ve seen and save it for future use.
Clean up all history
To check what files are stored, just check your dns using the following code in notepad:
@echo off
ipconfig/displaydns
PAUSE
Save the file in notepad as CheckDNS.bat and run the file.
You will get a very very huge list.
To clear this, just clear your dns using this simple code in notepad:
@echo off
ipconfig/flushdns
PAUSE
Save the file as clearDNS.bat and run the file.
This will clear your DNS cache completely.
Try them out and tell us how you liked it……


View original article at Chaaps: 5 More Notepad Tricks