Opening Explorer remotely

linkgoron

Platinum Member
Mar 9, 2005
2,598
1,238
136
I need some way to open an Iexplorer window (Or even just a message pop up, I just need a way to send a message that people will surely see it) on every computer on my network. I'm not sure how to approach this, without opening an exploit.
I thought of using DameWare, but all I could find was controling one pc at a time. I thought of using SMS, but it also seems to have tools for one pc at a time.

Maybe you guys have ideas?
 

Crusty

Lifer
Sep 30, 2001
12,684
2
81
net send * <insert message here>

That's assuming you are on a Windows Domain network though.
 

linkgoron

Platinum Member
Mar 9, 2005
2,598
1,238
136
Originally posted by: Crusty
net send * <insert message here>

That's assuming you are on a Windows Domain network though.

Net Send is disabled on the network. Enabling it is not an option.
 

Crusty

Lifer
Sep 30, 2001
12,684
2
81
Originally posted by: linkgoron
Originally posted by: Crusty
net send * <insert message here>

That's assuming you are on a Windows Domain network though.

Net Send is disabled on the network. Enabling it is not an option.

Then it sounds like you shouldn't be popping up messages on ALL computers on the network.

Aside from using net send, you could push a GPO that runs a script that pops your message up.

Kind of grasping at straws since you didn't provide any information about your network.