Skip to content

Printer spooler hang if wait for termination #3

@nicolapiazzi

Description

@nicolapiazzi

image

If you put a check into Wait for termination (is is not important if 0 or larger number)
And have a program that doesnt terminate, non necessarly cpu intensive, i used this a.bat
a.bat
:loop
time /t >> c:\aaa.txt
echo Ooops
timeout /t 3 /nobreak
goto loop

Printer spooler hangs when you try tho show ports properties, and remote queue hangs, need restart machine

If you use a script that ends, like this :
a.bat
time /t >> c:\aaa.txt
echo Ooops
timeout /t 30 /nobreak

After 30 secs il leave the queue and stay working, but if you watch port properties before it finished it hangs and need to restart

Thx
Nicola

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions