Wednesday, June 9, 2010

HOW TO INSTAL WINDOWS XP / VISTA USING FLASHDISK , PEN DRIVE



or starters this is still a new science and many people have had good luck with at least one of these methods and others have not. Note that flash drives are often also called thumb drives, keychain drives, pendrives, etc. The NEWEST methods are listed last on this page, starting with Method 6 for Vista/Win7
A FEW THINGS YOU NEED TO CONSIDER IN ADVANCE.
1. The PC has to support booting from a USB flash/pen/key drive. There may be anywhere from 1-3 items to change in the BIOS to make this possible assuming your BIOS supports it. Some bios's may refer to your flash drive as a USB floppy or USB zip. Of course there are exceptions, perhaps some are covered here.
2. The USB flash drive must support booting from it in general.
3. The flash drive must contain the boot/system files.
4. The flash drive must have bootsector area. This is done with special utilities.
5. References to "A:" drive lines in the autoexec.bat and/or config.sys files you copy to the drive after you make it bootable may result in errors.
6. You "may" have to format your floppy disk first in WinXP before you create a bootdisk as XP may "not" like working later on with a disk formatted otherwise.
7. Included below is a bootable ISO of DOS 7.1 which may be used with some of these methods if you do not have a 1.44 drive.

METHODS
Method 1 - Make your flash drive bootable using Bart's mkbt util:
http://www.nu2.nu/mkbt/ | Alt: mkbt20.zip
Put a bootable floppy disk in your A: drive or create one using Windows.
Download mkbt20.zip and unpack to to new temp folder you create.
Go to the temp folder.
Extract the bootsector from the bootable floppy disk. eg Open a DOS Window and go to the directory where you extracted MKBT. Type:
mkbt -c a: bootsect.bin
The boot sectors from the bootable floppy disk have just been saved to a file in the temp folder you created.
Format the flash drive in FAT or FAT16.
Copy the bootsector to the flash drive. Open a DOS Window and go to the folder where you extracted MKBT. Type:
mkbt -x bootsect.bin Z:
"Z" represents the flash drive drive Letter. So if your flash drive has another drive letter, then change the "Z" accordingly.
Now you can [grin] "should" be able to copy the utils you need to the pen drive.

Method 2 - Try these 2 USB Flash Drive Utilities by HP/Compaq. They work with Most other brands of flash drives as well.
hpflash2.zip HP USB Disk Storage Format Tool. Formerly called hpflash1.zip
HP Drive Key Boot Utility Version 7.41
Download
"I would put a little extra in there." Says a fan who emailed me with no name:)
For the downloads section I use nLite to make and create the image file as you can import the service packs and do some tweaking to the install files.
1. Install the HP USB Disk Storage Format Tool and run the program.
2. Select the Device and the File system from the drop down menus and click start.
3. Close the above program and install and run the HP Drive Key Boot Utility. Selecting the appropriate drive letter. Click Next.
4.Select the circle on the top that says create New or Replace Existing Configuration. Click Next.
5. Select the circle labeled Hard Drive. Click Next.
6. Select Create New Filesystem. Click Next.
7. Select the circle labeled HP Firmware Flash Package. Click Next.
Click Finish

Method 3 - Third Party Links
Boot off USB by floppy, CD, or NT boot menu when your computer doesn't support it
"I use it to boot off of USB by floppy when the computer doesn't support it - although in this mode it cannot save changes made to the setup." said Josh.

Method 4 - A Bootdisk.Com Visitor Suggested
Here is my another method for creating dos bootable USB sticks using windows format.
1. From Win98 DOS-Prompt type "SYS {USBDriveLetter}:" or "FORMAT {USBDriveLetter} /U /S". If from WinXp then from start->run command.com execute format.exe copied from win95 or win98.
OR
2. Simply by enabling copy system files in windows explorer format window. By default it is disabled for non-floppy drives. To enable it use windows enabler program from http://www.angelfire.com/falcon/speedload/Enabler.htm an whoila it works.

