answersLogoWhite

0


Want this question answered?

Be notified when an answer is posted

Add your answer:

Earn +20 pts
Q: Can you turn Driver verifier off at the command prompt?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is the command to turn on Linux?

There is no such command. Obviously, in order to enter a command into the prompt, Linux must already be on.


What command used to down the ip address in the command prompt?

assuming that by down you mean get... ipconfig if you want all ip settings then ipconfig /all command ipconfig If you mean to disable or turn off the ip to disconnect from the internet then ipconfig /release


How do you compare two HTML files using dos commands?

Go to the command prompt and type COMP and press return. You will be asked in turn for the files you want to compare.


How do you turn your hormones off?

go to start, type into the search bar "command prompt", click on the program icon for "command prompt", the command prompt window will appear, now type into the window: "help"... a list of commands should appear and the process of completing this task will remind you of how silly your life is and how nothing really matters. even if your boyfriend is a dick, life would be worse if you were at sea stuck alone only with him, minimal provisions, lost and being attacked by a swarm of flying ants who were throwing jigsaw puzzle pieces at you


How do you fix a system file that has changed because of a virus attack?

We can use the windows feature called SFC(system file checker)you need the windows CD#insert the cd#start the computer in safe mode with command prompt#to get in to safe mode with command prompt you should keep tapping F8 key after you turn on the computer it will show u the advanced windows optoins, where you need to select safe mode with command prompt,#when u get the cmd.exe#type sfc /scannow#thats it, it will check for corrupted files and repair thatALL THE BEST


A network administrator enters the enable command at the Switch prompt of a new switch. What mode will the switch enter?

Privileged mode (will turn into a # sign after the router name instead of the > sign it has upon startup.


What is the command for turn left in the Iditarod?

Gee is the left turn command. and right turn is Haw.


How you shutdown a computer through command line on other computer while both PC are on the different network or same network DurbanPoizin?

Shutdown over Network... You can simply go to the computer on the network through the command prompt and type: Shutdown -s This will turn your computer off in 60 seconds to stop this just type: Shutdown -a There are many more options to the Shutdown command.


The command haw makes a horse turn left what verbal command makes it turn right?

Gee


How do you turn an JPEG image into a jpg image?

JPEG is the same as JPG. However if you really want to rename your .jpeg images into .jpg, you can go to Command Prompt, navigate to the folder of where your pictures are stored, and type in: ren *.jpeg *.jpg


How do you get out of MS-DOS?

DOS is started up when the system is booted. To access DOS Command line from Windows go to Accessories and click on Command Prompt. for a list of commands type HELP and press enter. For help on each command, type the command then space /? and press enter.If you want to use the MS-DOS operating system, there is an emulator named DOSBox that will run on almost any OS/platform. You can download it from their website - it is the first result when searching Google for 'dosbox'.If you are referring to the DOS-style command prompt included in modern Windows operating systems, it can be accessed by searching for 'command prompt' or 'cmd' in the Start menu search. You could also use Windows key + R to open Run, and then type in 'cmd' and press Enter.


How do you make telnet server under windows?

First, Make sure that you have TelnetServer Installed On Your Computer.....IF NOT:Go to Control Panel - Programs and Features - Turn Windows features on or off... Make Sure the check boxes next to Telnet Client & Telnet Server are checked. ExitOnce you have it installed, Go to Command Prompt by going to the start menu, clicking "run", and typing in "cmd". Make Sure you run command prompt as an administrator.In Command Prompt, typenet user Administrator /active:yesThis will activate the administrator account temporarilyNow, Think of a username and password that you want to login to your telnet with.....Then Type:net user (username) (password) /addNow using the same username and password, Type:net localgroup Administrators /add (username)net localgroup /add TelnetClientsnet localgroup TelnetClients /add (username)Now to enable the Telnet Services (you won't have to do this everytime you want to start your Server):In command prompt, type:sc config TlntSvr start= autoNow this is something you will have to type every time you want to start your Server:net start TlntSvrAlthough it is Started, you cannot use it quite yet,In command prompt, type:netshfirewalladd portopening TCP 23 "Telnet"DONE! You can now Access It by following the instructions belowYour Telnet Server Has Now Been Created!To access it, Go to command prompt, type: telneto(your local ip address)nThen login with the username you created earlier...