Windows 7 Forums


Windows 7: Command Prompt oddities

01 Sep 2010   #1

Win7 Ultimate x64
 
 
Command Prompt oddities

So I've got this Autohotkey script that I use to replace explorer.exe. I'm trying to get a command line working (instead of the standard Win+R), however I'm running into some odd problems.



I'm an admin user, and if I run cmd from Win+R, I don't have any problems. I can run every command I can think of that exists in the System32 folder. For example, I can run 'sndvol' and 'soundrecorder' without problems.

Command Prompt oddities-1.jpgCommand Prompt oddities-3.jpg

However, whenever I run a command from Autohotkey (which is running as admin), or even run a command from the command prompt that was initiated from Autohotkey, some things don't seem to be recognized. For example, I can run 'sndvol' no problem, but I can't run 'soundrecorder'.

Command Prompt oddities-5.jpg


I did notice something though, when I run Autohotkey as admin, the command prompt inherits that and it gets "Administrator:" at the beginning of the window title. However, this isn't making a difference, because running Autohotkey not as admin produces the same results.

So basically, the question is, what can cause the command prompt to not recognize certain commands? Is it a privilege issue? Is it an issue with those commands? What can I try?

Very odd problem... I would greatly appreciate help.
My System SpecsSystem Spec

01 Sep 2010   #2

Windows 7 Home Premium SP1, clean install, upgrade disc
CT
 
 

When CMD is run, certain commands will be followed, regardless of the soruce. Other commands, you must right click and run as administrator.
Any command that affects the OS, must be run as administrator.
My System SpecsSystem Spec
01 Sep 2010   #3

Win7 Ultimate x64
 
 

It is running as admin. The title of the command prompt says "Administrator:"

I even turned off UAC and that didn't help. (Autohotkey is already running as admin)
My System SpecsSystem Spec
.


01 Sep 2010   #4

Windows 7 Home Premium SP1, clean install, upgrade disc
CT
 
 

Well lets find out
Test it from this account
Built-in Administrator Account - Enable or Disable[2]=User Accounts
My System SpecsSystem Spec
01 Sep 2010   #5

Win7 Ultimate x64
 
 

Nope. Same results.
My System SpecsSystem Spec
03 Sep 2010   #6

Win7 Ultimate x64
 
 

I guess nobody's ever run into this issue before... If anyone could at least reference me to somewhere where I can learn about command prompt permissions (or anything that might be related to this issue), I'd most appreciate it.
My System SpecsSystem Spec
03 Sep 2010   #7

Windows Server 2008 R2
 
 

No, sounds like a path issue - run echo %path% in a regular cmd prompt, and then again in the autohotkey cmd prompt and compare the differences. I'll bet the autohotkey's path is different - you may need to pass the full path when calling .exes under a cmd prompt run as a different user (as "run as administrator" does).
My System SpecsSystem Spec
Reply

 Command Prompt oddities problems?



Thread Tools



Similar help and support threads for: Command Prompt oddities
Thread Forum
command prompt General Discussion
Run administrative command prompt from command prompt General Discussion
Solved Command Prompt General Discussion
command prompt bug ? General Discussion
Command Prompt command <ipconfig> not working Network & Sharing


All times are GMT -5. The time now is 05:56 PM.


Seven Forums Android App Seven Forums IOS App Follow us on Facebook

Windows 7 Forums is an independent web site and has not been authorized,
sponsored, or otherwise approved by Microsoft Corporation.
"Windows 7" and related materials are trademarks of Microsoft Corp.
© Designer Media Ltd
  

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32