hckyplayer024
01-24-2008, 03:12 PM
I was doing a search recently on how to disable the network check feature on Microsoft office 2008. I came across a post from december 2001 that said
It always goes over port 222 and then sends over a random one on 222 between 3000 and 4000. Just block 222 in the command line with this command:
sudo ipfw add 0 deny udp from any to any 2222
And then the check will not occur.
and i was wondering if this trick is still valid for office 2008. Also is it supposed to be 4 2's or 3 2's in the command line because at first it says 222 and it says 2222 in the command line. thanks for any input.
It always goes over port 222 and then sends over a random one on 222 between 3000 and 4000. Just block 222 in the command line with this command:
sudo ipfw add 0 deny udp from any to any 2222
And then the check will not occur.
and i was wondering if this trick is still valid for office 2008. Also is it supposed to be 4 2's or 3 2's in the command line because at first it says 222 and it says 2222 in the command line. thanks for any input.