Author Archive

Useful Software

Posted February 20, 2010 By Ziggy471

After chatting with Purian the other day, I came up with a list of some useful software that I use.  It’s just a list of freeware software that I have found over the years that is very useful and in some instances better than the commercial.

Alright, first off, NEVER DISABLE User Access Control in Vista or 7.  I know the pop-ups can be annoying at times, but it’ll save you from a lot of nasty viruses.  Below is a list of software I personally use, to include putting in the baseline of the machines I maintain for my guys at work, who take them to some not so nice places.  If there is another type of software that I didn’t list below, let me know, I’ve probably already got a good one somewhere.

Virus Software – Avast Home Free (www.avast.com)
Firewall – Comodo Internet Security Suite, free one (www.comodo.com)

Install just the firewall, not the virus or defense+

File Erasing Software – Eraser 5.8.8, don’t use version 6 (eraser.heidi.ie)

I still delete stuff to the recycle bin, if I don’t need it, I eraser the recycle bin, 1 pass pseudo-random is good enough
If you’re using Vista or 7, change C:WindowsSystem32eraserl.exe to run as administrator, if you don’t it has issues erasing shortcuts and such.

General cleaning – CCleaner, stands for Crap Cleaner (www.ccleaner.com)
Recover Deleted files – Recuva (www.recuva.com)
Spyware removal – SpyBot Search and Destroy (www.safer-networking.org)
Registry Cleaner – Auslogics Registry Cleaner (www.auslogics.com/en/software/registry-cleaner/download/)
Registry Defrag – Auslogics Registry Defrag, not free anymore, but I have one that is
Disk Defrag – Auslogics Disk Defrag (www.auslogics.com/en/software/disk-defrag/download/)
FTP Software – Filezilla (filezilla-project.org)
Image Editing Software – GIMP, kinda like Photoshop, but free (www.gimp.org)
Office Software – Open Office (www.openoffice.org)
Codec Pack – K-Lite Codec pack, even has a decent player bundled in  (fileforum.betanews.com/browse/Video-Software/Codecs)
Audio Editing Software – Audacity (audacity.sourceforge.net)
DVD Authoring software – DeVeDe (www.rastersoft.com/programas/devede.html)
DVD Ripping software – Handbrake (www.handbrake.fr)
Encryption Software – Truecrypt (www.truecrypt.org)
Compression Software – 7-Zip (www.7-zip.org)

Virtual CD Rom Drive – MagicIso Virtual CD/DVD-ROM (www.magiciso.com/tutorials/miso-magicdisc-overview.htm)

Allows you to mount an iso, instead of burning it to disk

Update checker for most of this software – File Hippo Update Checker (www.filehippo.com/updatechecker/)

Z

Be the first to comment

Ziggy471’s Backup Test App v0.3

Posted February 15, 2010 By Ziggy471

There is a known error in this version, if one of the registry keys being exported does not exist, the program will die.  I mistakenly try to close a non-existent registry key, thanks for finding the error dmoney.  I have it already fixed, but since I’m in the process of finishing the restore part, I won’t be releasing it just yet.

NOTE: Please double check the reg file, I had to write my own routines to do the export, since .Net Compact Framework does not have registry export capabilities.   I also didn’t want to have to use an external app like XDA_UC and Sahimi do.

This is a re-write of version 0.2.  This version exports separate XML files for the following:

  • Email account settings (email.xml)
  • Exchange account settings (sync.xml)
  • Communication Planner settings (i.e. Connection timeouts, HKLMCommConnMgrPlannerSettings) (conplanner.xml)
  • VPN Settings (vpn.xml)
  • Wi-Fi Settings (wifi.xml)

It also exports the following registry entries to owner.reg:

  • Basic Owner information to include:
    • The ‘Me’ Contact card
    • Facebook account information
    • Default Ringtone
    • Bluetooth Pairings
    • Manila Tabs with order
    • Home tab quick links

This version also adds a configuration file, ZBRConfig.xml, located in the “Windows” directory.  All export files are saved to the “Temp” directory.  Again, this is a work in progress.

