DISQUS

DISQUS Hello! Tech-Recipes is using DISQUS, a powerful comment system, to manage its comments. Learn more.

Community Page

Tech-Recipes

Cookbook of Tech Tutorials
Jump to original thread »
Author

Open A Program Fully Maximized or Minimized | Windows | Tech-Recipes

Started by qdideas · 9 months ago

No excerpt available. Jump to website »

7 comments

  • I don't beleive "Start / max" will work w/ XP .. no start.exe
  • You don't need a start.exe

    It is an part of the shell just like dir
  • Thank you!
  • At least with Windows XP, you don't have those property options when modifying a url shortcut.
  • <ul id="quote"><h6>Athadeus wrote:</h6>At least with Windows XP, you don't have those property options when modifying a url shortcut.</ul>

    True. The command line option still works. You could create a shortcut to a batch file that contains the following line:

    start /max http://www.cnn.com


    This will open your default browser to the site already maximized.
  • The - shortcut to a batch file - idea works great with XP ...
    The first line of the batch file should be:
    @echo off
    The shortcut to the batch file should run minimized so the dos screen doesn't pop up.
    It really works well ... faster than opening IE and selecting favorites.
    Thanks for the help,
    BCRock
  • Thank you! This opening as maximised has been bothering me for months.
    I hope many others find this iste and learn this 'trick' too.
    Best wishes.
    GZ

Add New Comment

Returning? Login