How to disable Task Pane Manager
Either of below will disable Task Pane Manager launch on VFP startup:
- Click on the Task Pane's Options, Select Task Pane Manager in the treeview and uncheck Open the Task Pane when Visual FoxPro starts
- Go to Tools, Options, File Locations and clear Startup Program. Click on Set As Default to save changes.
- In the RegEdit go to the HKEY_CURRENT_USER\Software\Microsoft\VisualFoxPro\9.0\Options key and blank out Data for Value Name _STARTUP.
- Add _STARTUP= to a config.fpw. Only VFP instance that uses this config.fpw will be affected.
Comments
Turn off Task Pane Manager at startup
Re: Turn off Task Pane Manager at startup
This is a very old post, but
Instead you can remove thie task pane manager from showing up within VFP itself via: Tools > Options > File Locations (tab) > Startup Program (scroll down). Highlight Startup Program and click the modify button. Remove "..\microsoft visual foxpro 9\taskpane.app", click "OK", then click the "Set As Default" button. If you don't click "Set As Default" the Task Pane Manager will run again the next time you fire up VFP.
You can create a .prg file to run the taskpane.app and add other commands to allow you full control as to what happens when you fire up VFP.
I hope this helps.
Only modify regedit option
Thanks!
GREAT TIP 100% WORKING
Thanks a lot.
Great Tip
Tanks