RSS Feed (xml)

Powered by Blogger

Showing posts with label WINDOWS. Show all posts
Showing posts with label WINDOWS. Show all posts

Bill Gates Daughter - Jennifer Katherine Gates








All people will be eager to know name of Bill Gates Daughter. Jennifer Katherine Gates is Bill Gates Daughter.

.
Bill Gates Daughter Jennifer Katherine Gates was born at 1996.
.
Bill Gates is famous among all people as :-The richest person of this worldandWith his organization named Microsoft.
.
Apart from Bill Gates Daughter Jennifer Katherine Gates, Bill Gates has a son named Rory John Gates and another daughter named Phoebe Adele Gates.
.
Jennifer Katherine gates (born in 1996) – she is 12 yrs old

Rory John Gates (born in 1999) – 9 years old
Phoebe Adele Gates (born in 2002) – 6 years old.
.
Related: jennifer katherine gates photos, bill gates, bill gates daughter, jennifer katharine gates, bill gates facebook

.
bill gates, foundation gates, gates, gates bill, gates foundation, home gates, house gates

■■■ Image in folder background ■■■

This trick will help you in setting a picture in your folder background

Steps:
Go to Control panel -> Folder options -> view tab -> show hidden files and uncheck the 2 boxes below it
Open a folder, search for a file desktop.ini (cnt find it? scroll to end of this post)
.

U will see something like this or a bit different

.
[.ShellClassInfo]
IconFile=%SystemRoot%\system32\SHELL32.dll
IconIndex=3
.

Now add this line below it:
.

[ExtShellFolderViews]
{BE098140-A513-11D0-A3A4-00C04FD706EC}={BE098140-A513-11D0-A3A4-00C04FD706EC}
[{BE098140-A513-11D0-A3A4-00C04FD706EC}]
IconArea_Image=C:\Documents and Settings\win xp\My Documents\My Pictures\kihlo32qwe.jpg
Change
C:\Documents and Settings\win xp\My Documents\My Pictures\kihlo32qwe.jpg
.

with your location of the image you wanna set as background
Refresh and close the folder and check again
**********************************************
In case if your folder don’t have the desktop.ini file then do this to create it

.
Open folder -> right click -> properties -> customize tab
change icon of the folder to any icon and you can see the desktop.ini file now

.
Uninstalling:
Remove the line in the file ,simple

How to start the System Restore tool by using the Command prompt

This article describes how to start the System Restore tool in safe mode by using the Command prompt (SAFEBOOT_OPTION=Minimal(AlternateShell)). This option is used when you cannot start Windows XP.

System Restore is a tool that automatically monitors and records any changes that are made to the core Windows system files and to the registry. If a change causes your system to become unstable, System Restore can undo (or "roll back") the system to a point in time when your computer was known to function correctly.

Note You must be logged on to Windows with a user account that is a computer administrator to complete these steps. To verify that you are logged on to Windows with a user account that is a computer administrator

If a new program has made your computer behave unpredictably, and uninstalling the new program did not help, you can try the Windows XP System Restore tool.

Important If you have not previously set a restore point in System Restore, you cannot restore your computer to a previous state. If you are not sure, or if you have not previously set a restore point, contact Support.

To start System Restore using the Command prompt, follow these steps:
  • Restart your computer, and then press and hold F8 during the initial startup to start your computer in safe mode with a Command prompt.
  • Use the arrow keys to select the Safe mode with a Command prompt option.
  • If you are prompted to select an operating system, use the arrow keys to select the appropriate operating system for your computer, and then press ENTER.
  • Log on as an administrator or with an account that has administrator credentials.
  • At the command prompt, type %systemroot%\system32\restore\rstrui.exe, and then press ENTER.
  • Follow the instructions that appear on the screen to restore your computer to a functional state.

Making your own commands

