April 2, 2012

 

Intellij Idea (win32/64): run .bat, not .exe

Running exe (which is exe4j executable) leads to multiple constant disk operations by exe4j (not even idea itself). I checked that with process monitor filtering idea.exe events. If you run .bat (java.exe hosted idea) that doesn't lead to strange events disk io overload.
So to prolong battery (and hdd!) life consider running idea.bat file, not idea.exe.

Labels: , , ,

November 26, 2008

 

Anti-auto run (xp only)

Protection from auto run cd/flash programs (winxp registry file: copy text below into a.reg and execute it):

REGEDIT4

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\AutoplayHandlers\CancelAutoplay\Files]
"*.*"=""

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Cdrom]
"Autorun"=dword:00000000

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]
"NoDriveTypeAutoRun"=dword:000000ff
"NoDriveAutoRun"=hex:ff,ff,ff,03

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\policies\Explorer]
"NoDriveTypeAutorun"=dword:000000ff
"NoDriveAutoRun"=hex:ff,ff,ff,03

Labels: , , ,

This page is powered by Blogger. Isn't yours?