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

How did the window break?

You probaly yanked it too hard lol XD

How do you stop the message automatic updates is turned off?

You can set a registry key for it:

HKEY_LOCAL_MACHINE \ SOFTWARE \ Microsoft \ Security Center

DWORD = UpdatesDisableNotify

Value: 1

A Windows restart is needed to change this setting.

Do you have to file all of your W-2s even if some of them are under 600 or do you only file the W-2s over 600?

Think of it this way, the IRS has all your W-2s. If you don't report them all, they will know that you are ducking out on paying taxes. There isn't anything magic about the number $600. I suspect you intended to ask about 1099 under $600, not W-2. (Especially as anything on a W-2 probably has withholding and other benefit payments like FICA and Workmens Comp, etc., that you would want to assure are refunded or credited as the case may be). Yes, many times different types of income required to be reported on a 1099 are excluded from the reporting requirement if the amount to report is under $600. A 1099 for non employee compensation, as well as payment to non corporate entities are some that come to mind. Other thresholds exist for other types of items. However, those exemptions are from the 1099 issuers side, basically to avoid having to track and produce a zillion rather minor transaction types. It does not exempt the receiver from having to report the income, no matter what the source or how small. Hence, the answer, or result essentially remains the same.

When coping files the drive to which files are being copied is called what?

It depends what you are copying them to. If you are copying them to another hard drive, it will have a different drive letter. it is the same with USB drives.

A disk marked as dynamic can be used with other dynamic disks in a spanned or volume?

Basic disks and dynamic disks are two types of hard disk configurations in Windows. Most personal computers are configured as basic disks, which are the simplest to manage. Dynamic disks can make use of multiple hard disks within a computer to duplicate data for increased performance and reliability.

How can you retrieve pencake art files?

To retrieve Pancake Art files, you typically need to access the software or platform where they are stored, such as a dedicated app or website. Check the app's library or file management section for saved designs. If you created the art using a specific device, connect that device to your computer to transfer the files. Additionally, some users may share their designs on social media or online communities, so searching there can also yield results.

What is located just below the title bar and shows the location of the files that appear in the file list?

The address bar is located just below the title bar and shows the location of the files that appear in the file list.

How can i play zip vidio file?

The .zip file extension identifies files that have been compressed. Their smaller size means that they can be stored in less space or sent over the Internet in less time. To view the contents of the zipped file they need to be unzipped. With most computers you can double click the .zip file and the original file will be uncompressed and stored in the same place as the zipped file.

The unzipped file will have it's own extension .m4v, .avi, .mov etc. which will identify what software is needed to play the video but most computers can play most video formats.

What is the New Microsoft Certification?

In 2007 upon the release of Windows Sever 2008, Windows Vista, and numerous enterprise server products; Microsoft retooled their certification program. I believe your question is referring to what certifications replaced MCSA\MCSE. The MCSA certification was replaced by MCTS and the MCSE certification was replaced by MCITP. However, keep in mind that these are not direct translations of the previous certifications; and you will now have to select from a specialization in each, that require completely different tests. Microsoft did this in an effort to give HR representatives a better feel for selecting technicians geared to the type of work they are needed for. MCSA, MCSE, MCDST, along with a few others have "upgrade" examinations allowed to move to the new certifications.

From Microsoft.com:

Q. Does MCSA equate to MCITP: Server Administrator and does MCSE equate to MCITP: Enterprise Administrator?

A. No, not exactly. The MCITP on Windows Server 2008 certification requires a new skill set-in some cases, a more robust one-that differs from the skill set needed for MCSA and MCSE certifications.

MCITP: Server Administrator certification covers more operations-related job skills than the MCSA certification.

MCITP: Enterprise Administrator maps to an actual job role profile, whereas the MCSE certification does not. The latter combines technology and job skills.

Q. Are the MCTS and MCITP certifications replacing the MCSA and MCSE certifications?

A. No. The MCSA and MCSE certifications are not being replaced. There is no change to the Microsoft Windows 2000 Server and Windows Server 2003 tracks and certifications. The MCTS and MCITP certifications are for Windows Server 2008.

How do you make a batch file that talks to you?

1. Click on the Start Menu

2. Click on the Run command

3. Type in: cmd

4. Type in: help

This should help you a lot with commands.

Use: help <command> for details on a certain command.

Example: help echo

Use the echo command to make the batch file talk.

Example is:

@echo

echo "This is what they will see"

Make sure to include the ""s.