If there are any reg settings or files that you can think of to add, please visit the forum and chime in.

Download Removed, newer version posted.

Z

Be the first to comment

Ziggy471’s Registry Test App

Posted February 14, 2010 By Ziggy471

Here’s yet another test app in my process of doing a Backup and Restore app.

This one right now only allows for exporting of registry values.  It supports both ASCII (Reg Edit v4) and Unicode (Reg Edit v5) files.  It does have the following limitations:

There is now limited error checking, let me know what I missed.

  • Registry key types:
    • MultiString (REG_MULTI_SZ)
    • ExpandString (REG_EXPAND_SZ)
    • DWord(REG_DWORD)
    • Binary (REG_BINARY)
    • String (REG_SZ)
  • Root Keys
    • HKEY_LOCAL_MACHINE
    • HKEY_CURRENT_USER
    • HKEY_CLASSES_ROOT
  • There is no save dialog, it just saves it as the same name/location of the configuration file, but with a .reg file extension.

The configuration file is very simple, I included an example in the zip file, it includes most of the owner and personal information you should need to re-import after a hard reset/flash.  There are basically two types of lines that you can have in the configuration file:

  • HKEY_CURRENT_USERControlPanelOwner – This would export all values stored in that key
  • HKEY_CURRENT_USERControlPanelOwner,E-Mail,Name – This only exports the E-Mail and Name values
Ziggy471's Registry Test (716 downloads)

Z

Be the first to comment

My Project Car…..now that I finally found it again

Posted February 12, 2010 By Ziggy471

Since Mike is off ice racing again, I figured I’d post a picture of my racer (1985.5 Porsche 944), since I just found it again yesterday.

Z

Be the first to comment

Verizon MMS Reg file

Posted February 10, 2010 By Ziggy471

Since I noticed a lot of VZW users still having issues, I exported all my reg settings that I am currently running and have working. I made sure to include all the registration keys too, so depending on the ROM your using, those might be the reason for things not working correctly. As like the other files I posted, make sure to do a replace on ‘REPLACEME’ with your 10 digit phone number.

Just in case people don’t read this completely, THIS IS FOR VERIZON ONLY.

Verizon HTC Native Messaging Reg File (1334 downloads)

Z

Be the first to comment

Ziggy471’s Manila File Backup

Posted February 8, 2010 By Ziggy471

Again, just another step towards a Backup and Restore application.  Since I needed to verify that I could determine if a file was cooked into the ROM or added/replaced later, I figured I’d make a little test application for that.

This quick little app gives you the ability to backup Windows*manila files.  You have three choices as to which ones to backup, ‘In ROM’, ‘Not in ROM’, or ‘All’.  Once you hit the ‘Go’ button, and selecting where to save the zip file, just sit back and wait, a full backup takes about 1-2 minutes, zipping that much is slow.

Ziggy471's Manila File Backup (820 downloads)

Z

1 Comment. Join the Conversation

Ziggy471’s Backup Test App

Posted February 8, 2010 By Ziggy471

This is just one of the steps in creating a complete backup and restore application.  This version currently exports the following:

  • Email account settings
  • Exchange account settings
  • Communication Planner settings (i.e. Connection timeouts, HKLMCommConnMgrPlannerSettings)
  • VPN Settings
  • Basic Owner information to include:
    • The ‘Me’ Contact card
    • Facebook account information
    • Default Ringtone
    • ActiveSync Settings
    • Bluetooth Pairings
    • Manila Tabs with order
    • Home tab quick links

This was all done primarily for Manila 2.5, since I’m currently running MightyRom War.  Again, this is a work in progress.

If there are any reg settings or files that you can think of to add, please visit the forum and chime in.

DOWNLOAD REMOVED, new version posted.

Z

Be the first to comment

Welcome to Ziggy471.com

Posted January 4, 2010 By Ziggy471

This site will be under construction for awhile, sorry, but I’ll try to get it going soon.

Z

Be the first to comment