For creating your commands you need to follow some of the steps below:-
1) Start> Run > regedit.
2) Go to the HKEY_LOCAL_MACHINE \ SOFTWARE \ Microsoft \ Windows \ CurrentVersion \ App Paths .
3) Go to the Edit menu> New> Key and name as Netexpo.exe

Double click on the value you have entered and go to Edit menuString Value and give the path name.
4) Double click on the value you have created and ebter the full path of the application that you wish to launch(eg C:\Programs Files\ Internet Explorer) and than click on OK.
5) Gain double-click on the value and enter the executable file name executable application full path(eg C:\Programs Files\Internet Explorer\Iexplorer).
6) Then click on OK and close the Regidtry Editor.

If you want to run Internet explorer Than goto: startRuntype Netexpo.exe.

How to control the display width lifts in Windows XP, Windows Vista and Windows 7

With very high resolution monitors reached by today, it is not always easy to control the lifts Windows. The problem is even more crucial with the TabletPC and new touch screen or use of elevators Windows with the fingers is particularly difficult and imprecise. The solution? Do Windows display elevator buttons larger and easier to master!

To control the display width lifts windows it is simple! Option exists in XP, Vista and even Windows 7.

For XP
- Right-click on a blank area of the desktop and select Properties.
- Open the Appearance tab
- Click the Advanced tab
- In the popup menu item, select Scroll bar
- Enter 26 in the Size field (or any other value to your convenience)
- Click OK, then click Apply and OK.

Under Vista and Windows 7
- Right-click on a blank area of the desktop and select Customize.
- Select Color and Appearance windows
- If Aero is enabled click Open classic appearance properties otherwise go to step below
- Click the Advanced tab
- In the popup menu item, select Scroll bar
- Enter 26 in the Size field (or any other value to your convenience)
- Click OK, then click Apply and OK.

Clear Recent Commands From the Run Dialog in Windows.

The Easier Way is,
  • Right-click on the taskbar and choose Properties, then choose Start Menu.

  • Select the "Classic Start menu" option, and choose the Customize button.

  • Now just click the Clear button to remove all of the recent documents and applications from the start menu.

  • Once you've done that, hit Cancel and then Cancel again to make sure you don't switch to the Classic Start menu.

  • Note that this method will clear out everything… so if you just want to remove a single entry you need to use the registry hack method.

Print to a Network Printer from MS-DOS-Based Programs in Windows

By default, most MS-DOS-based programs print directly to either LPT1 or LPT2. However, the output is not automatically routed across a redirector to a print share unless you use one of the following methods.

Method 1

Establish a persistent connection using NET.EXE. To do so, use the following syntax at a command prompt:
net use lptx: \\printserver\sharename /persistent:yes
Back to the top

Method 2

Print directly to the printer share by using the following syntax at a command prompt:
print /d:\\printserver\sharenamedrive:\path\filename
Because Novell NetWare's CAPTURE command is not supported in Windows NT 4.0, use the following command to map the LPT port to a Novell NetWare printer queue:
net use lptx \\server\queue
If the LPT port is redirected successfully, the following message should appear:
The command completed successfully.
To disconnect persistent LPTx connections, use the following syntax:
net use lptx /delete

NOTE: When attempting to use the CAPTURE command, the may receive the following error message (The error message may vary depending on the version of NetWare):

Code:
CAPTURE-4.01-923: An unexpected error has occurred: 255 (00FF).
(SPOOL.C: [426])


Transfer user settings to another user - Duplicate user's account (Windows Vista)

Hello,

Whether after a re-installation of Vista or just to duplicate his account, because they are dysfunctional, you can transfer files and settings and return in a few clicks, a nine identical to what we had set, with all their personal files.

Most images are screen shots, because during the transfer process, no other feature is available.

To illustrate this step by step tutorial, I opted for a transfer through an external hard drive.

In a 1st time, it is necessary to create a "Transfer Settings" on the external hard drive.

