answersLogoWhite

0

What else can I help you with?

Related Questions

What does help on command prompt do?

Gets a women in the kitchen to make you diner


Where is run in comand prompt?

To open a command prompt via "Run" make sure you are the admin on your computer. Open the run box and in it type "cmd" and press enter. A black command prompt box should open up.


How do you make a directory in command prompt?

the procedure of making account though command prompt is net user, system name, password /add e.g net user pc 123 /add


What should be entered at a command prompt in order to scan all system filel?

To scan all system files in Windows, you can use the System File Checker (SFC) tool. At the command prompt, enter the command sfc /scannow and press Enter. This command will check for and repair corrupted system files. Make sure to run the command prompt as an administrator for it to work properly.


How to use CSS in making the picture a background?

To make a picture a background of a web site using CSS, you will use the different background properties, which are: background-color, background-image, background-repeat, background-attachment, and background-position. The specific property you are looking for is background-image. To use this property you would declare in your style sheet the following: body { background-image: url('paper.jpg'); } This is telling the web browser to use the image paper.jpg and make it the background of the entire page. The other background properties control whether the backgound is repeated along the x and/or y axis, the position on the screen the image begins at, whether the background is fixed or scrolls with the page, and the background color.


How can you make Command Prompt Elevated from within itself?

Right click and do Run As.((SEE DISCUSSION, NOT THE RIGHT ANSWER))


How do you cut out an image background without it being replaced with a white background?

If you want it to be on a transparent background, open the image you want to be cut out, and make a new layer. Move the new layer behind the original image. Render the image and cut out all you do not want. Make sure you save the file as a PNG file or the transparency will not stay there.


How do you set path in command prompt?

To set a path in the Command Prompt, you can use the set command. For example, to temporarily add a directory to your PATH variable, you can type set PATH=%PATH%;C:\Your\Directory. This change will only last for the duration of the Command Prompt session. To make a permanent change, you can modify the PATH variable through the System Properties in the Control Panel or by using the setx command, like setx PATH "%PATH%;C:\Your\Directory".


How can you make a photo your background on Twitter?

Click on your profile pic>Settings>Design>Change Background image


How do you make command prompt uncloseable?

To make the Command Prompt window uncloseable, you can create a simple batch file that runs an infinite loop. For example, include the following code in a .bat file: :loop start cmd goto loop This will open new Command Prompt windows continuously. However, this can overwhelm your system, so it's important to use it cautiously. To stop the process, you would typically need to terminate it from the Task Manager.


Why does your Cisco IP Phone background image display as a black screen?

make sure from size and list size also remove all old background image ,it will work sure.


Your win xp user password has been changed by virus?

if you can boot to command prompt (Shift-F8 during boot process, and select Safe Mode with Command Prompt) you will be able to reset the password there. Once in command prompt type: net user (username) * (without typing the brackets around the username, and make sure you put the *) type the new password, confirm the new password reboot, and then login