Start Button & Taskbar

  • Thread starter Thread starter derek
  • Start date Start date
D

derek

Is it possible to remove the Start Button and taskbar on
loading up into Windows 2000, i want a program to run
straight from the Startup folder and i dont want to give
access to the start button. Is a change in the registry
settings required ?
 
Set your program as the shell for the user or the computer:

HKLM|HKCU\Software\Microsoft\WindowsNT\CurrentVersion\Winlogon
shell="C:\path\prog.exe"

It will be currently set to explorer.exe.

This value does not exist for HKCU by default (iirc), but if you create it,
it will be honored for that user. If you change it in HKLM, your program
will be the shell for all users.

Ray at work
 

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