Showing posts with label Tools. Show all posts
Showing posts with label Tools. Show all posts

Saturday, May 1, 2010

View PDF within MS Outlook 2007


Hi all,

Interesting that Microsoft Office Outlook 2007 able to view common office document and images within the application itself. But too sad that they do not support to view PDF.

That wasn't sad after I found that there is external plugin which developed by Foxit capable to do such. I installed and tried out myself, it works cool.

The idea and download are shared by the original poster here:
http://timheuer.com/blog/archive/2007/02/27/14001.aspx

Hope it would be useful for you guys too!

Friday, January 1, 2010

Complex Process Viewer

Hi,

Have your operating system been suddenly slow down and later it back to normal speed? Something like lagging?

Well, it is mainly because of the background applications which runs tiny processes. And those processes will use your CPU speed as well as your physical memory (RAM). When any of the process suddenly uses high CPU power or bite high memory, it would lag the system. This would merely be temporary because when high memory being used by a process, the operating system would try to allocate more memory for the process by killing previous unused memory.

But in some cases, you will see the system is lagging for long and I bet this is due to the high CPU usage by the process. You need to terminate the process to continue using the PC. The problem is, when you use Windows' Task Manager (ctrl+shift+esc), you will only see the process filename, such as this:

In that case, how would you know what process you need and what process you do not need? It would be confusing to decide based on just the process name. You can see the CPU and memory usage but before ending a process, you must know how much the system needs the process. For example, if you accidentally ended "explorer.exe" process then your system would reset all process which will close all your opened software and start again the explorer.exe because it is the most important process for Windows operating systems.

And, some processes would not be shown in that Task Manager because one process filename can host more than one process which the Task Manager would not show. What I am trying to conclude is, the Windows' Task Manager is not at all useful when you have issue with some 'unknown' processes.

Recently, when I was helping my friend to clean spyware on his notebook(laptop), I found "Process Explorer" software was really handy. It is just doing the task of Task Manager but instead it is more powerful in term of showing you the real-time report and advise on the critical-level of the process as well as show all hidden or sub-processes with details grabbed from the process filename itself.

The Process Explorer looks like this:


That software totally helped me to catch the unwanted process and kill them.

I suggest you to use this software or at least keep it in your machine, it would be useful one fine day when you came across some funny malware/spyware attack. You cannot run away from them if you are using lots of pirated softwares because the hackers who crack the original software and give you the pirated "patch", they would include their spyware in it which makes money for them. Otherwise, why on earth must some computer genius help you to crack cost software and give it to you to use for free?

Take my word, "Free" always comes with hidden cost and "Cracks" always comes with hidden malwares.

This is the reason why when you install some crack patches, your Antivirus software would block them. Antivirus do know how this hackers make money and the Antivirus company would not take risk on the Hackers, so they would attempt to block all the crack patches regardless they got virus/spyware or not.

Good example would be Avast Antivirus which always block hacker's patches. When you see those "Virus" warning on the patches, don't get panic and don't believe your Antivirus blindly! Just go ahead and shut-down/pause the Antivirus, then run the patches to crack your software. After installing/applying patch, immediately enable your Antivirus and when the Virus warning pops-up, proceed to let the Antivirus delete the patch file (why you need a patch file after patching/cracking your software?)

If you are someone who is damn worried about your computer's safety, then run the antivirus scan through your hard disk, run the anti-malware and check your system process. In my own experience, I suggest you to don't be freaked out about your computer safety until scanning your PC everyday after completing your work. Its lame.

Would you wash your car everyday although its not dirty? Exactly, don't keep scanning your hard disk files although its not attacked by virus or malware.
Would you wash your car periodically when you do not know either its dirty or not? Exactly, so just scan your hard disk and keep it clean periodically like monthly one or weekly once (if you download and install lots of stuffs on Internet).

You can download the software here:
http://reganrajan.com/useruploads/files/system_process_explorer.zip

I would write another blog on how I managed to clean my friend's notebook as well as my notebook more in detail.

Have fun!

Saturday, September 15, 2007

Convert your .bat to .exe within few seconds...

Hi all,

First of all, i would like to say sorry for my poor english and i realize that i missed out to type many words properly in my previous blogs. The most stupid mistake that i did was typing "wit" instead of "without". So when i make this sort of mistakes, it changes the meaning of the whole sentense. I am very sorry. Please tolerate my mistakes and thank you so much for it.

Before coming to bat2exe issue, previously i had post direct download link for 6 of Harry Potter ebooks. The 7th ebook also launched "pirate" and available widely on internet. I could not share the direct download link because i downloaded the ebook from torrents (around 2mb - PDF). If you could not find it anywhere online, please feel free to drop me an email or reply to this post request for the ebook, i will email it to you because uploading pirate contents to internet is illegal (but can be shared through email because no other will know) :)

Now coming to our topic of discussion, 'bat to exe'. I assume that many basic DOS users will know to create .bat files which makes the easy way to create/copy/delete/rename folder or files. Sometimes, we can use this batch as a installer whereas it is capable of copying all files from CD/DVD to hard disk with just few lines of DOS language without need to execute anything. Although this sounds good, the bad part is, anyone can access to your .bat files and edit the script. So how to hide our scripts from being edited? How to hide our work? Easy, lets put it to EXE.

We can use converters available in the internet to conver .bat to .exe but the issue here is, how far actually your script is save? Some complain that they still can open the .exe file in notepad and access the script.

The best solution i found online is the wonderful simple freeware called "Bat To Exe Converter" by f2ko. It is superb. The script can be secured. Besides you can include icon and version description/author information which will make your new .exe file look exactly as an application. The most interesting part is the "Ghost" option which the application has to make your .bat works without DOS window. Sounds interesting, by this you can hide the real news that your file was actually designed in batch format.

You can read more about the software at : www.f2ko.de
Or download it at : http://www.softpedia.com/get/System/File-Management/Batch-To-Exe-Converter.shtml

I benefited from using this software because recently i wrote batch file to backup database for the company i working for. So to make it like a professional application, i used the converter and included version, author, my company name, and company logo as icon which made the application look wonderful executeable file.

This is all for today.

Will blog about something else later...

Have a nice day !