answersLogoWhite

0

📱

Microsoft Windows

Windows is a consumer and enterprise grade family of operating systems developed by Microsoft Corporation. First released in 1985, it has become the best-selling operating system in computer history, and has 90% of the total operating system market.

18,535 Questions

Can Roblox slow down windows seven?

Yes it does....I've got windows 7 an it works here so...yes it should work on yours

When you view a the properties box for a folder why might the security tab be missing?

You are not an administrator or file owner restrict access to change security permissions

This answer is wrong. Read the book.

What was the collosiam used for?

HeliosThe colossus of Rhodes was a large statue of the sun god Helios, straddling over the entrance of the harbour 110 feet high. Pliny wrote, "few people can make their arms meet round the thumb". The colossus was a celebration of the sun in a way that the Christ the Redeemer is a celebration of the saviour.

Lighthouse

The intended purpose of the Bronze statue called the Colossus of Rhodes was that of a lighthouse, one of the statue's arms was holding a torch in much the same manner as the Statue of Liberty. However, it seemes it never performed that role as shortly after it's completion it was brought down in pieces by an earthquake and a few centuries later, the bronze pieces were bought by an arms' trader and melted into weapons.

The Colossus of Rhodes was used as a type of lighthouse to guide wayward ships to the port. A fire kindled in its head could be seen far out to sea.

Button used to reduce the window size into a button on taskbar?

If you want to shrink to the taskbar, get Anvir task manager free or pro and press SHIFT+click minimize

http://www.anvir.com/taskmanagerfree/

What is the best free audio editing software?

There are many good online mixing softwares and service that help you to get high quality sound by providing tools to add right tune, melody and composition. The services like AnalogMix are best to make your tracks professional and improve your skills.

Is dos good than windows?

  1. DOS uses CLI (command line interface), whereas Windows used GUI (graphical user interface)..
  2. DOS does not support networking, Windows does..
  3. DOS is a single user OS, Windows is Multiuser..
  4. DOS is a single tasking OS, Windows is Multitasking..
  5. Dos is a single threading OS, Windows is a Multithreading..
  6. DOS supports 2 GB of maximum partition size, Windows supports 2 TB or more..
  7. DOS uses FAT 16 file system, Windows uses FAT 32..
  8. Server administration is not possible in DOS..

There are numerous advantages for windows users and programmers alike over the older DOS text based environment. They are 1. Standardised graphical user interface 2.Multitasking capability 3.OOP approach in programming 4.Memory control 5.Hardware Independence 6.Use of dynamic link libraries (DLL)
Biggest Different is Graphical user interface and Multimedia feature both are support by Window , not ms dos

How do you convert a MP3 file into a VSQ file?

There is no software that can convert an mp3 into a vsq.

It's almost like asking, "how do I turn a jpg into an mp3?" You can't because they're two different types of files.

An mp3 is an audio container. A vsq, on the other hand, is a sequence of data used by a computer to render sound. A vsq does not contain any audio information, it basically contains a *script* telling the computer what sounds to make.

If you want to make a vsq *based upon* an mp3, then you have to use your *ears* and *listen* to the mp3, and then try to sequence the vsq based on what you hear.

It's all manual; there's no easy, nor automatic way of doing it.

How do you scan a Word document from my scanner into Word or my clipboard so you can Edit it?

You need Optical Character Recognition (OCR) software to convert the image from the scanner into text that you can edit. With most scanners, you cannot scan directly into Word. Some scanners (like HP and Canon), sometimes include OCR options. Sometimes OCR is called Scan to Text.

What type of program provides the user interface?

what type of program is used to provides the graphical user interface

Why did you make this site?

Obviously, we did all the Internet things to physically make this site. But the concept, now that is another matter!

Our founder, Chris, found out that he kept answering questions from friends that were repetitive. So he made a website that answered questions called Faq Farm. He saved questions that he had been asked and gave each question it's own "page." That's why you see a Faq page at the top of the categories when you click on the categories themselves.

