Windows Vista Tips

Windows Vista Tips > Newsgroups > Windows Server > Scripting > disable incaming fax by script on windows 2003

Reply
Thread Tools Display Modes

disable incaming fax by script on windows 2003

 
 
alex
Guest
Posts: n/a

 
      09-05-2009
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


 
Reply With Quote
 
 
 
 
Martin Zugec
Guest
Posts: n/a

 
      11-10-2009
Still trying to work it out, or it was solved meanwhile?

Martin

"alex" <> wrote in message
news:#...
> 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
>

 
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Searching for a script to disable IPX on windows nt clients !? neewbieee Scripting 2 08-23-2005 02:35 AM
Disable DEP Windows 2003 Bob Windows Server 0 04-26-2005 03:55 PM
Disable NetBIOS and NTLM on Windows 2003 Domain Controllers and Exchange 2003? Research Services Server Networking 8 10-06-2004 12:15 AM
Disable NetBIOS and NTLM on Windows 2003 Domain Controllers and Exchange 2003? Research Services Active Directory 8 10-06-2004 12:15 AM
Re: How to I Kill - Reset Idle Terminal / Remote Session thru VB Script or Batch Script on Windows 2000/2003 Chris King Scripting 0 07-07-2004 03:35 PM



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59