how to open standard Run dialog from command line?

H0w4rd

New Member
Is it possible to open standard Run dialog window from command line?

UM_WindowsRunDialog.png


I have disabled all WIN hotkeys (it is not important why) and now I need to assign WIN+R to its normal function with AutoHotkey.

I finally found solution:
Code:
c:\WINDOWS\system32\rundll32.exe shell32.dll`,#61
EDIT: Unfortunately it is 32-bit version of Run dialaog. Is it possible to open 64-bit Run dialog?
 
Last edited by a moderator:

My Computer

System One

  • CPU
    Intel Pentium D 820 2,8GHz 2MB 800MHz 775pin BOX
    Motherboard
    ASUS P5WD2 PREMIUM, skt 775, i955x,2xSATA,2xGL,WFg,AU,1394
    Memory
    4 GB
    Graphics Card(s)
    ATI HD 2600 XT
    Screen Resolution
    1280 x 1024
    Hard Drives
    Hitachi Deskstar 500 GB
    Seagate 250GB 7200.8 SATA/150 NCQ 8ms
    Internet Speed
    100 MBit
Back
Top