Showing posts with label Windows. Show all posts
Showing posts with label Windows. Show all posts

Tuesday, June 10, 2008

Freesoftware and opensoftwares

优秀开源和免费软件下载网站有:
http://portableapps.com/
http://nirsoft.net/
http://www.pendriveapps.com/
http://www.downloadsquad.com/
http://www.osalt.com/

24 Killer Portable Apps For Your USB Flash Drive
http://www.downloadsquad.com/2008/09/02/24-killer-portable-apps-for-your-usb-flash-drive/


Database Browser(Portable Edition,支持Oracle, SQL Server,ODBC)
http://www.dbsoftlab.com/index.php/Freeware/Database-Browser.html


NetSetManagement (portable Edition) 方便切换多个IP和网关
http://www.pendriveapps.com/2008/03/31/netsetman-portable-network-settings-manager/


WinDirStatPortable(分析磁盘文件的占用情况)
http://portableapps.com/apps/utilities/windirstat_portable


PidginPortable(MSN, QQ等IM 客户端)
http://portableapps.com/apps/internet/pidgin_portable


EraserPortable(securely Delete file/folder)
http://portableapps.com/apps/utilities/eraser_portable


MyUninstaller(非常好用的卸载工具)
http://www.nirsoft.net/utils/myuninst.html


Sumatra PDF Portable (PDF Reader)
http://portableapps.com/apps/office/sumatra_pdf_portable


Keepass--Protect your password
http://keepass.info/

italc--Local network computer projector, for team learning and team computer control.
http://italc.sourceforge.net

Desktops--Virtual Windows desktop manager, just like linux multi-desktop
http://technet.microsoft.com/en-us/sysinternals/cc817881.aspx

EyeDefender--Alert you when you have used computer for a period
http://eterlab.com/

Locate--Just the linux locate command
http://locate32.webhop.org/

WordWeb--English thesaurus and dictionary lookup
http://wordweb.info/free/

Sunday, February 24, 2008

obfuscator .net Assembly

Keywords: Protection .net assembly


1. Aspose.Obfuscator is free, but use it at you own risk. http://www.aspose.com/Products/Aspose.Obfuscator/


2. CodeVeil is commercial software


http://www.xheo.com/products/codeveil/default.aspx


3. .NET Obfuscator community edition is free. But standard edition is not free.


http://www.preemptive.com/products/dotfuscator/index.html

Wednesday, February 13, 2008

Show all C# exceptions by using Exception_Hunter of Red Gate software

Keywords: Exception, Exception Hunter, Red Gate


How to show all exceptions in you c# project before you release your product? It is important, because we will always leave some exceptions not handled. If you are in the situation, dont worry, you are not alone.


There is a tool can help you. The tool is Exception Hunter, It is a commerical software by Red Gate Software. I think the command line tool is more useful than the UI tool.


Command line usage:


"C:\Program Files\Red Gate\Exception Hunter 1\hunt.exe" /a:"D:\YourAssembly.Exe" /er:"Result_YourAssembly.html" /allpublicmethods

Sunday, February 3, 2008

the powerful DebugView

Keywords: capture debug output, Win32, .Net


DebugView is made by the famous Sysinternals company owned by Microsoft. 我们在程序中通常会有意用debug类(c#)输出一些调试信息, 或者我们要捕捉一些其他人开发的程序是否有异常, 都可以使用这个工具. 只要启动一个DebugView实例, 就可以监控所有程序的debug输出.


它不仅仅可以监视Windows和Console程序的debug, 而且可以监视Web程序的debug输出(需要在Web服务器上运行debugview).

Thursday, January 31, 2008

VBScript debug and execute

Keywords: VBscript, debugger, execute


同事要我帮助他修改他的一个VBScript脚本, 当我收到邮件后, 我在想, 1.我该怎样运行这个脚本; 2. 我该使用什么编辑器?; 3.有没有比较好的script调试器?


首先google, 微软最新的脚本执行器为Microsoft script 5.7 版本. 需要download并install. 执行脚本的方法是: cscript yourscript.vbs [options], 详见cscript /?


用什么编辑器编辑VB script呢? 最好能有intellisense功能, Visual studio 6有一个这样的编辑器. 但可以使用Office软件的VBA editor.

Zip Rar Outlook Excel Word password remove tool

Keywords: password remove


trial version: http://www.apasscracker.com/download/


It has can only recovery a few pdf pages if trial version was used.


and this company has also other password crack tools, for zip, rar, GoogleTalk, MSN, Outlook, Excel, Word, PST file.

PDF restriction remove tool

Keywords: decrypt pdf, allow print permission, change permission restrication


Some ebooks are in pdf format, but they probably have some permission restrication, such as disable print or save.


There are some tools that can remove the restrications.


1. PDF password remover 3.0


http://www.verypdf.com/


its registration key maker: http://crackdb.org/get_112804_PDF.Password.Remover.v3.0_crack.html


2. Atomic PDF Password Recovery


trial version: http://www.apasscracker.com/download/


It has can only recovery a few pdf pages if trial version was used.


and this company has also other password crack tools, for zip, rar, GoogleTalk, MSN, Outlook, Excel, Word, PST file.

Monday, January 28, 2008

disable the screensaver broadcasted on the intranet

Keywords: Screen Saver


公司电脑屏保非常烦人, 3分钟不用, 就启动屏保, 退出屏保要输密码. 禁止屏保的办法是修改注册表.


Registry Entry: HKEY_CURRENT_USER\Software\Policies\Microsoft\Windows\Control Panel\Desktop

Thursday, January 24, 2008

Hide program window by using HideWindowHotkey software


Keywords: Hide program software window, Hide Window Hotkey


Hide Window Hotkey is a utility which allows you to hide the windows, and programs which are running on your screen.It will instantly hide or close all (or some) programs through mouse hotkey or keyboard hotkey.It also could resize your programs automatically,such as maximize, minimize,normal,minimize to tray.


http://www.elongsoft.com


Minimize software window to system tray


Keywords: Tools, Minimize software window to TrayIcon


Trayconizer, This is a cool little software. It allows you to minimize almost applications to system tray. Using Trayconizer is simple. To start TrayConizer on Notepad, you would execute: c:\Path\to\Trayconizer.exe c:\windows\notepad.exe


http://www.whitsoftdev.com/trayconizer/




Tuesday, January 22, 2008

Windows shell script programming


Keywords: Windows, shell script, bat file


There are 2 web sites, they are useful for batch program.


http://www.student.oulu.fi/~vtatila/batch_tutorial.html


http://www.computerhope.com/msdos.htm


Monday, January 7, 2008

How to remove Installer entry in Add and Remove Programs of Control Panel


Keywords: Add and Remove Programs of Control Panel, Registry, Installer Entry


Add and Remove Programs of Control Panel will read some registry entries to load installers. If we remove the entries, they will not be on the list in Add and Remove Programs.


Entry1: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall


Entry2: HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Installer\Products


Entry3: HKEY_CURRENT_USER\Software\Microsoft\Installer\Products


Entry4: HKEY_USERS\S-1-5-21-1178368992-402679808-390482200-281373\Software\Microsoft\Installer\Products


Entry5: HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Uninstall