How do I stop SFP loading when I boot up my PC?

An area for people to discuss Scope related problems, issues, etc.

Moderators: valis, garyb

Post Reply
batfink
Posts: 35
Joined: Sun Jul 06, 2003 4:00 pm

Post by batfink »

Hi
Is there any way of achieving this from within XP?

Thanks
User avatar
Neutron
Posts: 2274
Joined: Sun Apr 29, 2001 4:00 pm
Location: Great white north eh
Contact:

Post by Neutron »

start > run > "msconfig" and remove it from the start up items
zezappa
Posts: 205
Joined: Sun Sep 29, 2002 4:00 pm
Location: Via Lactea to Lisbon

Post by zezappa »

uncheck "active" in livebar/settings/projects
batfink
Posts: 35
Joined: Sun Jul 06, 2003 4:00 pm

Post by batfink »

Thanks!
Billy goat gruff
Posts: 63
Joined: Thu Oct 09, 2003 4:00 pm
Location: Where the sun don't shine

Post by Billy goat gruff »

Delete SFP folder. Worked for me.
User avatar
at0m
Posts: 4743
Joined: Sat Jun 30, 2001 4:00 pm
Location: Bubble Metropolis
Contact:

Post by at0m »

So there's 3 official ways to de-activate SFP loading on startup now, all of the above are correct.
  1. SFP>Set>Settings>Projects>'Startup Project Active'. This totally bypasses the option of a startup project.
  2. Lifechangee would delete the SFP folder, killing all further attempts to work with SFP :grin:
  3. An alternate way, as Neutron explained, leaving the option above Active, and disabling it in msconfig>startup. This has a neat advantage. Apart from the regular SFP 'New Project', you can have a second project to start SFP with: The startup project, startproject.pro, can be loaded with a .bat file. Let me explain how.
Make a new text document in your SFP folder. Insert the line: "start c:sfpappbinsfp.exe -s" without the " ", and rename the text to "SFPstart.bat". The "-s" switch lets SFP load startproject.pro instead of newproject.pro. Create a shortcut to this on your desktop, where you now have the option to load either of both projects by executing the original SFP shortcut or the one you just made.

Some people prefer to load SFP in low priority under XP. Make .bat files according to the description from above:
to load SFP in low priority by default, make sure the line looks like "start /low c:sfpappbinsfp.exe" or "start /low c:sfpappbinsfp.exe -s", depending on weither you want to load newproject.pro or startproject.

Enjoy :smile:
more has been done with less
https://soundcloud.com/at0m-studio
zezappa
Posts: 205
Joined: Sun Sep 29, 2002 4:00 pm
Location: Via Lactea to Lisbon

Post by zezappa »

On 2003-11-02 08:40, at0mic wrote:
[*] you can have a second project to start SFP with
[/list]

or, for those in a hurry, by 2 clicking any *.pro, after registering .pro as a scope type file.
very, very usefull, for a XTC user as me :grin:
User avatar
at0m
Posts: 4743
Joined: Sat Jun 30, 2001 4:00 pm
Location: Bubble Metropolis
Contact:

Post by at0m »

zezappa wrote:
[...] double click any *.pro, after registering .pro as a scope type file.
SFP cannot open .pro files by double clicking them -it opens the newproject.pro instead. There's a nice explanation on how to do that tho, check out the hints at this page...
zezappa
Posts: 205
Joined: Sun Sep 29, 2002 4:00 pm
Location: Via Lactea to Lisbon

Post by zezappa »

...sorry, obviously you're right!
I'd forgotten that, as I've been mostly on XTC and my SFP Default project is "Empty" and I load the one I want then.
Thank you anyway, Atomic. :smile:
Post Reply