dumbledore

New Member
Joined
Aug 18, 2007
Messages
2
Hi guys!
Since buying my new PC and upgrading to Windows Vista, I've been experiencing some nasty problems. The main one is that some applications start having problems with closing. When an app stop's responding I CANNOT kill it just by using the taskmanager. Its window stays open forever (not responding, however) and can't be closed in anyway. I'm just angry the "end task" function don't seem to work right at all.

Any suggestions are much appreciated.
Thanks!
 

Solution
It sounds like you're facing issues with unresponsive applications in Windows Vista that are not closing properly even when using the Task Manager's "End Task" function. Here are a few suggestions to help you troubleshoot and resolve this issue:

1. Update Windows Vista:​

  • Ensure that your Windows Vista operating system is fully up to date with the latest patches and updates. Microsoft may have released fixes for known issues that could be causing this problem.

    2. Check for Application Updates:​

  • Make sure that the problematic applications are also up to date. Check the software vendor's website for any available patches or updates that address issues with Windows Vista compatibility.

    3. Use Command Line Tools:​

    ...
It sounds like you're facing issues with unresponsive applications in Windows Vista that are not closing properly even when using the Task Manager's "End Task" function. Here are a few suggestions to help you troubleshoot and resolve this issue:

1. Update Windows Vista:​

  • Ensure that your Windows Vista operating system is fully up to date with the latest patches and updates. Microsoft may have released fixes for known issues that could be causing this problem.

    2. Check for Application Updates:​

  • Make sure that the problematic applications are also up to date. Check the software vendor's website for any available patches or updates that address issues with Windows Vista compatibility.

    3. Use Command Line Tools:​

  • You can try using Command Prompt tools to force-close unresponsive applications. The taskkill command can be used to terminate processes. Here's how:
    • Press Win + R, type cmd, and press Enter to open Command Prompt.
    • Use the command tasklist to find the PID (Process ID) of the unresponsive application.
    • Then, use taskkill /F /PID [PID] to forcefully terminate the process.

      4. Restart Windows Explorer:​

    []Sometimes restarting the Windows Explorer process can help resolve issues with unresponsive applications. You can do this by:
    • Pressing Ctrl + Shift + Esc to open Task Manager.
    • In the Processes tab, right-click on "Windows Explorer" and select "Restart."

      5. Perform a Clean Boot:​

    [
    ]Perform a clean boot to start Windows with a minimal set of drivers and startup programs. This can help identify if a third-party application is causing the issue.
    • Press Win + R, type msconfig, and press Enter.
    • In the System Configuration window, go to the "Services" tab and check "Hide all Microsoft services."
    • Disable all remaining services and startup items, then restart your computer.

      6. Check for Malware:​

    []Malware or viruses can sometimes cause unresponsive behavior in applications. Run a full system scan using your antivirus software to ensure your system is clean.

    7. Consider Compatibility Mode:​

    [
    ]If the applications were designed for older versions of Windows, try running them in compatibility mode. Right-click on the application's shortcut, go to Properties, and under the Compatibility tab, select an appropriate compatibility mode.

    8. System Restore:​

  • If the issue started happening after a recent change, consider using System Restore to revert your system to a previous state where the problem was not present. By following these steps, you should be able to troubleshoot and potentially resolve the issue with unresponsive applications in Windows Vista. If the problem persists, feel free to provide more details for further assistance.
 

Solution
Back
Top