answersLogoWhite

0

📱

Windows XP

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

9,737 Questions

Is there a Windows firewall is included in all editions of windows xp regardless of service pack level?

Windows Firewall was not introduced until Service Pack 2. There was, however, a firewall included in Windows XP RTM; it just wasn't enabled by default.

What you create a file in c?

A file. Of course it wouldn't hurt if you asked questions that make sense.

Perhaps see if fopen() from stdio.h is what you're looking for.

How do you get permission in my network with 2 Windows XP computers I set up a network for the computer and it says 'location You might not have permission to use this network resource'?

Your not being very specific about what your trying to get permission to do..?? And is this just a few computers connected to a wap, or are you going through a switch or a hub..??

How do you open the hidden files in windows 7?

go to my computer, select the organise option,select the view option from organise, select the "show hidden files & folder" click in apply and then ok, your hidden files will be shown where they are shaved.

How do you install OS on external hard drive?

Assuming that your computer is already formatted,

As soon as the computer starts up, enter BIOS (by pressing 'del' or any other stated key).

Go to Boot-priority.

Put the CD Drive in first priority (Once installation is complete, return to BIOS and sets the hard drive disk to first priority).

Put the Operating System Installation CD in the drive and restart the computer.

Now just wait and follow the instructions.

Read more: When_a_new_hard_drive_is_installed_in_a_computer_system_you_must_first

Manual settings of tecno t520 configiration?

To manually configure the Tecno T520, navigate to the settings menu and select "Network" to set up your mobile data and Wi-Fi connections. For APN settings, go to "Mobile Networks," then "Access Point Names," and input the necessary details provided by your carrier. Adjust additional settings like display, sound, and notifications according to your preferences. Lastly, ensure software updates are checked to keep the device running smoothly.

What is back-up utility?

Backup support utilization is the process of giving some of a business's workload to another organization in order to handle large amounts of work that would never get finished otherwise.

What is disk defragmenter utility software?

Put simply - it's a utility that organises files on a disk. When you try to save a file, Windows simply looks for the first available piece of blank space - whether it's large enough to hold the whole file or not. It saves as much of the file as it can in the available space, then looks for another piece of blank space. This results in fragments of files being saved all over the disk.

Disk defragmenter programs use large areas of blank space on the disk to 'join up' all the fragments of each file into complete files, before writing them in one 'chunk'. Defragmenting the disk regularly - especially if the disk is more than 80% full keeps your computer running at optimal speed.

How do you enter in dos mode?

In windows you can access DOS mode by clicking "run" in the start menu and typing "command" into the blank.

DOS mode can also be accessed via the boot menu (accessed by pressing F8 during startup) and choosing command-line.

How do you install CD player in 1999 buick century?

To install a CD player in a 1999 Buick Century, first, disconnect the vehicle's battery to avoid electrical issues. Remove the existing radio by prying off the trim panel and unscrewing the mounting screws. Disconnect the wiring harness and antenna, then connect the new CD player's wiring harness and secure it in place. Finally, reassemble the trim panel and reconnect the battery.

How do you create an auto executable file?

whenever the program is compiled by the compiler,a .exe file is formed.here u can find the out put.but a .dll file is formed when a application logic is build to form a component,which can b a part of a .exe file.i mean to say .dll can't produce a out put,but can b used by a application,and after compilation form a .exe file. == A linkage editor will do the trick (often integrated with the compiler). How to create an EXE file

If you want to launch Gentee programs as exe files, then use the ge2exe program. It allows to create an .exe file from a source file (.g file) or a compiled bytecode (.ge file). Such .exe file is executed without any extra modules. It can be useful, when you wish to use the program on other computers. GE files are created when compiling programs in Gentee.

ge2exe.exe [switches] <source file> [output file]

switches - options. You can specify the following options:

-e - launch the .exe file after creation.

-d - do not include gentee.dll to the created .exe file. In this case, for launching the program gentee.dll is required. This option may be useful if you have several programs in one directory.

-w - wait for keystroke after the .exe file is created.

-i - link .ico file. It must be the next argument.

-i "c:\data\myicon.ico"

-r - link .res file. It must be the next argument.

-r "c:\data\myres.res"

-c - make a console application. Default for .g and .ge files.

-g - make a gui application. Default for .gw and .gwe files.

source file is a required parameter, and should point the name of the file with bytecode or source code. The following extensions are supported: .G, .GW, .GE, .GWE .

output file is an accessory parameter, in which you can point a name for the created .exe file. By default, if this parameter is not specified, the executable will have the same name as the source file, but with extension exe.

ge2exe.exe -r myapp.ge

ge2exe.exe myapp.ge c:\output\app.exe

What are the steps that you would take in order to do a system restore?

To perform a Windows 7 system restore, first navigate to Start--> All Programs --> Accessories --> System Tools and click on the "System Restore" icon. Click "Next" to choose a date to restore the computer to and then click "Finish" to begin the system restore.

Where do you find the login or airg page on the computer?

To find the login or airg page on your computer, you typically start by opening a web browser. Enter the specific URL for the airg service in the address bar, or search for "airg login" in your preferred search engine. Once you reach the page, you should see fields to enter your username and password to log in. If you're accessing a specific site or service, ensure you're using the correct link provided by that service.

Where are Pella windows made?

Pella windows are manufactured in the United States, with several production facilities located across the country. The company has plants in states such as Iowa, Indiana, and Illinois. Pella emphasizes quality craftsmanship and uses locally sourced materials whenever possible.

How do you develop kernel mode device drivers for Windows NT?

Developing kernel mode device drivers for Windows NT involves using the Windows Driver Kit (WDK) to access necessary libraries and tools. You start by defining the driver entry points, handling IRP (I/O Request Packet) requests, and managing device objects. It's crucial to adhere to the Windows Driver Model (WDM) for compatibility and stability. Additionally, thorough testing and debugging can be performed using tools like WinDbg and Driver Verifier to ensure the driver operates correctly under various conditions.