Author Topic: Help launching attract mode on boot (windows 10)  (Read 7212 times)

keilmillerjr

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 1167
    • View Profile
Help launching attract mode on boot (windows 10)
« on: February 09, 2017, 05:36:10 PM »
I used the following steps to launch apps on boot:

* Open "mmc".
* Select File -> Add/Remove Snap-in.
* Select "Group Policy Object Editor" and then click "Add".
* Click the "Browse" button in the wizard window.
* Click the "Users" tab in the new window that popped up.
* Select the current user you set up to automatically log in and use for your MAME arcade machine.
* Make sure the checkbox in the wizard is unchecked.
* Click "Finish".
* Click "Ok" in the "Add or Remove Snap-ins" window.
* In the User Configuration -> Administrative Templates -> System folder, open "Custom User Interface".
* Select the "Enabled" radio button in the "Custom User Interface" window.
* Under "Options" it says "Interface File Name".
* Enter the path of your front end executable in the field below it.
* Click "Ok".
* Exit the Policy Editor and reboot.

It works. However, it does not work correctly with attract mode. Attract mode loads, but it goes directly to the tab menu with non of your settings loaded. If I run explorer as a new task, and click on the attract.exe it loads fine. So I figured I’d boot to a batch file that starts attract mode. Same result of being launched with no config. I copy and paste my batch file into a cmd window (with explorer launched) and confirm the same result of not loading configs.

Code: [Select]
@echo off
start C:\Arcade\attract\attract.exe

Stumped. Whats going on here?

keilmillerjr

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 1167
    • View Profile
Re: Help launching attract mode on boot (windows 10)
« Reply #1 on: February 09, 2017, 05:55:08 PM »
I figured this out. It runs now just fine. There is no need for a batch file as it is redundant.

Enter this in the Group Policy Editor:
Code: [Select]
C:\Arcade\attract\attract.exe -c C:\Arcade\attract\
Would anyone like a complete guide to hide windows 8/10 and boot directly into attract mode?

Heres the finished pc I configured for a local fella: https://vimeo.com/203388798

hermine.potter

  • Hero Member
  • *****
  • Posts: 767
    • View Profile
Re: Help launching attract mode on boot (windows 10)
« Reply #2 on: February 10, 2017, 03:23:31 AM »
@keilmillerjr
another solution:

>you can disable the windows logo this way too:
cmd > type this command : bcdedit.exe -set {globalsettings} bootuxdisabled on

>there you can set autologon to a specific account too:
reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon" /v "DefaultUserName" /t REG_SZ /d "my_user_account" /f
reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon" /v "DefaultPassword" /t REG_SZ /d "password_of_my_user_account" /f
reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon" /v "AutoAdminLogon" /t REG_SZ /d "1" /f

>another way to start Attract in autoshell is : instant sheller
here & here
it's win10 compatible (tested on Win10 LTSB X64)
to install .net Framework 2.0, you have to install .net 3.5 instead
« Last Edit: February 10, 2017, 03:27:18 AM by hermine.potter »
AM Version : 2.6.1
Input : Mad Catz Brawlstick; Mouse; Keyboard; Xbox360 Wireless
Cabinet : Yes
OS : Windows10 Pro
System : Dell Precision T3500 ; Intel X5650 ; 12GB RAM

KTURNER

  • Sr. Member
  • ****
  • Posts: 169
    • View Profile
Re: Help launching attract mode on boot (windows 10)
« Reply #3 on: April 25, 2017, 07:53:25 AM »
I think a complete guide would be great. I gave up on my window 7 pc and now I'm using my windows 10 laptop. It works so much better. Only downside is I had to buy my wife a new computer.

ngok31

  • Newbie
  • *
  • Posts: 1
    • View Profile
Re: Help launching attract mode on boot (windows 10)
« Reply #4 on: May 16, 2017, 01:54:30 AM »
Thanks for the infos.. I plan to to do the same with a DELL 7010 computer I5 3570 + AMD R7..