Window disable Taskbar

  • Thread starter Thread starter Filippo Bettinaglio
  • Start date Start date
F

Filippo Bettinaglio

Hi,

I have developed an application for automation,
on the PC there is Window 2000.
I have setup an automatic login and my program runs
automatically.

The only thing that I want to do is lock/disable/hide
the task bar.
The user must be not able to user to do anything except
than use my program.

I went through the window policy but I have not found
anything.

How Can I do this?

THANKS
FILIPPO
 
You can't do this programmatically, to the best of my knowledge. This is
deliberate on the part of the OS authors. The user, not the programmer,
should have control over the user's experience/interface. (I *hate* apps
that force me to change my settings! Bad! Evil! Do not do this!)

If, however, the user is to do nothing but use your program, then make your
program the shell instead of using explorer.

Change hklm\software\microsoft\windows
nt\currentversion\winlogon\shell=yourapp.exe

-Matt
 
--------------------
From: "Filippo Bettinaglio" <[email protected]>
Subject: Window disable Taskbar
Date: Fri, 23 Jan 2004 08:33:16 -0800
Newsgroups: microsoft.public.win2000.general

Hi,

I have developed an application for automation,
on the PC there is Window 2000.
I have setup an automatic login and my program runs
automatically.

The only thing that I want to do is lock/disable/hide
the task bar.
The user must be not able to user to do anything except
than use my program.

I went through the window policy but I have not found
anything.

How Can I do this?

THANKS
FILIPPO
--

Filippo,

If you only want the users to be able to access your program you need to make it the shell instead of Explorer.exe. You
can change the shell by modifying the Shell value in the following registry key.

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon

Bill Peele
Microsoft Enterprise Support

This posting is provided "AS IS" with no warranties, and confers no rights. Use of included script samples are subject to the
terms specified at http://www.microsoft.com/info/cpyright.htm

Note: For the benefit of the community-at-large, all responses to this message are best directed to the newsgroup/thread
from which they originated.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top