June 24, 2025, 12:08:08 pm
Home
Help
Search
Login
Register
News:
Support this site
Shop
Amazon Video Games
through our link. Thank you!
Forum notices to gmail.com addresses are working. Microsoft addresses are still not.
The NEW Build Your Own Arcade Controls
|
Main
|
Software Forum
|
Help-Setting Up XP+ Lazarus to appear like own OS
Main
Restorations
Software
Audio/Jukebox/MP3
Everything Else
Buy/Sell/Trade
Project Announcements
Monitor/Video
GroovyMAME
Merit/JVL Touchscreen
Meet Up
Retail Vendors
Driving & Racing
Woodworking
Software Support Forums
Consoles
Project Arcade
Reviews
Automated Projects
Artwork
Frontend Support Forums
Pinball
Forum Discussion
Old Boards
Raspberry Pi & Dev Board
controls.dat
Linux
Miscellaneous Arcade
Wiki Discussion
Old Archives
Lightguns
Arcade1Up
Try the site in https mode
Site News
Unread posts
|
New Replies
|
Recent posts
|
Rules
|
Chatroom
|
Wiki
|
File Repository
|
RSS
|
Submit news
« previous
next »
Send this topic
Print
Pages: [
1
]
Go Down
Author
Topic: Help-Setting Up XP+ Lazarus to appear like own OS (Read 2807 times)
0 Members and 1 Guest are viewing this topic.
Demon-Seed
Trade Count:
(
+1
)
Full Member
Offline
Posts: 1521
Last login:April 04, 2022, 09:51:02 am
Help-Setting Up XP+ Lazarus to appear like own OS
«
on:
August 19, 2002, 12:44:05 am »
Hi,
Now that I got that great emu Lazarus under control...(well i need to try other emus) but Mame works great. I am starting to look at how I can have my windows xp boot directly into Lazarus and not show gui or signs of xp if possible.(unless I exit Lazarus) I am not sure how to do this..can any one help?
thanks
JIM
Logged
Life is like a video game, a good one never dies..
Howard_Casto
Idiot Police
Trade Count:
(
+1
)
Full Member
Offline
Posts: 19427
Last login:
Yesterday
at 11:22:04 pm
Your Post's Soul is MINE!!! .......Again??
Re:Help-Setting Up XP+ Lazarus to appear like own OS
«
Reply #1 on:
August 19, 2002, 03:01:24 am »
Well, unfortunately there isn't a good way right now.... The best you can do is replace the shell entry in your win.ini file with lazarus.exe..... If you do this, however you need to beable to gain access to your machine's files via a boot disk, because once you do it windows explorer won't show up unless you do a create proces.
Other things you can do instead are autohide the start menu and turn off icons on the desktop.
Logged
Random24
Trade Count:
(
0
)
Full Member
Offline
Posts: 87
Last login:December 22, 2024, 01:51:59 pm
Re:Help-Setting Up XP+ Lazarus to appear like own OS
«
Reply #2 on:
August 19, 2002, 07:48:42 am »
Actually, I made a change in the registry and have a specific user that auto-logs in. The reg change is in the user section of the reg so that all I have to do is log out as that user and then log in as another user to get explorer as my shell. The reg setting is HKEY_CURRENT_USER \Software\Microsoft\Windows NT\CurrentVersion\Winlogon. Look for a string entry called 'Shell'. If it is not there, create a string entry and name it 'Shell'. Set the value of this entry to the name and location of your shell. For Lazarus, the shell entry may be "C:\Lazarus\Lazarus.exe" or wherever your Lazarus executable is located. For explorer, the entry is simply
«
Last Edit: August 19, 2002, 09:03:47 am by Random24
»
Logged
Howard_Casto
Idiot Police
Trade Count:
(
+1
)
Full Member
Offline
Posts: 19427
Last login:
Yesterday
at 11:22:04 pm
Your Post's Soul is MINE!!! .......Again??
Re:Help-Setting Up XP+ Lazarus to appear like own OS
«
Reply #3 on:
August 19, 2002, 09:05:03 am »
Interesting.....
You need to write that up in detail and submit it to the byoac faq. That's the missing link to a lot of windoze setups.
Logged
Random24
Trade Count:
(
0
)
Full Member
Offline
Posts: 87
Last login:December 22, 2024, 01:51:59 pm
Re:Help-Setting Up XP+ Lazarus to appear like own OS
«
Reply #4 on:
August 19, 2002, 11:10:56 am »
Here is a copy of what I submitted:
Getting a Front-end to run as a shell in XP and start with no user intervention
You cannot do this if your computer is part of a domain. It must only be part of a workgroup.
Create a user that will be the auto-login user. (User should have admin rights at this time)
Configure XP to automate the logon process if your computer is not part of a domain.
Click Start, click Run, and type control userpasswords2.
Clear the Users must enter a username and password to use this computer check box.
Click Apply.
Enter the user name and pwd you wish to automatically log on with, and then click OK.
Click OK again and you're all done.
Setup your FE the way you want it.
Open regedit and browse to "HKEY_CURRENT_USER \Software\Microsoft\Windows NT\CurrentVersion\Winlogon"
Look for a string entry called 'Shell'. If it is not there, create a string entry and name it 'Shell'. Set the value of this entry to the name and location of your Front-end. For Lazarus, the shell entry may be "C:\Lazarus\Lazarus.exe" or wherever your Lazarus executable is located. For explorer, the entry is simply "explorer.exe".
Log out as the auto-login user and log back in as another user with administrative rights.
Change the auto-login user to a standard user. (This way people don't have more access than you want them to have.)
Logged
Demon-Seed
Trade Count:
(
+1
)
Full Member
Offline
Posts: 1521
Last login:April 04, 2022, 09:51:02 am
Re:Help-Setting Up XP+ Lazarus to appear like own OS
«
Reply #5 on:
August 19, 2002, 12:18:11 pm »
Hi,
kool so it auto loads..but how do i get back to xp if I want? I am a little unclear there.
Logged
Life is like a video game, a good one never dies..
Random24
Trade Count:
(
0
)
Full Member
Offline
Posts: 87
Last login:December 22, 2024, 01:51:59 pm
Re:Help-Setting Up XP+ Lazarus to appear like own OS
«
Reply #6 on:
August 19, 2002, 12:40:14 pm »
ctrl-alt-del, log out, log in as another user.
Or ctrl-alt-del, go to task manager, file, new task, and type explorer, click "ok", and explorer will open as the shell.
Logged
Howard_Casto
Idiot Police
Trade Count:
(
+1
)
Full Member
Offline
Posts: 19427
Last login:
Yesterday
at 11:22:04 pm
Your Post's Soul is MINE!!! .......Again??
Re:Help-Setting Up XP+ Lazarus to appear like own OS
«
Reply #7 on:
August 19, 2002, 01:46:53 pm »
I believe there is also a hotkey you can hold during startup to force the login screen too. It was in NT anyway, I'll have to see if it still works.
Logged
Demon-Seed
Trade Count:
(
+1
)
Full Member
Offline
Posts: 1521
Last login:April 04, 2022, 09:51:02 am
Re:Help-Setting Up XP+ Lazarus to appear like own OS
«
Reply #8 on:
August 19, 2002, 06:06:24 pm »
Thx I will try it once I tweak Lazarus more!!
Logged
Life is like a video game, a good one never dies..
simpleman46
Trade Count:
(
0
)
Full Member
Offline
Posts: 19
Last login:December 29, 2003, 10:54:47 pm
Nummy Goodness
Re:Help-Setting Up XP+ Lazarus to appear like own OS
«
Reply #9 on:
August 20, 2002, 09:10:56 pm »
Something else some of you might want to look at is a tiny little program called ShellON. It's basically a shell loader.
It can pop up a menu when you boot up that asks which shell to load. And you can have it automatically load one if there's no user input. It has a lot of other cool little features as well.
It's not intented for frontends... and I haven't tried it for this, but I don't see why it wouldn't work.
http://www.dx13.co.uk/shellon/index.htm
«
Last Edit: August 20, 2002, 09:11:57 pm by simpleman46
»
Logged
Demon-Seed
Trade Count:
(
+1
)
Full Member
Offline
Posts: 1521
Last login:April 04, 2022, 09:51:02 am
Re:Help-Setting Up XP+ Lazarus to appear like own OS
«
Reply #10 on:
August 21, 2002, 03:07:44 pm »
Hey I found this one too.,.I havent tried it or others yet
http://www.cronosoft.com/download/index.htm
Logged
Life is like a video game, a good one never dies..
Send this topic
Print
Pages: [
1
]
Go Up
« previous
next »
The NEW Build Your Own Arcade Controls
|
Main
|
Software Forum
|
Help-Setting Up XP+ Lazarus to appear like own OS