Re-installation of Vista:
  • We will call "Old computer", the Vista is currently installed and "New computer" on Vista that will be re-installed.

  • Before the re-installation of Vista, you save the settings and files in his account of the old computer.

  • Panel -> Center Backup and Restore -> Transfer files and settings from Windows.

  • The 1st window Transfer Wizard opens. Click "Next". Click on "Start a new transfer". Of course you choose "My Old Computer" .

  • For this example, select "Use a CD, DVD or other removable media". Then click on "external hard drive or a network location"

  • In "Network Location", click "Browse" and select the File Transfer Settings "you just created in the external hard drive. You can also create a password. Click "Next".

  • For this example, I chose "Only my user account, my files and setting.

  • The files and settings to be transferred are listed in "Customize" you can add or exclude files. Click on "Transfer", the procedure begins.

  • A window will open end of the procedure. The files and settings have been saved and are ready to re-install. Click "Close."

  • On the "New Computer" at the re-installation of Vista, it has created a user account.

  • For our example, this account is named "sizel1. It comes in the "Transfer Settings" on the external hard drive

  • You click on the "Save Data", the wizard opens automatically transfer.

  • The window specifies the account that was saved ( "Chantal") and select the account created during the re-installation ( "Chantal11), click on" Next "

  • What will be transferred is detailed, click on "Transfer", the procedure begins. The window displays the end of the procedure.

  • Reboot the PC.


Duplicate user's account:
  • Sometimes the user account that is used, whether standard or administrator, may present deadlock and dysfonctionnemnts.

  • By the method of transfer, you can transfer files and account settings damaged.

  • Before the transfer, of course, creates a new account:
    Panel -> User Accounts -> Manage another account -> Create a new account.

  • For this example, I named "sizel1.

  • Then the transfer procedure is exactly the same as for the re-installation of Vista, except that in this case, it remains on the same operating system Vista.

  • When the transfer was made, we have a brand new user account, blank manipulation, strictly identical to the old one, with personal files and settings.

Note that in the old account ( "Chantal" for example), nothing has changed, the settings and files are still present.

We just have to delete the old corrupt and rename the new one.

I hope this tutorial will help

How to enable or disable the Bluetooth icon

You can enable or disable your computer from connecting to Bluetooth devices such as mobile phones or even your travel mouse.
  1. Go to the start menu in the bottom left corner
  2. Choose Control panel from the menu
  3. Choose to view the control panel in classic view
  4. Double click on the Bluetooth icon
  5. Go to the options tab at the top
  6. Then put a tick in the box next to Show Bluetooth icon in notification area

The Bluetooth icon in the notification area allows you to see what Bluetooth devices that are installed or enabled on your computer.

How To Recover Forgotten Password That Exist With 'Remember Me' Option

If you have been using the personal computer with no one else to fiddle with it, you will always use the remember my id and password or relative method so that you dont need to enter your password again and again. But suppose you sometime you need to access you account say your email account when you are not on your computer, and at that time you realise you have forgotten your password, what will you do? Go home and access your account from your computer! Right!?
.
If you want to recover your password from the saved webpage or say messenger window you can follow these steps:

Install ActMon Password Recovery

Now Run it.

now open the messenger & drab the "key" icon from the ActMon opus password recovery software window on the password field and drop it there.

you will see the password in clear text in the ActMon opus password recovery software window.

There you go!

Next time remember your password!

All the best!

Speed Up Your Vista With Your Pendrive

Requirenments
  • Spare USB flash drive.
  • Windows Vista-operated PC

Steps:
  1. Plug your drive into any USB 2.0 port of your pc.
  2. Right click your drive and click properties.
  3. Find the tab of ReadyBoost and click on it.
  4. Set up the settings and you are done!

  • You don’t have to erase any existing files on the drive.
  • You can indicate how much space you want for speed boost.
  • The feature also works with Secure Digital cards.

Disabling Recent Documents History

The Recent Documents folder on the Windows XP Start menu displays a list of files and documents that you most recently used. But if you are not using this feature, it is best to disable it.

The bad thing about Recent Documents History is that Windows XP has to calculate what should be put there each time you boot Windows, which can slow things down.

Here's how to disable the recent documents history:
  1. Open the Registry Editor (select Start/Run, type regedit, and click OK).

  2. Navigate to HKEY_CURRENT_USER\Software\Mcft\Windows\CurrentVer sion\Policies\Explorer.

  3. Create a NoRecentDocsHistory D_WORD key. Double-click the value to open it once it is created.

  4. Set the Data Value to 1 to enable the restriction.

  5. Click OK and close the Registry Editor. You'll need to restart the computer for the change to take effect

Add Different languages on PC

To add Languages on Computer:
  • Click Start, then go to Control Panel
  • In Control Panel click "Date, Time, Language, and Regional Options", or in classic view, simply "Regional and Language Options."
  • Click the "Languages" tab
  • Click "Details" - Classic View
  • Click "Add..." and select your language from the drop-down box
  • Select keyboard layout if necessary
  • Press "OK" to confirm changes
When you want to switch languages, either press left Alt + Shift until the little box on the taskbar changes.
You can also add a key combination for each language. Just select "Key Settings" in Add language tab.

Create your own Run Command for any specific Application

You can make your own Run Command (program shortcut) to run a program or a document directly.

To use this feature, you will need to be logged into your computer with administrative rights.
  • Click Start button and type regedit in Run option then press Enter for next.

  • Here locate the location to:
    HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Curr entVersion\App paths

  • Now right click on App Paths and select New > Key, title the key and name it whatever you want your run command to be. In this case, we will try to create a run command for googletalk application.
    New > Key >googletalk.exe

  • Now select the googletalk.exe folder and click right on (Default) string value then click Modify at the right hand side panel.

  • Here enter the path of the program that you want to execute in the value data field. In our case, the path of googletalk application will be C:\Program Files\Google\Google Talk\googletalk.exe.

  • Now again in right side panel, click right to create a new String value with the name googletalk and its values as C:\Program Files\Google\Google Talk\googletalk.exe.

  • Now close the registry editor and restart your computer after any changes to go into effect.

Solve Common Problems of formulas in Excel 2007

Hi friends,

Will Creating Formulas in excel We normally make Mistake and Stuck over there many times. But with Excel 2007 we can Solve some of our formula.So here are the some of the Tips for solving formula related issues in Excel 2007.

Turn error checking rules on or off
  1. Click the Microsoft Office Button, click Excel Options, and then click the Formulas category.

  2. Under Excel checking rules, select or clear the check boxes of any of the following rules:

    • Cells containing formulas that result in an error

      The formula does not use the expected syntax, arguments, or data types. Error values include #DIV/0!, #N/A, #NAME?, #NULL!, #NUM!, #REF!, and #VALUE!. Each of these error values have different causes and are resolved in different ways.

    • Inconsistent calculated column formula in tables

      A calculated column can include formulas that are different from the column formula, which creates an exception. Calculated column exceptions are created when you do any of the following:

      -Type data other than a formula in a calculated column cell.
      -Type a formula in a calculated column cell, and then click Undo Button image on the Quick Access Toolbar.
      -Type a new formula in a calculated column that already contains one or more exceptions.
      -Copy data into the calculated column that does not match the calculated column formula.
      -Move or delete a cell on another worksheet area that is referenced by one of the rows in a calculated column.

    • Cells containing years represented as 2 digits

      The cell contains a text date that can be misinterpreted as the wrong century when it is used in formulas. For example, the date in the formula =YEAR("1/1/31") could be 1931 or 2031. Use this rule to check for ambiguous text dates.
    Correct common formula errors one at a time
  3. Select the worksheet that you want to check for errors.
  4. If the worksheet is manually calculated, press F9 to recalculate now.
  5. On the Formulas tab, in the Formula Auditing group, click the Error Checking in-group button.
    • The Error Checking dialog box is displayed when errors are found.
  6. f you have previously ignored any errors, you can check for those errors again by doing the following:
    • Click Options.
    • In the Error Checking section, click Reset Ignored Errors.
    • Click OK.
    • Click Resume.
  7. Position the Error Checking dialog box just below the formula bar (formula bar: A bar at the top of the Excel window that you use to enter or edit values or formulas in cells or charts. Displays the constant value or formula stored in the active cell.).
  8. Click one of the action buttons in the right side of the dialog box. The available actions differ for each type of error.

    Note:If you click Ignore Error, the error is marked to be ignored for each consecutive check.

  9. Click Next.
  10. Continue until the error check is complete.
add column, c# column, column select, datagrid column, how to column, net column, sql column, sql reporting, sql server column, sql server training,

File corrupt or missing - Solution

Sometimes when installing a program or following a hard disk, a portion of a system file can be damaged. The system or software may complain and refuse to start.

System File Checker
Windows XP has a utility very useful and yet very little known: a System File Checker (SFC - System File Checker).

To use:
  • Click on Start / Run
  • Enter and confirm the following command within the space between the command and its argument:
sfc / scannow
  • The dialog box of Windows File Protection and then opens the file system analysis begins.

In case of corrupted file, the installation CD will be called and replace the file in its original version!

Repair with the Windows installation CD
If the above procedure does not solve the problem, there remains the possibility to repair the Windows installation by equipping the installation CD!
  • Insert the Windows CD into the drive and reboot the computer.
  • Make F8 to select the appropriate drive unit boot. If this fails, change the sequence in the BIOS setup as the following, otherwise move to the next step.
At boot the computer, press F2 or F5 to access the BIOS setup
Options in the BIOS, change the boot sequence (boot sequence), so that the CDROM is placed first.
Save changes and reboot.
  • When the words "Boot from CDROM" or "Start from CDROM" appears (for a few seconds), press a button to launch the Windows Setup program.
  • A menu of choices will appear, choose "Repair" (Repair).
  • The menu will then fast or manual. Try fast mode first, if that is not enough, it will be possible to manually try later!
  • Reboot leaving the installation CD of Windows and choose "Install." Attention! At this stage, we should not choose "Repair" but "Install".
  • The program asks you whether you want to repair your installation, choose "Yes". Note that the data your system will not be crushed, only the system files will be replaced by the originals.
  • When the repair is complete, change the boot sequence for the original sequence, save and let the computer restart.
  • The system should work again ...

Discover the secret commands in Word 2007

Like any sophisticated application, Word 2007 accepts orders placed in the launch parameter. These commands used to control the startup of word processing and direct it to launch a behavior different from that defined by default. It can solve some critical problems that sometimes lead to systematic crash Word.


Launch commands are commands that can alter the normal start of the application. These commands are often expressed in one or more letters preceded by the sign "/".

To use them, several choices are available to you: Launch Microsoft Word from the Run menu by pressing [Windows] + [R] and then typing:
Quote:
  • WINWORD / command
  • Launch Word 2007 from the Start menu of Vista or Windows 7 by opening the menu with a brief pressure on the [Windows] and typing in the search field:
    Quote:
    WINWORD / command

The available commands are:
  • WIN WORD /safe
    Very useful when Word refuses to launch or crashes erratically, this command tells the word processor to launch a "no fail" mode in which Word does not support any extension, no macro and no configuration file.

  • WIN WORD /a
    This command is very similar to the previous one. It loads WORD without any extension (add-in) is taken into account, and without the NORMAL.DOTX model is loaded.

  • WIN WORD /r
    Word asks to start reinstalling your keys in the registry. In fact, the command starts Word, then starts Office Setup to reset the keys of the registry used by Word, and then leave the Setup on a refurbishment.

  • WIN WORD /q
    This starts Word in preventing the display of the traditional home screen (also known as "Splash Screen").

  • WIN WORD /t "model_name"
    Very useful when using several different models for its documents, the command starts asking Word to open a blank respecting the model (instead of Word opens with its usual model NORMAL.DOTX). Must specify the full path to the model, e.g.
    Quote:
    WINWORD /t "d:\documents\models\estimate_model.dotx
  • WIN WORD /f "filename"
    Launch Word ordering the automatic opening of the document specified as a parameter. This is very useful to create a batch file that opens multiple documents at once, or to open automatically with Windows and Word or memory book that is written. The command is used as follows:
    Quote:
    WINWORD /f "d:\documents\my_memory.docx
  • WIN WORD /m nameMacro
    Very practical too, this command starts Word application to run automatically launch the macro specified as a parameter.

  • WIN WORD /n
    Force starting a new instance of Word without opening any documents.

  • WIN WORD /w
    Force starting a new instance of Word to open a blank document.

How to Remove Hidden Software

Suppose you want to remove Windows Messenger, because its worthless according to you in this age of YM , G-Talks n all. How can you do it? Its not even listed in the Add Remove Program at the Control Panel.

follow the steps
1. Find and edit the text file at c:\windows\inf\sysoc.inf OR
* Go to Windows folder
* Find the Inf folder inside that
* Search for the sysoc.inf file
2. Search for the word hide and remove it. Do NOT remove any other text from the line.
3. Now you can go to the Add or Remove Programs in the Control Panel
4. Select Add/Remove Windows Components and there you can find your unwanted software. Go ahead and Uninstall.

Improving the MP3 Sound In Winamp

If the music you play with Winamp that seem to be a little bland, you can improve the sound using the equalizer with many presets particularly effective.
  • In Winamp, click the View menu and then click equalizer.

  • The equalizer is then displayed.

  • Click the Presets button, then click Load Preset.

  • Then select the style of music you listen to most frequently to adjust the different frequencies reported. If you listen to music with headphones or with a laptop, you can increase the lower the setting by choosing Laptop Speaker / Headphone. Click Load.

  • Finally, click the On button to activate the equalizer.

  • Feel free to try different settings until you find one that suits you.

Open Microsoft Word 2007 Faster as Notepad

Disable the "Update automatic links on Open" option
When you disable the Update automatic links on Open option, documents may open faster. You can manually update links later.

To disable the Update automatic links on Open option, follow these steps:
1. Start Word 2007.
2. Click the Microsoft Office Button, and then click Word Options.
3. In the Word Options dialog box, click Advanced, and then scroll down to the General section.
4. Click to clear the Update automatic links on Open check box, and then click OK.

To manually update links, follow these steps:
1. Start Word 2007.
2. Click the Microsoft Office Button, point to Finish, and then click Edit Links to Files.
3. Click the link that you want to update, and then click Update Now.

Even when the automatic updating is turned off, Word still seems to "examine" each link and attempts to open linked Excel files. I know this is happening because I opened an S:\folderA\source.xlsm first and then I opened a Word doc that has a link to S:\folderB\source.xlsm. I got an error message about trying to open two files with the same name. If Word were not updating or "examining" the links, it wouldn't even need to open source.xlsm.

“Examining” each link, even if it is correct and working, significantly slows down the opening of the document. If the links are incorrect, the open gets stuck waiting for OLE responses to open a different file. Sometimes the open hangs completely. We cannot even open the file to correct the links.

A Microsoft engineer confirmed that this is a known problem with NO KNOWN solution with the XML file formats. He recommended that we save all our documents in the binary (.doc, .xls) formats because our documents have so many links between Word and Excel.

If you want to demonstrate this problem to yourself, simply open Task Manager or Windows Explorer. Make sure that Excel is not running. Open a Word 2007 document (.docx) with links to an Excel file. You will see a process for Excel start in Task Manager and you will see an Excel temp file open in Windows Explorer. This happens even when you have unchecked the "Update Automatic Links at Open."

I suspect this could be the reason for many people experiencing very slow file open times in Word 2007. I am surprised there is not more urgency to fix this KNOWN problem.


POPULAR DOWNLOADS

.