answersLogoWhite

0

Before shutting down your system Close all open file and folders. Follow these step:-

1. Click start Button or Windows Logo Left bottom corner

2. Click Shut Down.

Or you can use also shut down using CTRL ALT Delete button. or need any assistant call Techvedic expert.

User Avatar

Wiki User

10y ago

What else can I help you with?

Continue Learning about Engineering

Program to shut down a PC in c?

Well C language is a programming language it is used for designing programs. So you must be confused i can tell you how to shut your computer down using the command prompt though *Step one open start and click run type cmd and press enter *step two once the command prompt has opened type shutdown -i and press enter a dialogue box will appear *Step three at the top of the box there is a button that says ADD click that and type your computers name if if you do not know your computers name opn the control panel then open system and choose the tab on the top that says computer name your computers full name will be located here *Step four copy and paste your computers name into the box that popped up when you clicked add click ok now your computers name has been added to the list now from the drop down menu select what you want your computer to do restart shut down etc. type a comment and select ok your computer should shutdown


How do you block a website using command prompt?

echo 127.0.0.1 insertdomainnamehere>>C:\Windows\System32\drivers\etc\hosts Make sure you run command prompt as an administrator and check that the hosts file (in this folder: C:\Windows\System32\drivers\etc) is not marked for read-only.


Which command from JDK should be used to execute the main method of a class named smallprog?

To execute the main method of a class named smallprog using the JDK, you would use the java command in the terminal or command prompt. The command would be: java smallprog. Ensure that the class is compiled and available in the classpath before executing this command.


How do you make yourself administrator using command prompt?

To make yourself administrator using command prompt: 1) go to start use run and type cmd. 2)type in "net user admin." 3)type in 'net user (admin name space *.) 4)type in pass (pass will not show on tab) retype pass 5)logout and login the account with your password


How can send IM in a network using command prompt?

"msg" command might help. It pops up a message box on the users PC. C:/> msg <user_name> "Hello" "msg" command might help. It pops up a message box on the users PC. C:/> msg <user_name> "Hello"

Related Questions

What dos command should use to shutdown computer at 6.45 pm?

To schedule a shutdown of your computer at 6:45 PM using the command prompt, you can use the following command: shutdown -s -t 0 However, to set it for a specific time, you will need to combine it with the Task Scheduler or create a batch file. Alternatively, you can use the command at 18:45 shutdown -s after enabling the Task Scheduler service if you are on an older version of Windows.


How do shutdown lan connected computer through their ip address?

If you are the legitimate administrator of the (Windows) computer in question, you can do this using the Computer Management tool. If you are not, this is illegal (and the odds are you won't be able to anyway).


How do you recover data from Command prompt?

The command prompt is a terminal window, and allows the user to control their computer using specific commands. Command line recovery tools include ddrescue and the ntfs* family of tools.


Does Putty exe allow you to remotely startup or shutdown the computer you are connected with?

Yes you can.Once connected you need to login as root using sudo or su - command. Type the following command to shutdown remote system: # shutdown -h now OR # /sbin/shutdown -h now To reboot the system, enter: # shutdown -r now OR # /sbin/reboot


Give two ways to acess the command promp from windows 9598?

click start, click shutdown, and select Restart in MS-DOS mode from the shutdown dialg box. Using this method, you get a command prompt provide by the DOS real-mode core of trhe Windows 95/98


Can you turn Driver verifier off at the command prompt?

Yes, you can turn off Driver Verifier using the Command Prompt. To do this, open the Command Prompt as an administrator and type the command verifier /reset, then press Enter. This command disables Driver Verifier and resets its settings. You may need to restart your computer for the changes to take effect.


How do you do next line in command prompt?

when using command prompt, after you give it a command, press the enter button. Command prompt will then carry out the task and will automatically go to the next line.


How do you standby computer using dos command?

The computer must have hibernate set to off.Then run the following command from comand prompt%windir%\System32\rundll32.exe powrprof.dll,SetSuspendStateIf Hibernate is ON the above command will place your computer in herpernate state


How do you shutdown some computer with cmd?

If you want to shutdown someone else's pc, press keys: winlogo+R > shutdown -i > in dialog box press browse ( school network/work) or click add and type the persons IP address in the box i.e. 102.168.1.2. Hope it works ;-)!


How do you print hello world using Command prompt?

To print "Hello, World!" using the Command Prompt in Windows, you can use the echo command. Open the Command Prompt and type: echo Hello, World! Then press Enter, and it will display "Hello, World!" in the command line interface.


How can you bypass internet filtering using command prompt?

Its not possible from DOS Prompt..


How do you run checksum from DOS prompt?

You can do it by using "chkdsk" command.