He had very good success with his little Faq Farm, and eventually his friends and family became Faq Farmers...a forerunner to the WikiSupervisors today. As the site grew more successful, he was approached by an entrepreneur who bought the Faq Farm and renamed it WikiAnswers, a subdivision of Answers.com.

The entire concept is that everyone can contribute to the general knowledge base, however small, and everyone has specialized knowledge. Welcome to our folk wisdom knowledge base!

How do you save 2 different word documents to the same file?

You must save separately, you cannot save anything to more than one place at one time. When you save a Word document it automatically saves in Word. Then go back and choose "Save As" and just type the name you want to save in and then box below gives you choices of what locations you want to save in. i.e. saving Word document in Word Perfect.

What is the name of the virtual memory file in Windows XP?

It is called Page File.It is created during widows xp installation & resides on the hard drive.It is measured in MB.By default,windows xp creates a page file approx. 1.5 times size of installed RAM.

How do ichange your windows live messenger password?

You change your Messenger password on the login page. Depending on the version you have, there will be a highlighted link that says "Forgot Your Password?" at the bottom of the page. Click on this.

You should then bring up a page with two bars to fill in: One with a security code, the other with your e-mail address.

Hope this has helped.

What is he command to copy myfiledat from the root directory of drive a to the data folder on drive c?

COPY A:\ C:\DATA (note that there's a space between a:\ and C:\data)

The command you use will depend on the operating system you're using.

On Windows, the command is copy. The following example would copy the file to the windows folder on drive c: copy a:\myfiledat c:\windows

On Linux, the command is cp.

When using either of these commands, if either the source file or destination folder/file contains spaces you'll have to place quotes around it. copy a:\myfiledat "c:\folder with spaces"

How do you solve generic host process for win32 service?

Generic Host Process is a necessary Windows service for networking. Many applications use this for communication. It is not recommended to delete this file or deny it access to the internet.

Microsoft Knowledge Base has several articles about problems with Generic Host Process crashing.

What are the basic commands of ACSlogo?

Forward (fd) add a number to the back of fd for the distance. (ex. fd 100)

Backward (bk)) add a number to the back of bk for the distance. (ex. bk 100)

Right (rt)) add a number to the back of rt for the angle you want to turn. (ex. rt 90)

Left (lt)) add a number to the back of lt for the angle you want to turn. (ex. lt 90)

ClearScreen (cs)) use this to clear your screen.

PenUp (pu)) use this to just move instead of write.

PenDown (pd)) use this to write again.

SetPenWidth) add a number after for the width you want it to be. (ex. setpenwidth 10)

Setpencolor) add a number 1-9 for the width you want it to be. (ex. setpencolor 3)

Home) use this to move your turtle to it's original position.

HideTurtle (ht)) use this to hide your turtle.

ShowTurtle (st)) use this to show your turtle again.

Clean) use this to clean your lines.

In order to activate these commands, you must have your cursor at the end of the command and press command and enter/return. Press command first and hold it down.

PLEASE NOTE: ACSlogo is a application that only works with Mac computers.

How do you get pictures from your cellphone to your pictures?

Open the phone's casing with a screwdriver. Then, find a magnet, wipe it over the phones hard drive. Try to open your computer case with a screwdriver as well, and wave the magnet over your hard drive. Just make sure the power is off on the computer when you do this or you could get shocked. When you turn the computer back on, if should have the pictures on the HDD.

Give example of video file format?

Here are several video file extension names (formats):

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

How do you delet a program?

Not sure what you mean...

but here is a tool which can remove any program as you want, even it protected by password.

Click system tool> uninstall manager.

Stop windows security pop up alerts?

If you have Vista: Go get Windows 7 (nothing you can do about it)

If you have 7: Click Win-Key type User Account Control Settings and move the slider

If you have XP: IDK (someone please put insert the appropriate info)

If you have Mac: IDK I don't have a Mac (someone please insert the appropriate info)