answersLogoWhite

0

📱

Windows XP

MS Windows XP operating system that was released for PC computers in 2001

9,737 Questions

What does application vid. exe oxc000012d?

Vid.exe is a process file from company Logitech Inc. belonging to product Logitech Vid HD. The file is digitally signed from Logitech Inc - VeriSign Time Stamping Services Signer - G2. Though sometimes, it will make the computer run a little slower, it is not recommended to remove digitally signed files from Logitech Inc.

How do you upload your .exe 20th Century Fox Intro to Windows Live Movie Maker?

You need to convert that file before importing it into Windows Live Movie Maker:

.asf, .avi, dvr-ms, .m1v, .mp2, .mp2v, .mpe, .mpeg, .mpg, .mpv2, .wm, .wmv

What is wrong if your Windows screen turned white and you can not click anything and only some programs work in safe mode?

Does your screen shows MEMORY ADDRESS DUMP with the back ground of BLUE Screen ? Windows is likely to be CURRUPTED .... Install it again ! after saving your data (ofcourse) or UPGRADE your Windows. E.g. from 95 to 98 or 98 to 2000 or 2000 to XP Professional (Not HOME as XP Home SUCKS). To be Windows 2000 Pro is the BEST Operating System Microsoft has created so far .... Make sure If u upgrade it to Windows 2000, DO NOT FORGET to INSTALL SP4, i.e. Service Pack 4 for Windows 2000 Pro, which is FREE to download on internet/ microsoft's web site.

What key is used to select more than one file PC?

Use the SHIFT key or CONTROL key, depending on what you want to do.

Click on a file in Windows Explorer. SHIFT-Click on another file to select every file in between.

CTRL-Click on individual files to select them separately.

How do you recover replaced files in Microsoft Word?

The MS will read the unsaved document to be recovered. However if the MS does not read the unsaved document, unfortunately the file will not open and will be totally deleted.

Next tool has the same functions and is able to repair .doc and docx files from any version of MS Word. The program owns easy to use, intuitive interface for any experienced users.

What is the solution to the problem of downloading a windows security update and then all of your word documents requireing a virus scan when opening?

That's up-dates for ya!!! Honestly, it is only suggesting you do a virus scan. You don't need to unless you suppect a problem with the file.

In my opinion, up-dates can cause more harm to your existing PC programs due to their up-dateness, meaning the up-dates may well be to advance for that particular program you have and can render your PC doing funny things. I avoid them all together. This is only my opinion. There is a saying, 'if something is working, why fix it?'

Graphical or textual objects used for manipulating a window or using a program are called?

Graphical or textual objects used for manipulating a window or using a program are called

To print 1 11 121 1331 14441?

#include<stdio.h>

#include<conio.h>

void main()

{

int i,j,sp=0;

clrscr();

for(i=5;i>=1;i--)

{

for(j=1;j<sp;j++)

printf(" ");

for(j=1;j<=i;j++)

printf("*");

printf("\n");

s++;

}

getch();

}

How can you open a file in an application when the file type is not associated with that application?

You can find out the file type by searching on http://filext.com/ and then you can see what programs you can use to open that file. Hope this helps.

What does magenta do to developing prints in darkroom?

Magenta is secondary color (because it is a combination of 2 primaries, red and blue) and is one of the 3 colors used in the subtractive color system (yellow and cyan being the other 2). A fundamental rule of filters is that they pass their own color and hold back their complementary color. When printing color negatives, adding magenta filtration will therefore decrease the complementary color green in the resulting print. You could say that if a print is "too green", you add more of the complementary color to the filtration (magenta), too red, add cyan, and so on.

For prints made from color slides, the approach is the opposite. For black and white using variable contrast paper, magenta is at the strong end of the possible filter selections that will raise the contrast level of the print.

What are the steps in how to turn off and turn on the computer?

Turning on the computer:

1) For a usual computer, press the button on the DVD machine first, then press the other button underneath the screen. For a laptop, just search round the side or beside the keyboard for the button.

2) Wait.

3) Done!

Turning off the computer:

1) Press start (green rectangle) at the bottom left corner.

2) Press close computer.

3) Press close computer again.

4) Wait.

5) Done!

If you purchase a new bare to the bone computer with a clean hard disk and no existing user data applications or configuration settings what kind of installation will perform?

Caution when shopping for bare bones systems. Many are stripped of essential hardware as well, such as preinstalled RAM, Hard Drive, DVD/CD Drive, Video Card,

CPU Chip, keyboard and mouse. These have to be purchased and installed by you separately, meaning more cost and points of mistakes and failures. Don't

forget the missing cables and connectors as well. And even though you are possibly buying all this as "new", you are not getting the original OEMs warantee or guarantee either. Sometimes to save a bit, it makes more sense to buy refurbished, because those are complete assemblies and tested out.

But if you are in earnest about going with just the hardware and adding the software, your best deal on software is undoubtedly one of the many free distributions of Linux that can be obtained online. There are several favoritesw, and the one I like best isw Ubuntu. You get the LiveCD version of any of these, and you can just try it from the DVD/CD drive, oir install it from there as easily. These distros, as they are called, are not just a free operating system, but they come with a whole bunch of user applications already tucked in. And there are always more if these don't satisfy you, all absolutely free to download, install, and use.These are big downloads, and you can often find preburned CDs on sale online and even on eBay that save you hours of download time for just a few dollars, because an honest distributor cannot charge you for the software on the CD, just for the act of burning it to CD and delivering it to you, so a CD may only coast you $5 or less. Sound incredible? This is the nature of the Open Source movement. So it would not cost you too much to try several distros if you like.

What are the rules and regulation in naming a file and its extension?

1. a) File length up to 78 characters, including the extension

b) The naming not containing \ / : * ? " < > or | symbols

c) The base name and extension must be separated by a period.

What is the color back have to do with anything?

Well a color back has to do with mostly with well color of corse.Like a humb back whale it has a color back.Color Back means something like a background color.Well I hope that answers your question.

How cas we allow for each user to have 3 concurrent sessions on orcle?

This can be done by using a "profile"

To implement a 3 session hard limit for each user in the database, perform the following:

Login to the DB as SYS via SQLPlus

Once there run the following:

alter system set RESOURCE_LIMIT=true scope=both;

create profile sesslimit limit sessions_per_user 3;

For each user you wish to implement the new limit on you

will need to do the following:

alter user <username> profile sesslimit;