Link to home
Start Free TrialLog in
Avatar of anormand
anormandFlag for Canada

asked on

replace windows xp shell for command prompt or other *.exe program

Hi,

As the title describe I would like the replace the shell of Windows XP the reason is for usuablity and fonctionnality issues.

What I want to do is the User-x will logon automatlicly to Windows XP and Domain using Tweakui !
But it only needs to open Wordpad as shell instead of explorer.exe

This way the User-X will open the computer type a note and save it. When closing Wordpad, Windows will shutdown.

Looking forward for your solutions.

Regards
ASKER CERTIFIED SOLUTION
Avatar of kosmoraios
kosmoraios

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of AmazingTech
AmazingTech

Here's a complete solution with shutting down the workstation.

Copy shell.vbs to C:\.

REG ADD "HKLM\Software\Microsoft\Windows NT\CurrentVersion\Winlogon" /v Shell /t reg_sz /f /d "c:\windows\system32\wscript //e:vbs c:\shell.vbs"

Or apply the new shell to just UserX.


shell.vbs.txt