answersLogoWhite

0

📱

Windows XP

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

9,737 Questions

It is a computer that you access remotely from your computer?

The easiest way is to sign up for the service at a site There you can sign up for an account install a software package on the computer you want to access and leave it on. Then you can access the computer from anyplace with broad band internet or better.

How do you access the advanced menu options during the boot process?

As you are using the Windows Operating System then the next time you restart the computer what you need to do is hold down the 'F1" key immediately after the restart. This should bring the "Boot" menu on screen. Anytime you want to know about the computer Operating System you are using then use the Help information that is part of that Operating system for fast, relevant easy steps to problem solving

How do you Schedule shut down in windows xp?

Click Start, Run

type control schedtasks Press OK.

Double-click Add Scheduled Task.

This starts Scheduled Task Wizard.

Click Next.

Under Click the program you want Windows to run,click Browse.

In the Select Program to Schedule dialog box, locate the%SystemRoot%\System32 folder, locate and click the Shutdown.exe file, and click Open.

Under Perform this task, mention name for the task and how you want the task to run, click Next.

Under Select the time and day you want this task to start, specify a start time and date for the task, click Next.

Type the user name and password to run this task , and then click Next.

Click to select the Open advanced properties for this task when I click Finish check box, click Finish.

Click the Task tab. In the Run box, specify any additional parameters that you want to use with Shutdown.exe. Click OK.

In the last step affix parameters for shutdown.exe

For immidiate shutdown , command is,

shutdown.exe -s -t 00

How can you create a dll file?

Steps to Create Your First DLL
  • Create a Win32 Dynamic Link Library project, adding a *.cpp and a *.h file.
  • In the *.cpp file, create a class instantiated from the CWinApp file. Collapse | Copy Code

    # include # include "SourceFile.h" class CDllApp : public CWinApp { public: CDllApp::CDllApp() { Calc(0,0); } DECLARE_MESSAGE_MAP() }; BEGIN_MESSAGE_MAP(CDllApp,CWinApp) END_MESSAGE_MAP() CDllApp DllObject;

  • In the *.h file (here it is SourceFile.h), define the functions to be used. Also specify the dllexport value for the _declspec function. Collapse | Copy Code

    extern "C" _declspec(dllexport) int Calc(char no1,char no2) { char result; result = no1 + no2; return result; }

  • Then compile the DLL.
  • Create a normal Win32 Application with a *.cppfile and a *.h file.
  • In the *.h file, (here it is AppHeader.h ), declare the function with the dllimport value of _declspec. Collapse | Copy Code

    extern "C" _declspec(dllimport) Calc(int FirstValue, int SecondValue);

  • In the *.cpp file, use the function. Collapse | Copy Code

    # include "AFXWIN.H" # include "AppHeader.h" class MainFrame : public CFrameWnd { public: MainFrame() { Create(0,"Trial"); } void OnLButtonDown(UINT nFlags,CPoint point) { int res; char str[5]; res = Calc(998,226); sprintf(str,"%d",res); MessageBox(str); } DECLARE_MESSAGE_MAP() };

  • In the Link tab of the "Project->Settings" dialog, go to the text box labeled "Object / Library Modules" and specify the path of the DLL file. Then copy the compiled DLL file to your current appliation path directory and run the program.

How do you move the to the right hand cell in the latest version of excell?

INCREASE INDENT --- You can move contents of a cell by right-clicking on the right border of the cell and dragging to where you want.

How do you delete a table?

Burn It!!!!!!!!!!!!!!![[User:69.74.224.11|69.74.224.11]] T-T

How can you erase everything on your computer and reload Windows XP?

I use my Compaq computer 'start up' discs to erase the hard drive, this is called 'formating'. Then I reinstall Windows XP and whatever I want on my computer. Don :)

I agree with Don. Reformatting wipes the drive clean, and you get to start over.

Can long-deleted Microsoft Word files be retrieved?

The first place to look is the Recycle Bin. That's the normal place deleted files go. For the rest of this reply I'll assume you're talking about "properly" deleted files.

