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: Question that has been asked a million times :)  (Read 1940 times)

0 Members and 1 Guest are viewing this topic.

Evilpenguin

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 73
  • Last login:November 30, 2007, 06:53:35 pm
  • MegaMame
Question that has been asked a million times :)
« on: April 12, 2005, 09:18:06 pm »
Hi there

I have my cabinet up and running and I am using command line mame and mamewah.  My question is whats the easiest way to make windows disappear so to make it more like an arcade cabinet, instead of having to see windows boot screens.  Any help would be appreciated.

Evilpenguin ???

EndTwist

  • Trade Count: (+1)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 480
  • Last login:May 26, 2022, 05:04:49 pm
  • Arg.

sc1103

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 332
  • Last login:December 11, 2020, 08:37:35 pm
  • ......
Re: Question that has been asked a million times :)
« Reply #2 on: April 12, 2005, 09:50:20 pm »
BootXP can be used to change your boot image.  In terms of hiding other facets of windows: 
Use Shellon to select your frontend as the shell.

papaschtroumpf

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 972
  • Last login:July 23, 2013, 11:41:10 pm
  • Have a Cow!
Re: Question that has been asked a million times :)
« Reply #3 on: April 12, 2005, 11:27:26 pm »
can somone that has done this try their hand at a "complete" asnwer that we could sticky and add to as needed?
This is asked way too much!

DaemonCollector

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 443
  • Last login:December 26, 2009, 07:02:16 pm
  • All your base are belong to us.
Re: Question that has been asked a million times :)
« Reply #4 on: April 12, 2005, 11:44:53 pm »
Ill go find my old complete answer and elab on it and finish it

tommy

  • Guest
  • Trade Count: (0)
Re: Question that has been asked a million times :)
« Reply #5 on: April 12, 2005, 11:48:06 pm »
They could have the whole first page sticky if they wanted to.

Too many questions out there.

DaemonCollector

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 443
  • Last login:December 26, 2009, 07:02:16 pm
  • All your base are belong to us.
Re: Question that has been asked a million times :)
« Reply #6 on: April 12, 2005, 11:49:36 pm »
For the bootscreen: Use BootXP found at www.bootxp.net, there may be another program out there to do this that is free. I made BootXP free... Wink

For Autologon: Using the Run Dialog type, "Control Userpasswords2" and uncheck Users must log, when you close out of the window it will ask you to set the default user.

To change the Shell: Open regedit under the user you plan on changing the shell for. Be very carefull in the registry!. Go to HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\IniFileMapping\system.ini\boot and if there is a value Shell, change the first 3 letters which read SYS to USR. Then go to HKEY_CURRENT_USER\Software\Microsoft\Windows NT\CurrentVersion\Winlogon and create a value for Shell and put the path to your new shell, in this case Mamewah.

To remove notifications: These are the little windows that come up and say "Loading personal settings" and the like, in regedit go to HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\policies\system and create a DWORD value DisableStatusMessages and set its value to 1.

Change defualt user backgrounds: This is the autoloaded background when windows starts, to change just the color go to HKEY_USERS\.DEFAULT\Control Panel\Colors and change background to whatever color you want, its an RGB value, so black is 0 0 0. To set a picture like the instruction card I did, just create the picture and set the path for Wallpaper in HKEY_USERS\.DEFAULT\Control Panel\Desktop.

To get rid of the starting cursor in windows XP Open Regedit, got the HKEY_USERS\.Default\Control Panel\ Create a key called "Cursors" and within this key create new string values as shown in the attached screenshot, but point them to whatever cursor you want.




All these changes where made on a Windows XP Profesional box without any SP's on it, it should work on any XP box though, and with the exception of BootXP should work on any NT System (2000, XP and NT)

DaemonCollector

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 443
  • Last login:December 26, 2009, 07:02:16 pm
  • All your base are belong to us.
Re: Question that has been asked a million times :)
« Reply #7 on: April 12, 2005, 11:50:11 pm »
Let me know how that looks and if theres anything else you need to know how to hide

tommy

  • Guest
  • Trade Count: (0)
Re: Question that has been asked a million times :)
« Reply #8 on: April 13, 2005, 12:04:07 am »
All i need to know is, how do i make my pc boot to my frontend.
« Last Edit: April 13, 2005, 12:14:47 am by tommy »

DaemonCollector

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 443
  • Last login:December 26, 2009, 07:02:16 pm
  • All your base are belong to us.
Re: Question that has been asked a million times :)
« Reply #9 on: April 13, 2005, 12:11:54 am »
Quote
To change the Shell: Open regedit under the user you plan on changing the shell for. Be very carefull in the registry!. Go to HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\IniFileMapping\system.ini\boot and if there is a value Shell, change the first 3 letters which read SYS to USR. Then go to HKEY_CURRENT_USER\Software\Microsoft\Windows NT\CurrentVersion\Winlogon and create a value for Shell and put the path to your new shell, in this case Mamewah.