Set Top Box style running (changing the Windows shell)

title says it all

Set Top Box style running (changing the Windows shell)

Postby Anzxio on Tue May 04, 2004 11:10 pm

************************************************************************

DO NOT ATTEMPT THIS IS YOU ARE NOT COMPETANT WITH WINDOWS!!!!
THIS IS DONE AT YOUR OWN RISK! - SO DONT BLAME ME IF YOU HAVE TO FORMAT


************************************************************************

This is a guide for WINDOWS XP

************************************************************************

Do i need any specific software?
Optionally you can use a program called ShellOn v3 to change the Windows shell, this i would recommend :)
http://www.dx13.co.uk//programs/sov3/ShellOnv3_rc2.zip

************************************************************************

1. Auto login to a specific user

To make Windows automatically login to your account use the following instructions:

START > CONTROL PANEL > USER ACCOUNTS > 'CHANGE THE WAY USERS LOG ON AND OFF' > UNCHECK BOTH OPTIONS > APPLY OPTIONS

START > RUN > "CONTROL USERPASSWORDS2"
- Select the user you wish to use
- Uncheck 'Users must enter a username and password to use this computer'
- Apply
- Enter passwords

2. Change the Windows shell

I suggest that you create a batch file to set as the shell, rather than use Xlobby.exe, this will mean that you can start other programs up easily (eg. Reg Kill...).

Firstly make a shortcut to XLobby.
- Right click on XLobby.exe
- Select 'Create Shortcut'
- Name it 'startXLOBBY'

Open Notepad
START > ALL PROGRAMS > ACCESSORIES > NOTEPAD

Type in the location of the XLobby shortcut, eg:
start C:\startXLOBBY.lnk
(keep the 'start')

FILE > SAVE AS
- Change 'Save as type' to 'All files'
- Enter in your file name, follwed by .bat
- Eg. Startup.bat


- Unzip the ShellOn v3 program downloaded earlier
- Double click and run 'Config'
- Press 'OK' to all the boxes that appear
- The main window will now be open, right click in the white area and select 'Add'
- Fill in the details for your batch file
- Press 'OK'
- Right click on the shell you added
- Select 'Set as Shell'
- Click the 'Settings' tab
- Press 'Set ShellOn as Shell'
- Check under 'Information' that the shell has changed from Explorer.exe, to your batch file
- Press 'OK'
- Reboot!


************************************************************************

How do i get back to normal Windows?
- Press CTRL + ALT + DEL
- FILE > NEW TASK
- Type in: explorer
- Press 'OK'

************************************************************************

This is V1.1, so if there are any changes then please suggest them.
Like i say this is done at your own risk! :)
It should be straight forward enough though.
Last edited by Anzxio on Wed May 05, 2004 11:41 am, edited 1 time in total.
Anzxio
 
Posts: 21
Joined: Thu Apr 22, 2004 10:21 pm

Re: Set Top Box style running (changing the Windows shell)

Postby dalanik on Wed May 05, 2004 8:28 am

Anzxio wrote:
I am yet to try this with XLobby but i would assume it would work in a similar manner to my current myHTPC setup.


Until you try... :-)

I tried this with MyHTPC and it worked (I actually set the shell to LiteShell and then lounched myHTPC from LiteShell), but when I tried the same with XLobby2, it didn't work - I got some error message (similar to the ones you get when XLobby crashes)... I'd really appreciate other's experience with this..

Dalibor
dalanik
 
Posts: 885
Joined: Mon Apr 19, 2004 12:35 pm
Location: Prague, Czech Republic

Postby Anzxio on Wed May 05, 2004 11:16 am

Thread updated now :)
Anzxio
 
Posts: 21
Joined: Thu Apr 22, 2004 10:21 pm

Postby steele on Fri May 28, 2004 10:00 am

If you have more than one user does changing the shell affect all users? I am guessing it does but thought it would be good to have a user called say media player and when selected it runs the altered shell whilst still having the option to select normal users and it then runs a normal shell including explorer.

steele
steele
 
Posts: 32
Joined: Tue Jul 15, 2003 11:11 pm
Location: Portsmouth, England

Postby lar282 on Mon Jun 14, 2004 6:59 am

did anybody get this to work?
I just get an error when xlobby starts and an error regarding .net

And how the heck do u get the old one back. When I change the value in winlogon to explorer.exe, a explorer just opens, but no shell at all?

//Lasse
lar282
 