Method 5 - Another Bootdisk.Com Fan Suggested - Thanks Keith
First if you don't have a physical floppy drive (and don't want one) you can use the [free] "virtual floppy driver" from here:
With that you get an A: drive and can manipulate a floppy image as if you were using real floppy. You can then use that image to make a bootable CD. It's not that user friendly but once you get how it works it does work perfectly.
Even cooler you can use a "raw write" utility like dd for windows to write the floppy image directly to your USB thumb drive. Even without that famous HP utility to do the magic this will make your USB thumb drive bootable. The 'dd' ported to Windows is located here:
Another trick you can use with that dd utility involves MS VritualPC (which is free). You can create a virtual machine/virtual hard drive, set it up the way you want then use dd to "raw write" the virtual hard drive image to the thumb drive; this will make the thumb drive identical to the image, including bootable (again, no HP utilities required).
Of course, your thumb drive will effectively have the capacity the size if the image in question (your 1GB flash drive will effectively be 1.44 Megs).

Method 6 - Don Wrote below, or see this link from Justin:
http://kmwoley.com/blog/?p=345
bootable USB guide, here we assume that you are using either Vista or Windows 7 to create a bootable USB.
1. Insert your USB (4GB+ preferable) stick to the system and backup all the data from the USB as we are going to format the USB to make it as bootable.
2. Open elevated Command Prompt. To do this, type in CMD in Start menu search field and hit Ctrl + Shift + Enter. Alternatively, navigate to Start > All programs >Accessories > right click on Command Prompt and select run as administrator.
3. When the Command Prompt opens, enter the following command:
DISKPART and hit enter.
LIST DISK and hit enter.
Once you enter the LIST DISK command, it will show the disk number of your USB drive. In the below image my USB drive disk no is Disk 1.
4. In this step you need to enter all the below commands one by one and hit enter. As these commands are self explanatory, you can easily guess what these commands do.
SELECT DISK 1 (Replace DISK 1 with your disk number)
CLEAN
CREATE PARTITION PRIMARY
SELECT PARTITION 1
ACTIVE
FORMAT FS=NTFS
(Format process may take few seconds)
ASSIGN
EXIT
Don’t close the command prompt as we need to execute one more command at the next step. Just minimize it.
5. Insert your Windows DVD in the optical drive and note down the drive letter of the optical drive and USB media. Here I use “D” as my optical (DVD) drive letter and “H” as my USB drive letter.
6. Go back to command prompt and execute the following commands:
D:CD BOOT and hit enter. Where “D” is your DVD drive letter.
CD BOOT and hit enter to see the below message.
BOOTSECT.EXE/NT60 H:
(Where “H” is your USB drive letter)
7. Copy Windows DVD contents to USB.
You are done with your bootable USB. You can now use this bootable USB as bootable DVD on any computer that comes with USB boot feature (most of the current motherboards support this feature).
Note that this bootable USB guide will not work if you are trying to make a bootable USB on XP computer.

Method 7 - Suggested by marc: Boot-USB-Stick
While trying to flash my bios I looked at your page. Most methods are complicated, after a while of browsing the net I found above:

Method 8 - Suggested by Kevin Ying: UNetbootin

BareBones Boot Floppy And ISO


Bootdisks - PC Support - Essential Utilities Bootdisk.Com

HOW TO AUTO SUMMARIZE TEXTS / PARAGRAPH

Word includes a special tool that creates automatic summaries of your documents for you. This tool is called AutoSummarize, appropriately enough. The summary can be any length you specify, and you can save it to a new document, add it to the beginning of your document, or simply highlighted it in place. This feature allows you to quickly create a starting point for an executive summary.
Notice that I said AutoSummarize creates a "starting point." This is because the summary is based on what Word can figure out about your document. This means that there are probably some finishing touches you need to manually put on the summary. As with most other computer-based tools, you should not rely completely on the AutoSummarize tool for your work.
To use the AutoSummarize feature, follow these steps if you are using a version of Word prior to Word 2007:
  1. Load and display the document you want to summarize.
  2. Choose AutoSummarize from the Tools menu. Word performs an analysis of the document and displays the AutoSummarize dialog box. (Click here to see a related figure.)
  3. In the Type of Summary area, specify which of the four summary types you want to create.
  4. In the Length of Summary area, indicate by using the Percent of Original drop-down list exactly how long you want the summary to be.
  5. Click on the OK button. Word creates the summary, as you directed.
