Windows Vista Forums
Vista Forums Home Join Vista Forums Windows 7 Forum Vista Tutorials Tags
Welcome to Windows Vista Forums. Our forum is dedicated to helping you find solutions with any problems, errors or issues you are experiencing with Windows Vista. The Vista forum also covers news and updates and has an extensive Windows Vista tutorial section that covers a wide range of tips and tricks.

Go Back   Vista Forums > Misc Newsgroups > VB Script

Vista - Disable temporarily all communications...

Reply
 
Old 05-08-2009   #1 (permalink)
Jake


 
 

Disable temporarily all communications...

Hi,

I need to temporarily disable all possibilities to communicate
externally to/from a computer running this script.

I mean via cable based and wireless network, bluetooth and IRDA, all
kinds of dialup / GSM 3G cards etc.

Does it exist a centralized point in windows (all XP and vista editions)
to disable these modes of communications?

Preferably just in memory and if possible not by modifying registry...

Thanks a lot for hints on this issue....

regards

Jake

My System SpecsSystem Spec
Old 05-08-2009   #2 (permalink)
Pegasus [MVP]


 
 

Re: Disable temporarily all communications...


"Jake" <jake44@xxxxxx> wrote in message
news:OS4LH66zJHA.2656@xxxxxx
Quote:

