Unable to startup Task Manager in Windows 10

Get help with using AutoHotkey (v1.1 and older) and its commands and hotkeys
johnhill
Posts: 24
Joined: 25 Sep 2014, 18:46

Unable to startup Task Manager in Windows 10

06 Jul 2015, 19:45

HI,

I have this code. It run on later build of Windows 10 but not running in the latest build 10162.

Code: Select all

#NoEnv  
#Warn 
SendMode Input 
SetWorkingDir %A_ScriptDir%  
SetBatchLines -1
#SingleInstance Force
CoordMode, Mouse, Screen
#Persistent

winwait Where am I?
winclose
sleep 10000
run C:\Windows\System32\Taskmgr
sleep 100
winmove, Task Manager, , 1568, 0, 300, 1084
Only Where am I? is running but not Task Manager.
Checked the directories and changed but didnt work also.

Help!
johnhill
Posts: 24
Joined: 25 Sep 2014, 18:46

Re: Unable to startup Task Manager in Windows 10

06 Jul 2015, 19:46

Also I just upgraded AHK from 112200 to 112202.

Return to “Ask for Help (v1)”

Who is online

Users browsing this forum: Google [Bot], MrDoge, peter_ahk and 370 guests