If you chose to create a summary that simply highlights text in your document, then Word displays a small AutoSummarize dialog box on the screen. You can use this dialog box to adjust the percentage of the original document that Word should include in the highlighted summary. When you are done, you can click on the Close button.
In Word 2007, the AutoSummarize feature is still available, but Microsoft decided to remove all references to it from the various ribbon tabs that make up the new interface. You can make the tool available by following these steps:
  1. Click the Office button and choose Word Options. Word displays the Word Options dialog box.
  2. Click Customize at the left side of the dialog box.
  3. Using the Choose Commands From drop-down list, choose Commands Not In the Ribbon. (Click here to see a related figure.)
  4. In the list of available commands, locate and select AutoSummary Tools.
  5. Click the Add button. The command is copied to the right side of the dialog box.
  6. Click OK to close the dialog box.
The AutoSummary tool now appears on the Quick Access toolbar. You can utilize this tool to provide a summary by following these steps:
  1. Load and display the document you want to summarize.
  2. Click the AutoSummary tool on the Quick Access toolbar. Word displays a submenu.
  3. Choose Auto Summarize from the submenu. Word performs an analysis of the document and displays the AutoSummarize dialog box.
  4. In the Type of Summary area, specify which of the four summary types you want to create.
  5. In the Length of Summary area, indicate by using the Percent of Original drop-down list exactly how long you want the summary to be.
  6. Click on the OK button. Word creates the summary, as you directed.
WordTips is your source for cost-effective Microsoft Word training. (Microsoft Word is the most popular word processing software in the world.) This tip (1809) applies to the following Microsoft Word versions: 97 | 2000 | 2002 | 2003 | 2007

SOURCE FROM:  http://word.tips.net

Thursday, June 3, 2010

How To Promote Web / Blog?

In particular I never promotions web / blog, either submit to the directory or submit to search engines. Typically for a new blog cuman submit it to google webmaster tools yahoo ama explorer,
For blogs that I use nyari money on the internet, I'm also not ever promotion. then how I'll be good backlinks and PR? This is what I do: Create a blog, for example you have 10 blogs, you create all 10 blogs are mutually nge-link with each other. JUST THAT! More and more blogs or web better to add a backlink, so it would not bother by spamming and find  backlink comments on those blogs.

There are industrious people who commented on the blogs of others can create traffic , if his intention can backlink? better do not have to comment, is it useless, because the default from wordpress or other blogging software such as blogspot or another, the link in the comments already set to nofollow, meaning that those links will not be considered "important" by the search engine robots. In fact, if one or plasticity spam comments, which usually have a blog also delete or mark us as a spam.

The safest way yes it was, create a blog much, the contents of that regular content. Besides can make  adsense or other programs, adding quite make adding backlinks to other blogs. At some point if pagerank update, the more likely to be a good pagerank, compared to blogs that do not have backlinks. Create a blog much better, as long as it can be taken care of everything.

From now on ready-ready to build content and backlinks, about a month or two months longer would pagerank update, if a good pagerank, you can join TLA.

Increasing Alexa Traffic Rank Through Google BUZZ

Alexa Traffic Rank endless ride? Do not worry if a friend become a member of this site Google for issuing a new service that Google's Buzz. With this service, so members can interact directly with his friends outside of email and the services provided by other social net work.

In my opinion, Google Buzz can also be used for online promotion our blog by writing articles in the column us the URL address and status updates. With promotion on Google Blog Buzz expected number of visitors will increase which would affect the Alexa Traffic Rank.

Google Buzz is not only available in Gmail you but we can also use this site by using your mobile phone. Similar to FB's.

For Gmail users, there's nothing wrong if we also take advantage of Google's Buzz to interact with another friend. If friends are interested please click on the Google Buzz. with blogging and blogwalking the Alexa Traffic Rank is expected to rise.

Monday, May 31, 2010

Download youtube videos with download helper

Download Helper is a free Firefox extension for downloading and converting videos from many sites with minimum effort. Install the extension!