> Hi,
>
> I need to temporarily disable all possibilities to communicate externally
> to/from a computer running this script.
>
> I mean via cable based and wireless network, bluetooth and IRDA, all kinds
> of dialup / GSM 3G cards etc.
>
> Does it exist a centralized point in windows (all XP and vista editions)
> to disable these modes of communications?
>
> Preferably just in memory and if possible not by modifying registry...
>
> Thanks a lot for hints on this issue....
>
> regards
>
> Jake
You could use devcon.exe
(http://download.microsoft.com/downlo...240/devcon.exe)
do disable your network adapters.


My System SpecsSystem Spec
Old 05-08-2009   #3 (permalink)
Jake


 
 

Re: Disable temporarily all communications...

Pegasus [MVP] wrote:
Quote:

> You could use devcon.exe
> (http://download.microsoft.com/downlo...240/devcon.exe)
> do disable your network adapters.
>
>
Looks scary but interesting. Seems to be a lot of pitfalls to track
down and control *only* networking devices ....

regards jake
My System SpecsSystem Spec
Old 05-08-2009   #4 (permalink)
Pegasus [MVP]


 
 

Re: Disable temporarily all communications...


"Jake" <jake44@xxxxxx> wrote in message
news:euGq5p7zJHA.1432@xxxxxx
Quote:

> Pegasus [MVP] wrote:
>
Quote:

>> You could use devcon.exe
>> (http://download.microsoft.com/downlo...240/devcon.exe)
>> do disable your network adapters.
> Looks scary but interesting. Seems to be a lot of pitfalls to track down
> and control *only* networking devices ....
>
> regards jake
Turning off the server and/or workstation service might be another option.
By the way, I notice that you're multiposting your question. This is not
good as it leads to duplication of effort. Have a look here to see how to
properly crosspost a question: http://www.blakjak.demon.co.uk/mul_crss.htm.


My System SpecsSystem Spec
Old 05-08-2009   #5 (permalink)
mayayana


 
 

Re: Disable temporarily all communications...

> Turning off the server and/or workstation service might be another option.

I disable both of those on XP because they're
security risks. I'm pretty sure they have no
effect on external communication other than
to disable file sharing.


My System SpecsSystem Spec
Old 05-08-2009   #6 (permalink)
Jake


 
 

Re: Disable temporarily all communications...

mayayana skrev:
Quote:
Quote:

>> Turning off the server and/or workstation service might be another option.
>
> I disable both of those on XP because they're
> security risks. I'm pretty sure they have no
> effect on external communication other than
> to disable file sharing.
>
>
Ok, thanks for the info.

Any other clever suggestions to easily disable / re-enable *all*
communications to/from a computer?

rgds

jake
My System SpecsSystem Spec
Old 05-08-2009   #7 (permalink)
mayayana


 
 

Re: Disable temporarily all communications...


Jake <jake44@xxxxxx> wrote in message
news:O$yvcB#zJHA.1716@xxxxxx
Quote:

> mayayana skrev:
Quote:
Quote:

> >> Turning off the server and/or workstation service might be another
option.
Quote:
Quote:

> >
> > I disable both of those on XP because they're
> > security risks. I'm pretty sure they have no
> > effect on external communication other than
> > to disable file sharing.
> >
> >
>
> Ok, thanks for the info.
>
> Any other clever suggestions to easily disable / re-enable *all*
> communications to/from a computer?
>
Sorry, but I don't know of anything other than
a controllable firewall or pulling the plug. I think
the only service I require to go online is DHCP. But
that's only on XP. (I'm on Win98 right now, which
of course doesn't have that service.) And it wouldn't
be necessary for all methods of online connection,
only for some highspeed connections.


My System SpecsSystem Spec
Old 05-08-2009   #8 (permalink)
Al Dunbar


 
 

Re: Disable temporarily all communications...


"Jake" <jake44@xxxxxx> wrote in message
news:O$yvcB%23zJHA.1716@xxxxxx
Quote:

> mayayana skrev:
Quote:
Quote:

>>> Turning off the server and/or workstation service might be another
>>> option.
>>
>> I disable both of those on XP because they're
>> security risks. I'm pretty sure they have no
>> effect on external communication other than
>> to disable file sharing.
>>
>>
>
> Ok, thanks for the info.
>
> Any other clever suggestions to easily disable / re-enable *all*
> communications to/from a computer?
All communications? Be careful what you ask for. If you can still operate
the thing, you are, in effect, communicating with it, whether through the
monitor, keyboard, or mouse.

Perhaps if you explained what your actual purpose in asking the question is,
maybe someone would have the solution you are looking for.

/Al


My System SpecsSystem Spec
Old 05-08-2009   #9 (permalink)
Alex K. Angelopoulos


 
 

Re: Disable temporarily all communications...



"Al Dunbar" <alandrub@xxxxxx> wrote in message
news:#2Vv8fD0JHA.1424@xxxxxx
Quote:

>
> "Jake" <jake44@xxxxxx> wrote in message
> news:O$yvcB%23zJHA.1716@xxxxxx
Quote:

>> mayayana skrev:
Quote:

>>>> Turning off the server and/or workstation service might be another
>>>> option.
>>>
>>> I disable both of those on XP because they're
>>> security risks. I'm pretty sure they have no
>>> effect on external communication other than
>>> to disable file sharing.
>>>
>>>
>>
>> Ok, thanks for the info.
>>
>> Any other clever suggestions to easily disable / re-enable *all*
>> communications to/from a computer?
>
> All communications? Be careful what you ask for. If you can still operate
> the thing, you are, in effect, communicating with it, whether through the
> monitor, keyboard, or mouse.
>
> Perhaps if you explained what your actual purpose in asking the question
> is, maybe someone would have the solution you are looking for.
Al isn't exaggerating when he says "be careful". Lots of peripherals use
IRDA. And if by communications you actually meant networking, that doesn't
ensure anything - you haven't considered use of USB or cables that use a
COM/LPT port (the first one is quite likely for many home networking
environments).


My System SpecsSystem Spec
Old 05-09-2009   #10 (permalink)
Jake


 
 

Re: Disable temporarily all communications...

Al Dunbar wrote:
Quote:

> All communications? Be careful what you ask for. If you can still operate
> the thing, you are, in effect, communicating with it, whether through the
> monitor, keyboard, or mouse.
>
> Perhaps if you explained what your actual purpose in asking the question is,
> maybe someone would have the solution you are looking for.
Hi,

Actually I only meant those communication modes used to share
information *between* computers, and it can be shortened to non-wired
ones, such as wireless networking, bluetooth, 3G (mobile) cards and
maybe IRDA.

The needed situation is for pupils using *their own* notebook computers
during tests and exams. I hoped there was a 'soft spot' in windows
common for these communication types which could be easily switched on /
off. If so, I could have a small applet running at each computer
displaying a small unique visible 'always-stay-on-top' stamp-size window
confirming that this 'communication bottleneck' was actually switched off.

regards jake
My System SpecsSystem Spec
Reply

Thread Tools


Similar Threads
Thread Forum
Vista 64 keeps temporarily freezing General Discussion
C drive temporarily full? Vista performance & maintenance
server temporarily unavailable Live Mail
How can I temporarily disable Windows Mail? Vista mail
How to clear out or temporarily disable SuperFetch ?? Vista General


Vista Forums is an independent web site and has not been authorized,
sponsored, or otherwise approved by Microsoft Corporation.
"Windows Vista", the Start Orb, and related materials are trademarks of Microsoft Corp.
© Designer Media Ltd

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