DISQUS

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

  • Hisheirs · 5 years ago
    I don't beleive "Start / max" will work w/ XP .. no start.exe
  • AlexTheBeast · 5 years ago
    You don't need a start.exe

    It is an part of the shell just like dir
  • Guest · 5 years ago
    Thank you!
  • Athadeus · 5 years ago
    At least with Windows XP, you don't have those property options when modifying a url shortcut.
  • davak · 5 years ago
    <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.
  • BCRock · 11 months ago
    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
  • GZ · 4 months ago
    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