To download vide0-interesting video on youtube, usually wearing keepvid.com services, but it is less practical. In addition I also need the tools download youtube videos at once to convert ( asked him many really) if I could  online so no need to convert youtube videos on your PC again, here and there googling finally get youtube video download tool converter at once, New helper name.

Firefox addons download helper is a function to download and convert videos from various sites without any restrictions, how to install the download helper, see the steps below:

1. Go to the website https://addons.mozilla.org/en-US/firefox/addon/3006 with the Firefox browser.

2. Select Add to Firefox to install it.video_downloader
3. Finished installing, you will be asked to restart firefox, follow these steps.

4. Now download helper in firefox already installed, to start downloading youtube videos with download helper, easy way, select the video that would be downloaded and then click the download icon helper.download_helper2
5. To convert youtube videos with download helper, how to choose the menu Download & Convert. Hopefully these little tips helpful

Wednesday, May 26, 2010

Saving a corrupted Office Documents with Damageddocx2txt

Generally there are a number of hard drives in a Microsoft document that is damaged, this may occur because there are a few things such as problems with the generic host process win32 error I or also in system32, damage to the hard drive, crashing on Windows OS, I do not know for sure, but the reality now file -office files are files that are vulnerable.

Idly while Googling to find out the effects and solutions, I found a utility called Damageddocx2txt that can fix Microsoft word document and other files. Damageddocx2txt going to extract text from a damaged Microsoft Word documents that, although the results are not the same as Mic.Word for failing to save the picture, but his important text was saved.

If you want to download Damageddocx2txt to save and improve your office document files are corrupted, here isi the link: http://www.godskingsandheroes.info/software/dd2txt-1.0.zip

Monday, May 24, 2010

Connecting Your Freedom with Proxifier

Proxifier is a program that allows
network applications that do not
support working through proxy
servers operate through a HTTP or
SOCKS proxy server or a chain of
proxy servers. With Proxifier you
can easily tunnel all connections on
the system or separate applications.
There are many network
applications that do not support
working through proxy servers and
thus cannot be used behind a LAN
or firewall(s). These can
compromise corporate privacy and
lead you to many other restrictions.
Proxifier solves all of these problems
and gives you the opportunity to
work with your favorite software
without any restrictions.
Additionally, it lets you gain extra
control over network security,
create a proxy tunnel and add more
power to network functionality.
Proxifier allows you to:
Run any network applications
through proxy server; no special
configuration is required for the
software.
Access the Internet from
restricted local area network
through a proxy server gateway.
Bypass firewall restrictions
(connect to restricted ports).
Use three types of proxy servers:
SOCKS v4, SOCKS v5, and
HTTP.
“Tunnel” the entire system (force
all network connections in the
system work through a proxy
server).
Resolve DNS names through a
proxy server.
Use flexible Proxification Rules.
Secure privacy by hiding your IP
address.
Work through a chain of proxy
servers using different protocols.
Use NTLM authentication on
HTTP proxy
View information on current
connections (addresses, rate,
data transfer, connection time,
etc.) in real-time.
View information on bandwidth
usage as a colored diagram in
real-time.
Maintain log files.
Log incoming and outgoing
traffic.
Get detailed reports on network
errors.
… and much more.
..
www.proxifier.com
Set up
Install everything, then fact is MORE
secutity LESS speed, so open YF and
we going to set security at
minimum level
Check all OPTIONS except
Reconnect after server shutdown
Redirect SOCKS4/5 DNS to
Freedom server
And click SAVE and Exit
You YF is ready to go click Start
Connection
Run Proxifier click in Options, Proxy
Settings … Add with the following
Adress “localhost” Port “1080?
Protocol tick “SOCKS version 4?
Settings tick “Use SOCKS 4A
extension. (remote hostaname
resolving feature)
And OK
Click in Options, Proxification Rules…
leave ticked “Process All Except the
following + manually proxified”
Default, click OK to the warning
message
OK
Now we going to CHECK Proxifier
running on TOP of YF
Click in Options, Proxy Settings. we
leave in BLUE our proxy settings and
CHECK
All GREEN means OK and ready
Now you run you application, you
should feel better speed less lag, I
love to receive feedback on this and
tell me if you application / game
gets any better/worse
DOWNLOAD PROXIFIER 2.7
From : Your Freedom Forum