Posts: 1624
Joined: Thu Apr 01, 2004 4:13 pm
Location: Helsingborg, Sweden

Postby Anzxio on Tue Jun 15, 2004 10:46 pm

Works fine for me :)
Anzxio
 
Posts: 21
Joined: Thu Apr 22, 2004 10:21 pm

Postby lar282 on Wed Jun 16, 2004 7:05 am

And u just created a linc to Xlobby and created a bat file with start ...link.lnk
lar282
 
Posts: 1624
Joined: Thu Apr 01, 2004 4:13 pm
Location: Helsingborg, Sweden

Postby lar282 on Wed Jun 16, 2004 7:06 am

And u just created a shortcut to Xlobby and created a bat file with start ...link.lnk

then pointed the program to the bat file??

Nothing else, and the .net worked?
Are u running XP SP1 also?


//Lasse
lar282
 
Posts: 1624
Joined: Thu Apr 01, 2004 4:13 pm
Location: Helsingborg, Sweden

Postby Anzxio on Wed Jun 16, 2004 8:33 pm

If i get time i'll give it all a go on my main machine and see what it does :) Check back in a few days, and if i haven't done anything then moan a bit :p
Anzxio
 
Posts: 21
Joined: Thu Apr 22, 2004 10:21 pm

Postby Berra on Sun Jun 20, 2004 9:28 am

Lasse, i have experienced the same problem and it took me days, maybe even weeks to figure it out.. the hint is "not" to write "xlobby2.ink" but only "xlobby2"

look, simply create an .bat file and edit it and write this (correct to your directories though)
--------------------

start D:\htpc\xlobby2

-------------------

mine looks like this, but i start alot of other stuff, and i open my mapped network drive so that it connects correctly.

------------------------------------------

z:

start C:\Program\PowerStrip\pstrip.exe

start C:\Program\RSHUT\RshutPro.EXE

start D:\htpc\xlobby2

------------------------------------------


PS: if you want the .bat file (wich you select in shellon to be your Shell) to start more then one program, dont forget to use the "start" command in your .bat file. if you dont write "start" before the link the bat file will only open the first stated line (or link) and dont read the other untill you close the first program.

Im sorry i havent been around either on the forum and IRC. Im hoping that i will have some time next mounth.
Berra
 
Posts: 18
Joined: Sun Sep 07, 2003 10:46 am
Location: Sweden

Postby lar282 on Sun Jun 20, 2004 10:35 am

THANKS.
I'll try tonite when the misses is sleeping


//Lasse
lar282
 
Posts: 1624
Joined: Thu Apr 01, 2004 4:13 pm
Location: Helsingborg, Sweden

Postby jmatienzo on Sun Jun 20, 2004 3:26 pm

Hi, Berra can you post a copy of your bat file, I'm having problem with my map drives. I also open a lot of stuff in the bat file(powerstrip,girder,BZhide,etc), but I seem to be having problems with the map drives. I have three map drives they work find for two to three weeks and then won't map again with the script until a do it manually,tks.

Here's mine:

net use Z: /d
net use Y: /d
net use X: /d
net use Z: \\192.168.1.101\files
net use Y: \\192.168.1.101\moviesdb1
net use X: \\192.168.1.101\kidsmoviesdb1
start c:\powerstrip\pstrip
start c:\girder32\girder
start c:\Xlobby\startXLOBBY.lnk
start c:\bzhider
start c:\RAserver.lnk
jmatienzo
 
Posts: 26
Joined: Sun Oct 26, 2003 12:16 am

Postby art on Mon Jun 21, 2004 3:12 am

jmatienzo wrote:I have three map drives they work find for two to three weeks and then won't map again with the script until a do it manually,tks.


I had similar problem, but mine was not so "regular", anyway what solved my problem was to map drives at the very end, and also before mapping I put a little pause (I think some network service or something like that wasn't loading fast enough and that's why I had this problem) - here is last part of my bat file:

PING 1.1.1.1 -n 2 -w 1000 >NUL
NET USE R: \\mainserver\Programs
NET USE P: \\mainserver\Pictures
NET USE M: \\mainserver\Music
NET USE O: \\mainserver\Movies
art
 
Posts: 284
Joined: Sat Mar 20, 2004 8:40 am
Location: Allen, TX

Postby jmatienzo on Mon Jun 21, 2004 11:23 pm

tks art, I going to try your settings see how it goes.
jmatienzo
 
Posts: 26
Joined: Sun Oct 26, 2003 12:16 am