Cannot Run Command Prompt As Admin

Oct 27, 2013

I need to execute the command prompt as admin. When I try to do it the command prompt window doesn't open and there are no errors. If I run the command prompt without admin privs it works, but I then can't do what I need to do in the admin window.

Note: I am running Windows 8.1.

View 9 Replies


ADVERTISEMENT

Command Prompt Needs To Run Anything As Admin

May 15, 2014

I seem to be having a problem when command prompt needs to run anything as an admin.

This happens whenever it feels it needs to do so, like when setting a program to run as admin myself, or running an installer, like the setup for firefox (I'm in chrome right now, but I happen to prefer firefox)

Basically, whenever it needs to run anything, it'll open up to the user account controls window in this picture:

Upon clicking yes, it opens the command prompt you see in the left of the image for a split second, then closes. (it took many attempts to get a clear shot using printscreen, and I did edit it to have the UAC prompt in the same image to save space)

I'm guessing a manual regedit of some kind, as running any program is obviously blocked by the problem itself. (I cannot install any fixing programs, and anything that needs to run as admin to work is out as well).

View 9 Replies View Related

Command Prompt (Admin) - Console Box Vanishes Within A Second

May 15, 2014

Everytime I try to use the above command, the console box vanishes within a second.

I have also tried to install chrome, the console opens and closes within a second, hence not able to read any messages.

I have full administrator right. No viruses

View 9 Replies View Related

How To Open Elevated Command Prompt

Jan 24, 2013

How do I open an elevated command prompt?

View 2 Replies View Related

Search Command Prompt In Windows 8?

Jan 4, 2014

What's the "Search" command prompt in Windows 8 pls?

View 6 Replies View Related

How To Add A Keyboard Shortcut For Command Prompt

Mar 18, 2013

I would like to add a keyboard shortcut for Command Prompt (CMD), for example if I to have it as [Win+C] or something similar.

View 9 Replies View Related

Windows 8 Command Prompt Settings

Jul 29, 2013

I often format my laptop and uses virtual machine as well. So I had a batch (.bat) file to change all windows setting through registry. This batch file also changes command prompt screen size, buffer size and quick edit mode. However this does not work on Windows 8 command prompt setting.

Registry use to change the setting are:
- HKCUConsole\%SystemRoot%_System32_cmd.exe
- HKCUConsole\%SystemRoot%_SysWOW64_cmd.exe

Just wondering is there any way to change the setting in Windows 8 using batch file?

View 4 Replies View Related

Explorer Command Prompt Greyed Out?

Jul 28, 2013

Windows 8 Pro, 64 bit. In Explorer (file manager) under File, open command prompt, and open Windows PowerShell are greyed out. This is a new situation. How can I restore them?

I didn't realize I had to have a drive or folder selected to activate the prompt.

View 1 Replies View Related

How To Remove Command Prompt Message At Startup

Jul 5, 2014

Whenever i start up my computer i get a command prompt pop up that says C; windowssystem32cmd.exe operation completed successfully, how do i get rid of this.

View 1 Replies View Related

How To Unlock Hard Drive From Command Prompt

Sep 26, 2013

How can I unlock my hard drive from my command prompt? If I can do it using it. Because I try the auto repair, refresh my pc leaving everything intact, but when I did that it told me that my driver is lock. How do I unlock it using the advance options that the Windows 8 cd brings?. It said something about boot bcd.

View 1 Replies View Related

How To Exit Safe Mode With Command Prompt

Sep 15, 2014

I had to enter Windows 8 in safe mode with command prompt to do something. After I did that, I pressed alt+F4 to exit the command prompt, so now I have a complete black screen with a cursor that I can move. I want to exit the safe mode now, to reboot again in normal mode. However, there is nothing to click on, alt+F4 doesn't work, ctrl+alt+del doesn't work, etc. There are some things that do work (for example win+P to connect a second screen, but I don't need that...). When I press the power button, it just goes to sleep. So I just want to get out of this situation. How to bring up command prompt again or shut it down completely ...

View 5 Replies View Related

Windows 8.1 - Can't Close Command Prompt Window

Oct 18, 2013

with Alt+F4 in win8.1.

View 9 Replies View Related

Maintenance :: Defrag Just Opens Up A Command Prompt Then Closes?

Mar 24, 2013

Whenever I run defrag this happens:

It goes away after about 0.1 second and I can't read what it says (it goes by to fast)

View 8 Replies View Related

Network / Sharing :: Command Prompt IPConfig Not Giving New IP (8.1)

Aug 16, 2014

Command prompt, ipconfig /release, ipconfig /renew not giving me a new ip (8.1). process seems to run fine, net identification remains same?

View 4 Replies View Related

Network / Sharing :: Remote Connect To Computer Using Command Prompt?

Feb 4, 2013

If I want to remotely connect to Computer uses command prompt how would I?

View 4 Replies View Related

Hardware Drivers :: Command Prompt Message On Startup (Windows 8 64-bit)?

Sep 15, 2014

I accidentally installed an adware called Rocket tab however I uninstalled it but after restarting my computer, I am prompted with the following error message. Now, every time I start up my computer this message pops up .

View 4 Replies View Related

Apps / Software :: Removing Office 2013 Key With Command Prompt

Jun 24, 2013

I'm looking for a solution to remove m. office 2013 product key with command prompt.

Is there any code for this? I know there are other ways but I want to make a batch file with it.

View 1 Replies View Related

How To Run A Command At Startup As Admin

Sep 15, 2014

My son's pc will not hibernate on it's own. I used CMD in administrator mode and ran:

powercfg -requests

I found that a usb audio device was currently in use. I can disable it with:

powercfg -REQUESTSOVERRIDE DRIVER "USB Audio Device" SYSTEM

This works, and the pc can now enter hibernation. But when it resumes, the usb driver is running again. Is there a way to run...

powercfg -REQUESTSOVERRIDE DRIVER "USB Audio Device" SYSTEM

Using admin privileges at startup? I want it to be automated.

View 6 Replies View Related

How To Elevate Command If User Is Not Admin

Mar 25, 2014

I am trying to elevate a command given (in this case just another cmd.exe) if the user is not admin. However i get the error:

Code:

C:Usersmetul_000>runas /user:administrator cmd.exe
Enter the password for administrator:
Attempting to start cmd.exe as user "WINDOWS8administrator" ...
RUNAS ERROR: Unable to run - cmd.exe
1326: The user name or password is incorrect.
C:Usersmetul_000>

This is a personal pc, and I know i put in the password correctly as i have done it a few times slowly typing in my admin password to confirm that it is input correctly. So why am i getting this error? Initially my overall goal is to get this python script to say you are admin ...

Code:
import ctypes
import subprocess
import sys
import os

[Code] ......

if you are admin its done, but if you are not admin then it reruns itself with the so called run as command to get admin rights. However currently it just pulls up the run as usage messages. The full command this script attempts to run then is:

Code:
C:Usersmetul_000>runas /user:administrator "python3 test2.py"
Enter the password for administrator:
Attempting to start python3 test2.py as user "WINDOWS8administrator" ...
RUNAS ERROR: Unable to run - python3 test2.py
1326: The user name or password is incorrect.
C:Usersmetul_000>

View 8 Replies View Related

Not Able To Delete WAV File With CMD Prompt

Oct 20, 2013

.wav file that doesn't get deleted. After i hit enter various del commands don't get executed and the cmd prompt stops(doesn't let me type). This is frustrating because it is causing windows task to run excessively when it's folder(downloads) is open. [unlocker fixed it]

View 1 Replies View Related

Dell :: No Prompt For F2 During Startup?

Dec 11, 2013

At the risk of making a fool of myself, where is the prompt to enter the BIOS on an Inspiron 660?

According to the user manual

"During POST when the Dell logo is displayed watch for the F2 prompt to appear and then press immediately."

The logo displays but no prompt or beeps or else anything in fact but the pc will boot up into Windows and appears to operate correctly.

View 2 Replies View Related

Flash Drive Delete Prompt?

Sep 29, 2013

When I delete files from the hdd I have it set not to prompt me. So how to I turn off delete prompt, when deleting files from flash drive.

View 6 Replies View Related

Cannot Open Run Prompt As Administrator Windows 8

Aug 1, 2013

When I right click on run and select open as administrator, I get the following error: file:////C:/users/pc/appdata/roaming/microsoft/windows/start menu/programs/system tools/run.lnk The parameter is incorrect.

It doesn't give this message when trying run anything else as an administrator as far as I can tell, but it definitely will not let me open the run prompt as an administrator, which presents some obvious problems.

I have the only user account on this computer so it does have administrator privileges although they are not invoked simply from opening the run prompt normally.

View 8 Replies View Related

Windows 8 File Can't Delete With CMD Prompt

Oct 20, 2013

Wav file that doesn't get deleted. After i hit enter various del commands don't get executed and the cmd prompt stops(doesn't let me type). This is frustrating because it is causing windows task to run excessively when its folder (downloads) is open.

View 2 Replies View Related

DOS Prompt In Windows 8 - Wrong Syntax

Jul 29, 2013

I haven't done a DOS copy command for quite some time. I'm wondering if I have forgotten something or is it different using Windows 8 which is my OS. Today I was trying to copy some files from the DOS prompt but got messages of either "wrong syntax", unable to "find file" or"could not find destination". Dose the command prompt work the same in Windows 8 as it always has or am I apparently doing something wrong?

View 9 Replies View Related

Shortcuts Doesn't Prompt To Choose A File?

Dec 24, 2013

I have removed the shortcuts from the new menu by mistake by menu editor and i created new one but doesnt prompt to choose a file.

View 3 Replies View Related

New Windows 8 Asus Laptop Booting To Grub Prompt?

Feb 19, 2014

This is a brand new windows 8 system that was sold to a customer. He brought it in for being unable to boot into windows after having used it for a couple of weeks, and he demonstrated the issue to me. It literally just boots to grub. This customer is a basic windows user. No experience with linux or dual booting. He uses it for email. I have never come across this particular problem before, so I ran the normal partition tools to see if the table looked proper for a windows 8 machine. Everything checks out ok, however it is still booting to a grub prompt!!

View 7 Replies View Related

Windows 8.1 - Keyboard Doesn't Work On Startup And UAC Prompt

Nov 17, 2013

When Windows 8.1 was released, I upgraded my current Windows 8 installation. Overall, it has been a great experience. However, I've run into a couple of strange problems that I have never had before.

The first problem is, whenever I boot into Windows 8.1, my USB devices don't work right away (keyboard and wireless mouse). It doesn't matter if I restart my computer or have just turned it on. In order to get the keyboard to respond, I have to unplug and plug back in the cord. It's very annoying to have to do this every time I boot Windows.

The second problem is, while Windows is logging in, I get a UAC prompt. The UAC prompt says "Service Control Manager Configuration Tool". This prompt also happens every single time I log on, which is also very annoying.

I have checked my startup programs and have found nothing obvious that could solve these problems, but maybe I'm missing something.

Have these problems happened before? I really would prefer not to do a clean install since everything else is working perfectly and it's not slow at all.

View 2 Replies View Related

Security :: Encrypted Drive Using Bitlocker - No Prompt To Choose Password

Mar 12, 2013

I have a Windows 8 Pro laptop with a single SSD. I just encrypted the entire drive using Bitlocker. The process prompted me to save the recovery key, which I did to an external drive. The encryption was successful but nowhere during the process was I prompted to choose a password. So I have the drive encrypted but when I reboot it does so normally without asking me for a key or password to access the drive.

View 9 Replies View Related

Setup Installation :: Windows 8 Factory Reset - Run System Restore From DOS Prompt

Sep 9, 2013

Factory reset on windows 8.

My son decided to reset his windows 8 laptop to original factory settings, during the reset process his mom decided it was taking to long and turned off the laptop.

Now when its turned on it shows the message "restoring your computer", this message will then change to "diagnosing your computer", the screen will then go blank and it start all over again.

I can boot it from a USB drive, but when I click on "repair" i get an error message that it cant repair the computer. When i try to run restore from the USB I get a similar message.

is there anyway to run the system restore from the DOS prompt?

View 9 Replies View Related

Clear Event Viewer Logs And To Activate Extended Disk Cleanup Prompt

May 6, 2014

Whether or not these batch files that I use to clear the Event Viewer logs and to activate the extended disk cleanup prompt of windows 7 are compatible with Windows 8.1.

-Event Viewer log clean up batch file

@echo offFOR /F "tokens=1,2*" %%V IN ('bcdedit') DO SET adminTest=%%VIF (%adminTest%)==(Access) goto noAdminfor /F "tokens=*" %%G in ('wevtutil.exe el') DO (call :do_clear "%%G")echo.echo goto theEnd:do_clearecho clearing %1wevtutil.exe cl %1goto :eof:noAdminexit

View 4 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved