PC Review


Reply
Thread Tools Rate Thread

Block games in Excel

 
 
Brian
Guest
Posts: n/a
 
      6th Feb 2008
I'm a network administrator and I've been tasked with keeping our users from
being able to play games in Excel such as PacMan, Astroids........

Does anyone have any suggestions about how I can do this?
 
Reply With Quote
 
 
 
 
JLGWhiz
Guest
Posts: n/a
 
      6th Feb 2008
The only sure way is against the law. <g>

"Brian" wrote:

> I'm a network administrator and I've been tasked with keeping our users from
> being able to play games in Excel such as PacMan, Astroids........
>
> Does anyone have any suggestions about how I can do this?

 
Reply With Quote
 
Dave Peterson
Guest
Posts: n/a
 
      6th Feb 2008
Threaten them with disciplinary action when they're caught?



Brian wrote:
>
> I'm a network administrator and I've been tasked with keeping our users from
> being able to play games in Excel such as PacMan, Astroids........
>
> Does anyone have any suggestions about how I can do this?


--

Dave Peterson
 
Reply With Quote
 
JLGWhiz
Guest
Posts: n/a
 
      6th Feb 2008
If i remember correctly, when i was still working, our techs went around and
uninstalled the programs. With todays technology, you should be able to do
that with code on the LAN.

"Brian" wrote:

> I'm a network administrator and I've been tasked with keeping our users from
> being able to play games in Excel such as PacMan, Astroids........
>
> Does anyone have any suggestions about how I can do this?

 
Reply With Quote
 
Bernie Deitrick
Guest
Posts: n/a
 
      6th Feb 2008
Brian,

If I rename a file from "PacMan.xls" to "Financial Returns 2007.xls" then you would never be able to
tell what I am doing....and besides, I may just be trying to learn advanced Excel programming
techniques from using that file.

Bernie
MS Excel MVP


"Brian" <(E-Mail Removed)> wrote in message
news:A652E5DB-2583-4DC2-A23A-(E-Mail Removed)...
> I'm a network administrator and I've been tasked with keeping our users from
> being able to play games in Excel such as PacMan, Astroids........
>
> Does anyone have any suggestions about how I can do this?



 
Reply With Quote
 
JLGWhiz
Guest
Posts: n/a
 
      6th Feb 2008
Here is more:

http://manageengine.adventnet.com/pr...-policies.html

"Brian" wrote:

> I'm a network administrator and I've been tasked with keeping our users from
> being able to play games in Excel such as PacMan, Astroids........
>
> Does anyone have any suggestions about how I can do this?

 
Reply With Quote
 
Brian
Guest
Posts: n/a
 
      6th Feb 2008
I wouldn't mind setting a policy, but like others said if they rename a
game.xls file the game will still work. That and there are hundreds of games
written. There would be no way to keep up. I assume if I blocked all VBA
code from running in Excel, that would work, but I can't do that because
there are business reasons for VBA code.

I'm wondering if there is any commonality between the games that
distinguishes them from.....macros or other business legit code?

"JLGWhiz" wrote:

> Here is more:
>
> http://manageengine.adventnet.com/pr...-policies.html
>
> "Brian" wrote:
>
> > I'm a network administrator and I've been tasked with keeping our users from
> > being able to play games in Excel such as PacMan, Astroids........
> >
> > Does anyone have any suggestions about how I can do this?

 
Reply With Quote
 
Susan
Guest
Posts: n/a
 
      6th Feb 2008
i'm no guru, but...... i'd say it depends on how sophisticated your
users are. if they're the ones learning VBA & writing macros, then
it's going to be a lot harder. but for others......
for instance, my secretary loves the macros that **i** write, & uses a
lot of VBA, but knows nothing about how to get into them, get into the
VBA editor, or anything like that. for that person i'd simply insert
a hidden worksheet in the game workbook named UNAUTHORIZED & have an
auto-open macro in personal.xls that checks for the existence of that
sheet. if found, they get a message saying "this is a spreadsheet not
authorized for use during business hours." & have it close itself.

but that's assuming you know where all these game workbooks are, what
their names are, and that the users won't know how to get around that.
just my ideas.

susan




