home
products
contribute
download
documentation
forum
Home
Forums
New posts
Search forums
What's new
New posts
All posts
Latest activity
Members
Registered members
Current visitors
Donate
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Search titles only
By:
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
HTPC Projects
Hardware
General
Scripted Logon & TV Out Quality
Contact us
RSS
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="megacrypto" data-source="post: 244883" data-attributes="member: 25934"><p>armyofme: XP here too</p><p></p><p>i have a question, if you open msconfig and go to startup tab, do you untick everything there to make sure that only whats in the logon script is run, or do you leave it as is?</p><p></p><p>This is my script file:</p><p>//BEGINNING OF SCRIPT</p><p>run async "c:\program files\sygate\spf\smc.exe -startgui" </p><p>run async "c:\program files\creative\sblive\program\adgjdet.exe" </p><p>run async "c:\windows\sisusbrg.exe" </p><p>//run async "c:\program files\eset\nod32.exe" /WAITSERVICE</p><p>run async "c:\program files\eset\nod32kui.exe" /WAITSERVICE</p><p>: START_MEDIAPORTAL</p><p>if not process_exists mediaportal.exe</p><p> run "C:\Program Files\Team MediaPortal\MediaPortal\MediaPortal.exe"</p><p>else</p><p> goto KILL_MEDIAPORTAL</p><p>: KILL_MEDIAPORTAL</p><p>run sync taskkill | /F /T /IM MediaPortal.exe</p><p>goto START_MEDIAPORTAL</p><p>//END OF SCRIPT</p><p></p><p>Does that look right? I mean it all opens right, no explorer, no nothing on the desktop, just the blue screen for a couple of seconds then MP kicks in.</p></blockquote><p></p>
[QUOTE="megacrypto, post: 244883, member: 25934"] armyofme: XP here too i have a question, if you open msconfig and go to startup tab, do you untick everything there to make sure that only whats in the logon script is run, or do you leave it as is? This is my script file: //BEGINNING OF SCRIPT run async "c:\program files\sygate\spf\smc.exe -startgui" run async "c:\program files\creative\sblive\program\adgjdet.exe" run async "c:\windows\sisusbrg.exe" //run async "c:\program files\eset\nod32.exe" /WAITSERVICE run async "c:\program files\eset\nod32kui.exe" /WAITSERVICE : START_MEDIAPORTAL if not process_exists mediaportal.exe run "C:\Program Files\Team MediaPortal\MediaPortal\MediaPortal.exe" else goto KILL_MEDIAPORTAL : KILL_MEDIAPORTAL run sync taskkill | /F /T /IM MediaPortal.exe goto START_MEDIAPORTAL //END OF SCRIPT Does that look right? I mean it all opens right, no explorer, no nothing on the desktop, just the blue screen for a couple of seconds then MP kicks in. [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
HTPC Projects
Hardware
General
Scripted Logon & TV Out Quality
Contact us
RSS
Top
Bottom