Link to home
Start Free TrialLog in
Avatar of Allen Pitts
Allen PittsFlag for United States of America

asked on

Find task in Task Scheduler

Hello Expert,

Have created a task called PowerShell.
But when I look for it I can't find it. Have looked in
the Task Scheduler Library for an hour. There
is a folder called 'Games' but it is not in there.
There is a folder called 'Microsoft' which has a folder
called Windows that has a lot of folders and files
Found C:\Windows\System32\Tasks\ and found my
files. So I created a new folder and pasted the files
into the new folder but the folder does not show up
in the Task Scheduler GUI
Whats up with thi thing?

Thanks.

Allen in Dallas
Task-Scheduler-140402.gif
Avatar of McKnife
McKnife
Flag of Germany image

In the graphical interface, we can only see tasks that we have access rights to see.
Open an elevated command prompt and fire:
schtasks |findstr /I powershell
Results?
ASKER CERTIFIED SOLUTION
Avatar of Dan Craciun
Dan Craciun
Flag of Romania image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Allen Pitts

ASKER

Thanks
Glad I could help!