Tag Archives: windows 7

Games minimizing randomly

I Recently ran into a problem while playing games on my Windows 7 desktop. They started minimizing randomly, in intervals of around 30 minutes. A pain in the ass, considering I didn’t install anything new recently, except installing an SSD (which I was quite sure had nothing to do with it). Tried some stuff (and since it wasn’t working), figured out I do it the good-ol’-way. Disable all startup programs! And it worked, then added back the ones I though need to start with windows.

Open msconfig from the Start menu. You need to enter the whole term in the search box for it to appear.

msconfig

Here are the steps on how to disable all startup programs:

  1. Open the Startup tab
  2. Disable all startup programs
  3. Restart your computer and test
    1. If it worked, start adding back startup programs you think are needed, and test again
    2. If it didn’t, I am not sure what it could be. Maybe malfunctioning hardware.. Or a driver problem.

startup

Tagged , , , , , , , ,

Matlab 7 under Windows 7

If you have trouble installing, switch to “Windows Classic” theme under “Personalization” (should be done automatically). After the installation, we need to setup Matlab to use the newest Java version instead of the supplied one.

  1. Download and install the latest jre version
  2. Go to C:\Program Files\Java (or C:\Program Files (x86)\Java)
  3. Copy the folder name jre6 to <Matlab-installation-dir>\sys\java\jre\win32
  4. Go to <Matlab-installation-dir>sys\java\jre\win32
  5. Open the file named jre.cfg
  6. Instead of (in my case 1.4.2), write 6. Now Matlab will use jre6 instead of jre1.4.2.

Matlab should start now without problems.

Tagged , ,