Hacking – Overtaking applications

There is a nice registry hack that allows you to execute a specific application when you try to execute actually a different application. For example if you try to run notepad.exe, the calc.exe will be launched instead. Details: The key you create in HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindows NTCurrentVersionImage File Execution Options must have the name of the application

Hacking – Overtaking applications Read More »

Manage account order in Thunderbird

This is doable. In your user profile folder find the prefs.js file. In this file change the order of your accounts like this: user_pref(“mail.microsoft.accounts”, “account4,account1,account3,account2”); You can also use a Firefox extension called ‘Folderpane Tools’. Once you successfully installed the extension you will be able to define the new sorting orde. To configure Folderpane Tools:

Manage account order in Thunderbird Read More »

“Tpopupmenu not found” error in Delphi while loading a DPK file.

I got recently a nasty “tpopupmenu not found” error while trying to load an old DPK file. I finally figure out that the error was in the DOF file associated with the project. I just deleted the “c:program filesborlanddelphi7Bindclact70.bpl=Borland ActionBar Components” line from [Excluded Packages] section and it worked.

“Tpopupmenu not found” error in Delphi while loading a DPK file. Read More »

Microsoft is spying on you

Since Windows Vista and Windows 7 Microsoft started to embrace the “big brother” attitude even harder. There are a lot of secret software installed by Microsoft on your computer through their magic “Windows Update”. Here is some evidence: Windows Update updating without permission! http://cubicspot.blogspot.com/2007/08/windows-update-updating-without.html True Spyware In Microsoft Windows 7 http://www.techarp.com/showarticle.aspx?artno=670&pgno=1 http://www.techarp.com/showarticle.aspx?artno=670 Microsoft Windows 7

Microsoft is spying on you Read More »

Switch from IDE to AHCI

It looks it is possible to switch from IDE to AHCI after Windows was installed in IDE mode. All you have to do is to change the HKEY_LOCAL_MACHINESystemCurrentControlSetServic esmsahciStart key from 3 to 0.  The details are here: http://ocztechnologyforum.com/forum/showthread.php?69682-Change-from-IDE-to-AHCI-after-Installation Increase in performance due to AHCI is minor (few percents) while the problems created by this

Switch from IDE to AHCI Read More »

Scroll to Top