Generally, the answer is no. When a file is deleted the space it occupied is immediately available for new files to be saved over, and when that happens the file is forever erased (for all practical purposes). Undelete tools can sometimes recover recently deleted files, or fragments of them; because of the way space is allocated on the disk, these work better on Windows 95/98/ME machines than NT/2K/XP. But the longer a file has been deleted, the more likely it is to have been overwritten and lost for good.

Yes is also possible.

Unless you have low-level formatted the drive, there will always be a trace or image of your data.

This cannot easily be accessed, especially by home-users.

Best to go to a specialist. Companies deal in recovering data which has been deleted, corrupted or the physical disc damaged.

Mainly companies use this service for important data that they have lost.

Unfortunately, it is unlikely that your data could be found. Even if it was possible, it would cost hundreds of dollars.

_____

The above mentioned answers are true but have omitted 1 very important thing.

If you have not defragmented your drive then there should not be a problem with a qualified person to retrieve the item.

But of course if you have defraged the drive since then no the data is as good as lost.

Most PC repair companies now offer data recovery service's, but shop around for best price.

Prices vary from £50 ($80) up to £200 ($320)

_____

Also, Microsoft Word does have a feature that saves a backup copy when you edit a file. If you have that turned on, and you haven't cleaned out your folders, then it is possible that it still exists. Of course, if you never turned the feature on, then it doesn't help at all.

Once you backup files to an external hard drive can you delete them from the computer hard drive to create space?

It depends on the type of file you are talking about.

If you back up your documents (Word, Excel) or photographs then you can certainly delete them from your computer hard drive once they're on the external hard drive. If you need them again you can simply plug the external hard drive to the computer in order to access them.

If you're talking about program files than you have to consider whether or not the external hard drive will always be plugged into your computer. If you move a program file and then unplug the external hard drive then you should not delete the files unless you plan on plugging the external hard drive in (or leaving it attached) every time you want to use that program. If you don't mind accessing a program from the external hard drive every time you need to use it than you can certainly delete it from your computer hard drive. Otherwise, make a copy to the external hard drive as a backup in case you have computer problems and leave the original version you want to run regularly on your computer.

What is control menu box?

The application Control Menu that can be used to close the program. Located on the top left of the screen.

How do you upgrade from Windows XP to Windows 7?

Upgrading windows has 2 meaning, one is upgrading the version (service pack) and second is the operating system. To upgrade the service pack, all you need to do is to update your windows via online. For the upgrading of operating system, just install new windows operating system eg. XP to VISTA or Vista to Seven

How do you delete history in run command?

WARNING!! Don't play around in the registry. If you don't know what you're doing, you can (and very likely will) break stuff, sometimes beyond repair. Ok, now that the disclaimer is out of the way...

Delete Specific Items:

Go to Start --> Run --> Type "regedit" in the Run dialog box.

When in the registry, browse to the following key:

HKEY_CURRENT_USER>Software>Microsoft>Windows>CurrentVersion>Explorer>RunMRU.

Delete the desired entry(ies) by right-clicking, and selecting "delete", or just highlight it and press the delete key. Click Yes to confirm. Double click the MRUList value and remove the letter(s) that you deleted from the list. Click OK. Close Registry Editor. You may need to restart your computer for the changes to take effect.

Disable History:

Go to Start --> Run --> Type "regedit" in the Run dialog box.

When in the registry, browse to the following key:

HKEY_CURRENT_USER>Software>Microsoft>Windows>CurrentVersion>Explorer>RunMRU.

Right-click the key RunMRU and choose "Permissions...".

Click "Add...".

Type "Everyone" and hit OK in the box that pops up.

Back in the Permissions (Security) dialog, choose Everyone then deny Read access.

Click OK.

Close Registry Editor. You may need to restart your computer for the changes to take effect.

How do you get DirectX 10 for Windows 7?

