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

  

Author Topic: changing the registry to boot into frontend  (Read 1265 times)

0 Members and 1 Guest are viewing this topic.

neil324

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 76
  • Last login:October 07, 2013, 03:53:50 am
  • I want to build my own arcade controls!
changing the registry to boot into frontend
« on: October 10, 2005, 06:14:30 pm »
Ive been trying to change the registry in win2000 to boot into atomic fe.
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

ive put the location of my frontend C:\atomicfe\atomic.exe

then when i reboot i get an error atomic.cfg can not be found do you want atomicmanager.exe started instead and i get a blue screen and nothing happens, i can change it back easly by ctrl+alt+del then running redigit again

anyhelp please

youki

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 1612
  • Last login:November 19, 2016, 01:07:33 pm
  • Atomic Front End Creator
    • Atomic Front End
Re: changing the registry to boot into frontend
« Reply #1 on: October 10, 2005, 06:42:40 pm »
Hi neil324,

Read this topic

http://forum.arcadecontrols.com/index.php?topic=38316.0

you have the solution at the end.

You have to use a .BAT file , to force the default directory. 




neil324

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 76
  • Last login:October 07, 2013, 03:53:50 am
  • I want to build my own arcade controls!
Re: changing the registry to boot into frontend
« Reply #2 on: October 11, 2005, 12:22:04 pm »
ok thanks think ive got it

As i Said you by mails. To make run Atomic.Fe as Shell.

Create a .BAT file  like that:

Cd \
Cd AtomicFE
Atomic.exe

(adapt it to your folder configuration of course)

Put call it for example : Atomic.bat and copy it in your windows directory.

With REGEDIT edit the registry Key :

HKEY_CURRENT_USER\ SOFTWARE \ Microsoft \ Windows NT \ CurrentVersion \Winlogon

Add or Edit the Key : Shell

And put Shell = Atomic.BAT

Now it should work.

If you are under windows XP , you have to change the way windows open session. to do that :

Control Pane ->User Account->Modify the way the user open session (or something like that, i have a french XP so i don't know what there on US version).  Then Unckeck : Use Startup Screen. (or something like  that).

Then you can eventually use the AutoLogon. Something to change in the registry, you should find information about that in this formum i think.

I did that, and it works for me.

So if my atomicFE is in C then may bat file should be

C \
C AtomicFE
Atomic.exe

and i then place this in C\WINNT folder

and put Shell = Atomic.Bat in the shell value
« Last Edit: October 11, 2005, 12:58:31 pm by neil324 »

youki

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 1612
  • Last login:November 19, 2016, 01:07:33 pm
  • Atomic Front End Creator
    • Atomic Front End
Re: changing the registry to boot into frontend
« Reply #3 on: October 11, 2005, 04:02:47 pm »
Yes, it is that part!  ;)