Discussion:
disable incaming fax by script on windows 2003
(too old to reply)
alex
2009-09-05 14:53:58 UTC
Permalink
I need to disable incoming fax during the night, but always send fax
I find a registry key

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Fax]
"QueueState"=dword:00000001
that control this, so the idea is to use reg.exe or regedit to modify by
script the key and restart the service.
Is there any other way to do it? Ex by powershell?
Thank you
Alessandro
Martin Zugec
2009-11-10 16:35:39 UTC
Permalink
Still trying to work it out, or it was solved meanwhile?

Martin
Post by alex
I need to disable incoming fax during the night, but always send fax
I find a registry key
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Fax]
"QueueState"=dword:00000001
that control this, so the idea is to use reg.exe or regedit to modify by
script the key and restart the service.
Is there any other way to do it? Ex by powershell?
Thank you
Alessandro
Loading...