Jump to content
Banner by ~ Kyoshi

Clod

Users
  • Posts

    680
  • Joined

  • Last visited

About Clod

  • Birthday 2000-07-31

Profile Information

  • Gender
    Other
  • Location
    idk lol
  • Personal Motto
    yeet the rich
  • Interests
    https://i.imgur.com/xtE7J99.jpg

My Little Pony

  • Best Pony
    Yes
  • Best Princess
    Twilestunadence
  • Best Mane Character
    Raridashlightshyjack Pie
  • Best CMC
    Scootabloom Belle
  • Best Secondary/Recurring Character
    No
  • Best Episode
    the one with the ponies in it
  • Best Song
    that one where they sang
  • Best Season
    4

Recent Profile Visitors

176,526 profile views

Clod's Achievements

Bird

Bird (8/23)

8.3k

Brohooves Received

1

Community Answers

Single Status Update

See all updates by Clod

  1. Audacity crashed a few hours ago and I still can't close it. Choosing "End task" on Task Manager does nothing, and if I go to Details and try to end it there, it says "Access is denied". This wouldn't even be much of a problem if it wasn't still eating ~30% of my CPU. Shutting down would mean stopping everything for probably a stupidly long time for an update so I really don't feel like doing that. If there's any other solution I'd love to know.

    1. CypherHoof

      CypherHoof

      getting the process id from the sysinternals tool "pslist" then using the other tool "pskill" often works for stuff the gui won't let you shut down.

      their gui tool (process explorer) CAN sometimes kill stuff that the process manager can't too. you could try those :)

      (may need to "run as administrator" though)

       

    2. Clod

      Clod

      haha you're going to have to explain that as if i have no idea what you're talking about there

    3. CypherHoof

      CypherHoof

      ok, start with process explorer - download it from the microsoft site, unzip it, and then right-click the program file and select "run as administrator" - that gives it more rights on the system. Otherwise, it looks a lot like process manager. Find your audacity on there, and right click it, selecting "kill tree" (which will kill any child processes it might have, too)

      if that doesn't work, grab the pstools from the microsoft site, and unzip those. these are command line tools, so you will need a command prompt. Easiest way to get that is to hit the start button, and type "cmd" - that should bring up a black icon for cmd.exe. Right click that, and select copy, and then right click in your new pstools folder and paste it there. if you now right-click the black cmd icon in the folder, you can select "run as administrator" and get an elevated command prompt in the right place.

      with your command prompt, type "pslist" and hit enter - that will show you running processes, and a "process id" for each (you will see that the pid for audacity is the same as the one process explorer shows). You can then type "pskill" followed by a space, then the pid number, to try and kill that process.

       

      The sysinternals tools are some of the most powerful ones microsoft have - and are free, which is a good thing. worth looking at what some of the other tools do (and also being aware that you can run them directly from live.sysinternals.com if you don't want to keep a copy :D )

    4. Show next comments  9 more
×
×
  • Create New...