On Feb 6, 2:37*pm, Brian <Br...@discussions.microsoft.com> wrote:
> I wouldn't mind setting a policy, but like others said if they rename a
> game.xls file the game will still work. *That and there are hundreds of games
> written. *There would be no way to keep up. *I assume if I blocked allVBA
> code from running in Excel, that would work, but I can't do that because
> there are business reasons for VBA code. *
>
> I'm wondering if there is any commonality between the games that
> distinguishes them from.....macros or other business legit code?
>
>
>
> "JLGWhiz" wrote:
> > Here is more:

>
> >http://manageengine.adventnet.com/pr...ral/windows-se...

>
> > "Brian" wrote:

>
> > > I'm a network administrator and I've been tasked with keeping our users from
> > > being able to play games in Excel such as PacMan, Astroids........

>
> > > Does anyone have any suggestions about how I can do this? *- Hide quoted text -

>
> - Show quoted text -


 
Reply With Quote
 
Jim Thomlinson
Guest
Posts: n/a
 
      6th Feb 2008
Nobody works 8 hours a day every single day. That is just the way it is. Some
people play games and some people answer questions on newsgroups (at least
that's what the smart ones do). If you block people from playing games that
will not necessarily make them any more productive. They will just stand
around the water cooler and complain about how much of a tyrant their boss is.

If you want people to stop playing games then motivate them to do their
work. That of course is an infinitly more difficult task than removing the
games.
--
HTH...

Jim Thomlinson


"Brian" wrote:

> I'm a network administrator and I've been tasked with keeping our users from
> being able to play games in Excel such as PacMan, Astroids........
>
> Does anyone have any suggestions about how I can do this?

 
Reply With Quote
 
Brian
Guest
Posts: n/a
 
      6th Feb 2008
Thanks for the reply. I'm not worried about blocking this functionality from
VBA programmers, just the normal secretaries, and HR and.......

When you say add a hidden worksheet in the game workbook are you talking
about doing that per game per PC?

About adding an auto-open macro in personal.xls that checks for the
Unauthorized sheet, once again is that per game per PC?

"Susan" wrote:

> i'm no guru, but...... i'd say it depends on how sophisticated your
> users are. if they're the ones learning VBA & writing macros, then
> it's going to be a lot harder. but for others......
> for instance, my secretary loves the macros that **i** write, & uses a
> lot of VBA, but knows nothing about how to get into them, get into the
> VBA editor, or anything like that. for that person i'd simply insert
> a hidden worksheet in the game workbook named UNAUTHORIZED & have an
> auto-open macro in personal.xls that checks for the existence of that
> sheet. if found, they get a message saying "this is a spreadsheet not
> authorized for use during business hours." & have it close itself.
>
> but that's assuming you know where all these game workbooks are, what
> their names are, and that the users won't know how to get around that.
> just my ideas.
>
> susan
>
>
>
>
> On Feb 6, 2:37 pm, Brian <Br...@discussions.microsoft.com> wrote:
> > I wouldn't mind setting a policy, but like others said if they rename a
> > game.xls file the game will still work. That and there are hundreds of games
> > written. There would be no way to keep up. I assume if I blocked all VBA
> > code from running in Excel, that would work, but I can't do that because
> > there are business reasons for VBA code.
> >
> > I'm wondering if there is any commonality between the games that
> > distinguishes them from.....macros or other business legit code?
> >
> >
> >
> > "JLGWhiz" wrote:
> > > Here is more:

> >
> > >http://manageengine.adventnet.com/pr...ral/windows-se...

> >
> > > "Brian" wrote:

> >
> > > > I'm a network administrator and I've been tasked with keeping our users from
> > > > being able to play games in Excel such as PacMan, Astroids........

> >
> > > > Does anyone have any suggestions about how I can do this? - Hide quoted text -

> >
> > - Show quoted text -

>
>

 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

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
Title Block in Excel pigsie Microsoft Excel Discussion 2 14th Nov 2007 11:38 AM
How do I block stuff like yahoo games? =?Utf-8?B?TGFycnkyMDAy?= Windows XP Internet Explorer 3 29th Oct 2005 09:11 PM
Possibe to block/uninstall games through Group Policy? =?Utf-8?B?U1c=?= Microsoft Windows 2000 Group Policy 1 3rd Aug 2005 09:46 AM
block windows 2000 games =?Utf-8?B?c29seXN0?= Microsoft Windows 2000 Group Policy 4 13th Jun 2005 07:37 AM
Block Access to Games Matt Windows XP Games 1 15th Aug 2004 06:07 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 07:11 AM.