DirectX 9.0c is not available for Windows 7; to actually install DirectX 9.0c, you would have to downgrade to Windows XP (any edition). In order to play games which require DirectX 9.0c without downgrading your installation of Windows, you must upgrade to DirectX 10.1 or later. DirectX 10.0 (initially included in Windows 7) did not include support for DirectX 9.0c, a decision that Microsoft ultimately repealed when DirectX 10.1 was released.

How can a user start a program that has an icon on the desktop?

If you are trying to create a desktop shortcut of a program you have installed:

1. Find the program that you want to create the shortcut for.

2. Right click the icon and hover over: 'send to'

3. A new menu will drop down to the right; click: 'desktop (create shortcut)'

4. A working desktop icon will be placed for you.

An alternate method to creating a desktop shortcut:

1. Go to your desktop.

2. Right click on an empty space and hover over: 'new'

3. Click: 'shortcut'

4. A window will appear asking you to locate the program on your computer.

5. Follow the instructions to locate the program, and then name the shortcut.

6. A shortcut will placed on the desktop for you.

Windows desktop itself is a folder?

The desktop itself is a visual display of the desktop folders that reside in C:\Documents and Settings\(username/all users)\Desktop (unless an administrator has moved the folder to another location)

When the computer loads, it looks to C:\Documents and Settings\All Users\Desktop for items to be displayed to all users and displays those in the main window.

It will then look to ../*username*/desktop for personal desktop items to display if there are any.

How do you install windows xp in Sony vaio e series vpceh35en?

yo will not get original drivers from sony side to install xp in this vpceh35en .. So u cant install xp properly...

What is the default permission assigned to a shared folder?

Read only by default. You can open it up to either Fullc Controll, Change, Read-only.

What are the differences between Windows XP and Windows Vista and Windows Server?

Windows Vista Service Pack is being released to manufacturing on Monday 4 Feb and will start being available to customers in March, starting with Microsoft Volume Licensing customers.

Windows Server 2008 is also being released to manufacturing on the same date and will be available to new customers on March 1. Microsoft Volume Licensing customers with active Microsoft Software Assurance coverage or an Enterprise Agreement will be able to download the new Server software toward the end of February as part of the joint Microsoft SQL Server 2008 and Visual Studio 2008 Heroes Happen Here launch event

What is a dialog box?

Dialog is communication between two individuals.
The meaning of dialogue is a conversation between two or more individuals. This conversation takes place with a play, book, or movie. Also, this can be a conversation between two people to solve a problem.

Where could one purchase bay windows?

New windows can be purchased at building and home improvement stores, such as Home Depot, Kent Building Supplies and Loews Home Improvement. One can also purchase windows online from many sites that specialize in window sales. Don't forget to check with locally owned window and door showrooms.

How do to reboot your laptop?

I stick a paper clip into the hole somewhere on the laptop for an emergency reset when the computer is frozen. The hole positions vary but they seem to be on all the laptops I have used. I also just hold down the start button until it stops Windows and turns off the power. Not a good way to shut down but sometimes needed. Then wait 30 seconds and press the button again to restart.

How is windows 9x different from windows 2000 and windows XP?

Built on the new Windows engine

Enhanced device driver verifier

Dramatically reduced reboot scenarios

Improved code protection

Side-by-side DLL support

Windows File Protection

Windows Installer

Enhanced software restriction policies

Preemptive multitasking architecture

Scalable memory and processor support

Encrypting File System (EFS) with multi-user support

IP Security (IPSec)

Kerberos support

Smart card support

Internet Explorer Add-on Manager

Windows Firewall

Windows Security Center

Attachment Manager

Data Execution Prevention

Windows Firewall Exception List

Windows Firewall Application and Port Restrictions

Fresh visual design

What is the drive letter that indicates the hard drive of a computer?

Most commonly it is C drive but Hard drives can use any letter in the Alphabet (A-z. Usually when a floppy drive is available it makes itself A drive. and a dvd/cd player usually makes itself D or E. but these are automatically assigned these letters and you can change the letters of the drive (not by renaming won't work like that).