can't run programs from system32 with CMD

christantoan

New member
Member
Local time
8:31 AM
Messages
55
Location
Sragen, Jawa Tengah
Please Help. I can't run any programs from system32 folder (like chkdsk or chkntfs) with Command Prompt (even in an elevated one and I turned off my UAC). It'll return like "''chkdsk' is not recognized as an internal or external command, operable program or batch file."

So I have to navigate to system32 folder first then using Shift+Right Click and select "Open command window here" then run the program from there

But using the usual Command Prompt, I still can run programs from Windows folder (like regedit)

Thanks
 

My Computer

Computer type
Laptop
Computer Manufacturer/Model Number
ASUS N56VB
OS
Windows 7 Ultimate x64 SP1
CPU
Intel Core i7 3630QM
Motherboard
ASUS N56VB
Memory
8GB
Graphics Card(s)
NVIDIA GeForce 740M 2GB
Sound Card
Realtek
Screen Resolution
1920*1080
Hard Drives
1 Drive 1TB 5400RPM:
C Drive : 149GB
D Drive : 781GB
Mouse
Logitech M325
See if you can list the directory contents, from the cmd window.

C:\windows\system32>DIR
 

My Computer

OS
Windows 7 Ultimate
Also check the path environment variable. Just enter path from the command prompt. Make sure it has

C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem

in it. If not, add it via Control Panel, System, Advanced system settings, Environment Variables button. Scroll down to Path in the lower window, select it then click Edit. Be careful not to wipe it out completely as it's allready pre-selected.

On a clean install of Win 7 Ultimate x86, path is set to: C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\
 

My Computer

Computer type
PC/Desktop
Computer Manufacturer/Model Number
Lenovo IdeaCenter 450
OS
Windows 10 Pro X64
CPU
Intel Quad Core i7-4770 @ 3.4Ghz
Memory
16.0GB PC3-12800 DDR3 SDRAM 1600 MHz
Graphics Card(s)
Intel Integrated HD Graphics
Sound Card
Realtek HD Audio
Monitor(s) Displays
HP 22" LCD
Screen Resolution
1680 x 1050
Hard Drives
250GB Samsung EVO SATA-3 SSD
2TB Seagate ST2000DM001 SATA-2
1.5TB Seagate ST3150041AS SATA
Keyboard
Dell USB
Mouse
Lenovo USB
Internet Speed
Cable via Road Runner 3MB Upload, 30MB Download
Antivirus
Windows Defender, MBAM Pro, MBAE
Browser
Seamonkey
Other Info
UEFI/GPT
PLDS DVD-RW DH16AERSH
Thanks Ztruker. It works

Somehow the path value has changed to
Code:
C:\Program Files (x86)\NVIDIA Corporation\PhysX\Common;C:\Program Files\Common Files\Microsoft Shared\Windows Live;C:\Program Files (x86)\Common Files\Microsoft Shared\Windows Live;C:\Program Files (x86)\QuickTime\QTSystem\;C:\Program Files (x86)\Windows Live\Shared;C:\PROGRA~1\DISKEE~1\DISKEE~1\

Resolved
 

My Computer

Computer type
Laptop
Computer Manufacturer/Model Number
ASUS N56VB
OS
Windows 7 Ultimate x64 SP1
CPU
Intel Core i7 3630QM
Motherboard
ASUS N56VB
Memory
8GB
Graphics Card(s)
NVIDIA GeForce 740M 2GB
Sound Card
Realtek
Screen Resolution
1920*1080
Hard Drives
1 Drive 1TB 5400RPM:
C Drive : 149GB
D Drive : 781GB
Mouse
Logitech M325
Back
Top