Search found 5 matches

by Araphen
26 Apr 2024, 17:44
Forum: Ask for Help (v1)
Topic: Ahk isn't getting the PID i need for chrome
Replies: 2
Views: 265

Re: Ahk isn't getting the PID i need for chrome

I really appreciate the response. Sucks that it doesn't work with headless processes though. If no big-brain person comes along with a better solution, that's probably what i'll go with
by Araphen
26 Apr 2024, 16:29
Forum: Ask for Help (v1)
Topic: Ahk isn't getting the PID i need for chrome
Replies: 2
Views: 265

Ahk isn't getting the PID i need for chrome

We have an in-house app that I can send commands to by accessing certain URLs. (it's super convoluted but it's the best we can do right now). So I want to be able to use my AHK script to launch the URL in chrome (in incognito mode so when I close it, it doesn't re-open the next time chrome opens and...
by Araphen
24 Apr 2024, 12:27
Forum: Ask for Help (v1)
Topic: End a process run by another user Topic is solved
Replies: 3
Views: 302

Re: End a process run by another user Topic is solved

I found a solution but it isn't super elegant Make a batch file: Taskkill -im "Microsoft.SharePoint.exe" /f /t then stick that batch file wherever and make a shortcut to it. Then right click the shortcut, properties, shortcut tab, advanced, check "run as administrator", okay, apply then in ahk, run ...
by Araphen
23 Apr 2024, 19:04
Forum: Ask for Help (v1)
Topic: End a process run by another user Topic is solved
Replies: 3
Views: 302

Re: End a process run by another user Topic is solved

If your organization is dependent on Sharepoint, I don't think it is a process that you should just indiscriminately kill, especially when in use by others logged in to the device. My first recourse would be to contact Rocket Software and find out exactly why it won't run with Sharepoint. It may no...
by Araphen
22 Apr 2024, 17:25
Forum: Ask for Help (v1)
Topic: End a process run by another user Topic is solved
Replies: 3
Views: 302

End a process run by another user Topic is solved

So at work I made some automation involving a program called wintegrate and for some reason wintegrate won't run if microsoft.sharepoint.exe is running. I checked the details tab in task manager and found wintegrate and looked at its wait chain which said it was waiting on microsoft.sharepoint.exe. ...

Go to advanced search