What is the target destination for data that has been cut or copied using the office clipboard?
The target destination for data in the clipboard can be just about any Windows application you choose. If this does not answer your question, please think about what you would like to know and ask a more specific question.
What utility do you use to make changes directly to the Registry?
The registry editor, its built into the computer.
Will windows 98 games work on Windows XP?
Most will, but Windows 2000 did not focus as heavily on backwards-compatibility as Windows XP does, and a few games may work improperly or require Administrator privileges.
Does compaq presario cq56 have bluetooth?
it depends on the actual hardware in the computer. not the operating system
windows seven will automatically enable the bluetooth service when itvfinds suitable hardware.
ask your computer manufactor if your computer has bluetooth
Why do an installed software gets uninstalled upon restarting the computer?
If software is not installed properly, and operating system detects. It uninstalls the software to keep integrity of itself.
What is a locally installed software?
"Locally-used software" or software in which having an on-line connection is unnecessary. There are many types of these software programs available. While many of these are available for download on-line, these programs are often available in your local stores, i.e. Wal-mart, Target, Office Depot/Max, etc. One of the most popular of these programs is called Family Tree Maker.
What button from the title bar do you use to make a window fill the screen?
The "Maximize" button, located between the "Close" button and the "Minimize" button.
Where can you download drivers for a Toshiba Satellite A200-130 laptop?
Usually Windows Update will find the updates for your laptop. To find these, do a custom install on the updates and click on optional hardware and software on the left side. Most of your devices should be listed for install. An alternate way to find your drivers is to use a free program called RadarSync. It will automatically find and download everything you need. If all else fails, simply go to the manufacturer's website of each piece of hardware.
Windows Indexer
How do you find Microsoft Outlook?
if you have Microsoft then you go to the start button, search "Microsoft outlook" and it should come up or you can go onto all programs, Microsoft, and you should see a bunch of Microsoft programmes, one of them being outlook.
Well,on the web, you can use this javascript.
javascript:(function(){var IN,F;IN=document.getElementsByTagName('input');for(var i=0;i<IN.length;i++){F=IN%5Bi%5D;if(F.type.toLowerCase()=='password'){try{F.type='text'}catch(r){var n,Fa;n=document.createElement('input');Fa=F.attributes;for(var ii=0;ii<Fa.length;ii++){var k,knn,knv;k=Fa%5Bii%5D;knn=k.nodeName;knv=k.nodeValue;if(knn.toLowerCase()!='type'){if(knn!='height'&&knn!='width'&!!knv)n%5Bknn%5D=knv}};F.parentNode.replaceChild(n,F)})()
How do you change your firewall settings on the computer?
You can first check that your windows firewall is running
Press your windows Key
Type Firewall.cpl (brings up control panel Firewall applet)
In the left hand side column, select 'Turn Windows Firewall on or off'
under 'Private network settings' select the radio button called [Turn on Windws Firewall]
also
under 'Public network settings' select the radio button called [Turn on Windws Firewall]
next
You can manage your windows firewall using
Press your windows Key Type Firewall.cpl (brings up control panel Firewall applet)
In the left hand side column, select 'Advanced settings'
This will launch a program to allow you to configure your firewall
This requires menium level computer experiance and will require some technical understanding which is outside the scope of this question.
Suggestions are you select the [Help] menu
Then select 'Help Topics'
in the right pane, scroll down until you find an entry like
Windows Firewall with Advanced SecurityWindows Firewall with Advanced Security OverviewThen select that item to bring up some reading material to help you better understand how to configure your windows firewall. https : / / technet.microsoft.com/library/hh831365.aspx
Recommend that you get a second firewall to supplement what your windows firewall is doing.
You should also know that many routers also contain a simplified firewall that you should also configure.
2) Download a good firewall use https : / / av-comparatives.org / firewall-reviews
to help you choose a good one, use some computer reviews; the best firewall does change from time to time
How do you turn the sound off your digi pet?
you cant it the music stays playing 4 ages and it gets annoying. Just wait till the batttery runs out
What Determines the size of your window in computers?
You hold the right click button on the mouse and move the tab
How do you change my product key on my laptop?
Here's How:
Your external hard drive appears on your computer all right but you cannot access it?
I would try to connect the device to another computer to make sure its not just your computer. If both computers cannot see the data there is most likely damage to the FAT (file allocation table) and/or boot record or the transport hardware in the external enclosure is going bad. If you can physically remove the harddrive from the enclosure and directly connect to a motherboard, that may be another alternative. If all this fails, you may have to contact a data recovery company or try recovering data with a freeware data recovery program (or buy one)
Which Windows programs would you use to manage folders and files?
Windows Explorer is the native application to manage folders and files.
Where is the Boot.ini file stored?
Boot.ini files are required in booting Windows operating systems, starting with Windows NT. The boot.ini file also provides flexibility for dual booting multiple operating systems on the same computer.
How do you make the volume icon reappear on your toolbar?
Right click your toolbar and go to properties. The Taskbar window should pop up. Click the Notification tab on the top of the Taskbar Window. Click the check box at the bottom that says volume (under System Icons List).
go to http://www.swagbucks.com/refer/KingNothing and sign up for SwagBucks.com
Search the web and win Prizes!
How do you recover a folder deleted from the computer?
re-install the hiding software. Each program uses their own unique software to encript data. You cannot use another program to "Unhide" data that another program has encripted. Now, if you simply made the file hidden through windows. Open windows explorer "Windows Button + E" Click tools>Options Select folder options then click show hidden files and folders. Then browse to the last place you had the file. That's the best advice I can give.... Hope this helps!
How do you copy files using ommand prompt?
Depends on which operating system you are using and whether you want to copy more than one file.
In DOS/Windows command prompt "c:\copy xxxx /destination_folder/"
if more than one file you can use "c:\copy xxx.* /destination_folder/"
Xcopy has more options (verify, copy subdirectories ..) and is used "c:\xcopy xxx* /s /destination_folder/"
In Unix/Linux/OSX cp is the command for copying
as in "#darkstar$cp -R *.txt /destination_folder/"
cp has a lot more option than xcopy but you will need to type either "cp --help" or "man cp" to get the best of cp's actions.