61 Free tools from Microsoft to Support Windows XP

. Monday, October 16, 2006
0 comments

When Windows XP was released there was also a Windows XP resource kit released as well. After Windows Server 2003 was released Microsoft released a Windows 2003 resource kit that includes a bunch of tools that can be used to support Windows XP The book that Microsoft released can be purchased but the tools themselves are a free download.



Download them here



After you download the resource kit tools you can install locally on your Windows XP box and try these following 61 tools out.




Autoexnt.exe: AutoExNT Service

AutoExNT Service (AutoExNT) is a service that allows you to start a custom batch file named Autoexnt.bat at startup without having to log on to the computer on which it will run. The AutoExNT Service permits an administrator to configure a computer running Windows to run a custom batch file when the computer is first started. A user or administrator is not required to be logged on at the time this custom batch file runs.



Cdburn.exe: ISO CD-ROM Burner Tool

ISO CD-ROM Burner Tool (CDBurn) is a command-line tool that allows the user to write (burn) data images from image files located on the hard drive to compact disc (CD) recordable (CD-R) and CD rewritable (CD-RW) media. The data image can be any kind of data, even raw data. This tool can also be used to erase CD-RW media.



Chklnks.exe: Link Check Wizard

Link Check Wizard (ChkLnks) is a GUI tool that scans all the link (shortcut) files on a computer to determine whether or not the shortcuts point to existing applications or documents. When Link Check Wizard does not find an associated application or document, the wizard lists that file as a dead link, giving you the option to remove it.



Clearmem.exe: Clear Memory

Clear Memory (ClearMem) is a command-line tool that determines the size of the computer's physical memory, allocates enough data to fill it, and references the data as quickly as possible. ClearMem also accesses files to clear the cache. This reduces, to a minimum, the memory available to other processes. Then, the Clear Memory tool releases the allocated memory to restore normal system functions.



Running ClearMem twice forces most applications out of memory. ClearMem has to run multiple times to present a real-life memory load because the system does not immediately trim all possible pages in a process working set. Instead, it does so gradually over time. When ClearMem runs, the system pauses because of the flood of high priority activity.




Cmdhere.inf: Command Here


Command Here (CmdHere) is a shell extension that adds a CMD Prompt Here item to the context menu that is available when you right-click in the Folders (left) pane of Windows Explorer. Selecting the Command Here option from the context menu opens a new command-line session with the same path as that of the object that you right-click.



Dh.exe: Display Heap

Display Heap (DH) is a command-line tool that displays information about heap allocation for user-mode processes or pool usage in kernel-mode memory. It also enables you to lock heaps, tags, stacks, and objects. DH allows you to identify the process for which you need to display information, and it allows you to identify the information that you need to display. The tool then writes formatted output to a text file.



One of most useful functions of DH is to display a list of potential memory hogs and the memory allocation calls that have reserved the most memory. To identify call sites symbolically, the system needs the ability to capture a stack back trace at run time. This capability is supported only on Intel Itanium-based platforms.



You can use DH to dump all memory allocations for a program that you are testing. Start the program and write DH output to a file (dh1.dmp, for example). Next, run the application for some time and then pause in a state that should be identical to the first pause. While the program is paused, take another DH reading and write it to a second file (dh2.dmp).



Diskuse.exe: User Disk Usage Tool


User Disk Usage Tool (DiskUse) is a command-line tool that scans a single directory, a directory tree, or an entire drive and reports the amount of space used by each user or all users. The output for this tool is displayed in the command window, or is sent to a file in table or text format. DiskUse can also list all the files owned by a user or users, filtered in a variety of ways.



Dvdburn.exe: ISO DVD Burner Tool

ISO DVD Burner Tool (DVDBurn) is a command-line tool that allows the user to write (burn) Digital Video Disk (DVD) images from image files located on the hard drive to Digital Video Disk (DVD) media. The data image can be created by any program capable of producing DVD image files. You can also use this tool to erase DVD media.



Inetesc.adm: Internet Explorer Enhanced Security Configuration

Internet Explorer Enhanced Security Configuration (InetESC) is a Group Policy template that will enhance the security configuration of Microsoft Internet Explorer.



Iniman.exe: Initialization Files Manipulation Tool


Initialization Files Manipulation Tool (IniMan) is a command-line tool that enables you to add, delete, modify, or query sections or keys in an .ini file. Examples of .ini files are setup answer files, program initialization files, and .inf files. IniMan also allows you to create new answer files that contain only your chosen values.



Intfiltr.exe: Interrupt Affinity Filter

Interrupt Affinity Filter (IntFiltr) is a GUI tool that allows you to change the CPU affinity of a device interrupt. Use IntFiltr to specify that a device's interrupt signal processing occurs on a specific set of CPUs. For multiprocessor systems, this can improve system performance.



Kernrate.exe: Kernel Profiling Tool

Kernel Profiling Tool (KernRate) is a command-line tool that is a CPU sample profiler. A sample profiler monitors performance and reports back to the user. KernRate reports on kernel and user-mode processes to provide information about CPU activity. Use KernRate to identify which processes are causing a CPU bottleneck.



KernRate divides memory address space into manageable chunks. Each chunk (also called a bucket) is monitored separately. The administrator can "zoom" (preselect) a module.



Note: This tool hosts its own Help file. For details and more information about this tool, see the KernRate Usage Guide (Kernrate.doc) for more information.



Linkspeed.exe:

Link Speed (LinkSpeed) is a command-line tool that displays the speed of the connection between computers on a network.



List.exe: List Text File Tool

List Text File Tool (List) is a command-line tool that displays and searches one or more text files. Unlike other text display tools, List does not read the whole file into memory when you open it. It allows a user to edit a text file in a hexadecimal format. List is useful for displaying text or log files remotely, and for use on servers where administrators are concerned with degradation of system performance.



Logtime.exe: LogTime


LogTime is a command-line tool that logs the start or finish of command-line programs from a batch file. This is useful for timing and tracking batch jobs such as mail-address imports.



LogTime creates a log file called Logtime.log, with a date-and-time stamp next to the specified parameter (text_string in LogTime syntax). When called from within a batch file, the date-and-time stamp records when LogTime (with the given parameter) was run by the batch file. For example, if LogTime is run before and after a command-line program in a batch file, Logtime.log records the start and stop time of that program. With each use of LogTime, new information is appended to Logtime.log; the file is not overwritten.



Memmonitor.exe: Memory Monitor

Memory Monitor (MemMonitor) is a command-line tool that monitors the memory a process uses, and runs the process through a debugger when a given threshold is reached.



Memtriage.exe: Resource Leak Triage Tool

Resource Leak Triage Tool (MemTriage) is a command-line tool that detects a possible resource leak on a running system. MemTriage records process information or current kernel pool information and saves it to a log file. Then you use MemTriage to analyze the log file and diagnose issues with any system resource, including memory, handles, Graphics Device Interface (GDI), user resources, and the kernel. After issues are identified, MemTriage generates a report and instructions about what to do next.



Moveuser.exe: Move User

Move User (MoveUser) is a command-line tool that changes the security of a user profile so that it can be associated with a different user account. Use MoveUser after moving a user to a different domain so that the user can keep the user profile associated with the original user account.



Nlsinfo.exe: Locale Information

Locale Information Tool (NLSInfo) is a command-line tool that displays information about the locale settings for a computer.



Now.exe: STDOUT Current Date and Time

STDOUT Current Date and Time (Now) is a command-line tool that reads standard input (STDIN) and then displays, on standard output (STDOUT), the current date and time followed by the STDIN.



Ntrights.exe

NTRights is a command-line tool that allows you to grant or revoke a right for a user or group of users on a local or remote computer. You can also place an entry in the event log of the computer, noting the change. NTRights is useful in unattended or automated installations during which you may want to change the default rights. You can also use it in situations where you need to change a right in an existing installation, but you cannot access and log on to all computers.



Oh.exe: Open Handles

Open Handles (OH) is a command-line tool that shows the handles of all open windows. OH can also be used to show only information about a specific process, object type, or object name. This feature is useful for finding the process that has a file open when a sharing violation occurs.



Oleview.exe: OLE/COM Object Viewer

OLE/COM Object Viewer (OLEView) is a GUI tool that allows you to manage all Microsoft Component Object Model (COM) classes installed on your computer.



Pathman.exe: Path Manager

Path Manager (PathMan) is a command-line tool that adds or removes components from system or user paths. PathMan can modify any number of paths in a single call, and it includes error checking that can handle path abnormalities such as repeated entries, missing entries, and adjacent semicolons.



Permcopy.exe: Share Permissions Copy

Share Permissions Copy (PermCopy) is a command-line tool that copies share-level permissions (Full Control, Read, Change) from one share to another.



Important: Copying permissions to an administrative share located on an x86-based computer causes Services.exe to stop.



Perms.exe: User File Permissions

User File Permissions (Perms) is a command-line tool that displays user access permissions for a file or directory on an NTFS file system volume. Perms queries the permissions associated with a specific access control entry (ACE), displaying only those permissions granted by that particular access control entry ACE.



Pfmon.exe: Page Fault Monitor

Page Fault Monitor (PFMon) is a command-line tool that allows a developer or system administrator to monitor page faults that occur while an application is running. PFMon is especially useful for tracing hard and soft page faults because it shows the source of the fault.



Notes:You must run PFMon from the command window.

If you run PFMon on an existing process and close the command window, the process stops without giving the user an opportunity to save changes.



Pmon.exe: Process Resource Monitor

Process Resource Monitor (PMon) is a command-line tool that displays several measures of the CPU and memory use of processes running on the system. The PMon display appears in the command window. It is updated automatically every few seconds and requires no configuration. You can use PMon to measure paged and nonpaged pool usage, and to identify kernel mode memory leaks.



Printdriverinfo.exe: Drivers Source

Drivers Source (PrintDriverInfo) is a command-line tool that is used to collect information about printer drivers and is primarily used for support purposes. The information the tool collects includes the format and the mode of the driver. The tool also has the ability to map a driver file back to the printer that uses it.



Prnadmin.dll: Printer Administration Objects

Printer Administration Objects (PrnAdmin) is a COM-based tool that provides large-scale, noninteractive control of printers, drivers, and ports on local and remote computers.



Using PrnAdmin, you can:

Add and delete a local or remote printer.

Add and delete printer connections.

Add and delete a local or remote form.

Add and delete a local or remote standard TCP/IP port (of type Line Printer Remote (LPR) or RAW).

Add and delete a local or remote driver.

View a list of printers, ports, drivers, and forms on a local or remote computer.

Control and configure a local or remote printer.


PrnAdmin consists of several scriptable COM objects residing in Prnadmin.dll, which functions as a wrapper around Printui.dll. Several Microsoft Visual Basic Script (VBScript) sample files are included with the tool.



Note:For more detailed information on how to use PrnAdmin.DLL, see Prnadmin.doc. This white paper provides additional information on printer, drivers, ports and forms to help administrators and programmers manage a large number of local and remote printers.



Qgrep.exe: Qgrep

Qgrep is a command-line tool that is used to search a file or list of files for a specific string or pattern and return the line containing the match. QGrep also allows you to search multiple files and subdirectories. Qgrep is similar to the UNIX tool grep.exe.



Regini.exe: Registry Change by Script

Registry Change by Script (RegIni) is a command-line tool that allows you to add and modify keys and values in the registry by specifying a registry script.



Caution:Do not use a registry editor to edit the registry directly unless you have no alternative. The registry editors bypass the standard safeguards provided by administrative tools. These safeguards prevent you from entering conflicting settings or settings that are likely to degrade performance or damage your system. Editing the registry directly can have serious, unexpected consequences that can prevent the system from starting and require that you reinstall the Windows operating system. To configure or customize the Windows operating system, use the programs in Control Panel or Microsoft Management Console (MMC) whenever possible.



Remapkey.exe: Remap Windows Keyboard Layout

Remap Windows Keyboard Layout (RemapKey) is a GUI tool that changes the layout of a keyboard by remapping the scan codes of the keys.



Robocopy.exe: Robust File Copy Utility

This command-line tool simplifies the task of maintaining an identical copy of a folder tree in multiple locations, either on the same computer or in separate network locations. Robust File Copy Utility (RoboCopy) can provide time-efficient maintenance of mirror images of large folder trees on network servers separated by slow or unreliable wide area network (WAN) links. By default, RoboCopy ignores source file attributes when selecting files to copy. It copies any file matching specified conditions, regardless of the attribute settings of the file. RoboCopy writes a log of files and folders to its command-prompt window, listing the:



Folders processed


Files copied and why

Network errors

Incompatibilities between the source and destination folder-tree structures

This output can also be redirected to a disk file. Just before RoboCopy closes, it writes a summary of its activities during its session to its command-prompt window, or to a disk file, if redirected.



Note: RoboCopy does not run on Microsoft Windows 95, or Microsoft Windows NT, version 3.5x. RoboCopy is a Unicode application, and Windows 95 does not provide full Unicode support. Also, RoboCopy uses the CopyFileEx() Win32 API, which is supported on Microsoft Windows 2000 and Microsoft Windows NT version 4.0, but not on Windows NT 3.5x.



Rpcdump.exe: RPC Endpoint Diagnostic Utility

RPC Endpoint Diagnostic Utility (RCPDump) is a command-line tool that queries Remote Procedure Call (RPC) endpoints and reports on the status of RPC services on the system.



RPCDump queries the endpoint mapper database to obtain a list of every registered endpoint. If the /i switch is specified, the tool pings each endpoint to determine whether or not the service that registered the endpoint is listening. After gathering statistics, RPCDump sorts them and displays the data. This tool can help to isolate network troubles involving services using RPCs.



Rpcping.exe: RPC Ping

RPC Ping (RPCPing) is a command-line tool that enables users to troubleshoot connection problems between computers involving remote procedure calls (RPCs). RPCPing works much like the Packet Internet Groper (PING) utility for TCP/IP connections, except that it tests RPC connectivity instead of IP connectivity.



Setprinter.exe: Spooler Configuration Tool

Spooler Configuration Tool (SetPrinter)is a command-line tool that is used to set configurations or states of local and remote printers, for an individual printer or for all printers on a print server



Showacls.exe: Show ACLs


Show ACLs (ShowACLs) is a command-line tool that enumerates access rights for files, folders, and trees. It allows masking so that you can enumerate only specific access control lists (ACLs). ShowACLs works on NTFS file system partitions only. ShowACLs also allows you to view permissions for a particular user. ShowACLs does this by enumerating the local and global groups to which the particular user belongs, and matching the user's security identifier (SID)—and the SIDs of the groups to which the user belongs—to the SIDs in each access control entry (ACE).



Showperf.exe: Performance Data Block Dump Utility

Performance Data Block Dump Utility (ShowPerf) is a GUI tool that loads and runs the dynamic-link libraries (DLLs) of installed performance counters on local and remote computers. ShowPerf then takes this data, unformatted, from the internal data buffers of performance counters, and displays it. Administrators and performance counter developers can use ShowPerf to identify counters that the system cannot load and counters that the system disables because the DLL fails system run-time reliability tests. They can also use ShowPerf to detect errors in the performance counter data.



ShowPerf displays the following data:

Performance objects and object instances that are enabled on the system (Disabled objects do not appear.)

Index of the object in the performance registry (HKEY_PERFORMANCE_DATA)

Individual performance counters for each object


Index of the counter in the performance registry (HKEY_PERFORMANCE_DATA)

Type of data that each performance counter gathers

Unformatted content of the data block gathered by the performance counter



Showpriv.exe: Show Privilege

Show Privilege (ShowPriv) is a command-line tool that displays the rights assigned to users and groups. ShowPriv must be run locally on the target computer or on a domain controller to display users and groups that have domain privileges.



Sleep.exe: Batch File Wait

Batch File Wait (Sleep) is a command-line tool that causes the computer to wait for a specified amount of time.



Splinfo.exe: Print Spooler Information

Print Spooler Information (SplInfo) is a command-line tool that collects information from the print spooler and displays it.



Srvany.exe: Applications as Services Utility

Applications as Services Utility (SrvAny) is a tool that enables 32-bit or 16-bit applications to run as services. Although SrvAny only runs on the Windows Server 2003 operating system, it can work with 32-bit applications written for Windows Server 2003, Windows 2000, or Windows NT. You can also use this tool to run 16-bit Windows applications as services, but some 16-bit applications will stop running when a user logs off of the computer.

The advantages of running applications as services are listed below:

When a user logs off, 32-bit applications running as services do not stop. This is beneficial because users do not need to restart the application each time they log on.

Applications running as services can handle requests without user intervention. Unless an application is interactive, requests are processed even when no user is logged on to the server. Applications running as services can run with their own logon accounts. This means an application can continue running and processing requests even when the user currently logged on to the server does not have permissions to administer the application



Srvcheck.exe: Server Share Check

Server Share Check (SrvCheck) is a command-line tool that lists nonhidden shares on a computer and enumerates the access control lists (ACLs) for each share.



Srvinfo.exe: Remote Server Information

Remote Server Information (SrvInfo) is a command-line tool that displays information about a server or workstation, including available disk space, partition types, and the status of services.



Ssdformat.exe: System State Data Formatter

System State Data Formatter (SSDFormat) is a command-line tool that creates a formatted copy of a system state data (SSD) log file. SSDFormat.exe opens an SSD log file, adds an XSL file header to format the data, and saves the changes to a new XML file. When you open the XML file created by SSDFormat in any XML-capable viewer, such as Internet Explorer, the XSL style sheet correctly displays any special characters and formats the data into tabular form.



Subinacl.exe

SubInACL is a command-line tool that enables administrators to obtain security information about files, registry keys, and services, and transfer this information from user to user, from local or global group to group, and from domain to domain. For example, if a user has moved from one domain (DomainA) to another (DomainB), the administrator can replace DomainA\User with DomainB\User in the security information for the user's files. This gives the user access to the same files from the new domain.



SubInACL enables administrators to do the following:

Display security information associated with files, registry keys, or services. This information includes owner, group, permission access control list (ACL), discretionary ACL (DACL), and system ACL (SACL).

Change the owner of an object.

Replace the security information for one identifier (account, group, well-known security identifier (SID)) with that of another identifier.

Migrate security information about objects. This is useful if you have reorganized a network's domains and need to migrate the security information for files from one domain to another.



Tail.exe: Tail

Tail is a command-line tool that displays a user-specified number of the last lines of a text file, such as a log file, in a console window.



Tcmon.exe: Traffic Control Monitor

Traffic Control Monitor (TCMon) is a GUI tool that allows you to view and set traffic control flows on different network adaptors.

TCMon includes the following features:

Application Monitoring. You can monitor the traffic control flows set up by applications that use the following APIs and services:

GQoS APIs


Traffic Control APIs

IIS 6 (Bandwidth Throttling)

Administrative Traffic Flow and Filter Management. You can mark, prioritize or limit traffic by creating flows and filters.



Timezone.exe: Daylight Saving Time Update Utility

Daylight Saving Time Update Utility (TimeZone) is a command-line tool that updates the daylight saving information for the current time zone in the registry. In some countries and regions, the start and end of daylight saving time are changed every year, and there is no fixed start or end date. TimeZone allows you to adjust the start and end of daylight saving time so that the computer's time setting is automatically updated on the correct dates.



Tsctst.exe: Terminal Server Client License Dump Tool

Terminal Server Client License Dump (TscTst) is a command-line tool that dumps the Terminal Services client license information present on the Terminal Services client. This license is the one that the client acquired while connecting to a Terminal Server.



Usrmgr.exe: User Manager for Domains

User Manager for Domains (UsrMgr) is a GUI tool that allows you to manage security for Windows NT version 3.51 or 4.0 domains, member servers, and client computers from a Windows Server 2003 computer.



Warning:

Using this tool on Active Directory domains or Windows 2000, Windows XP or Windows Server 2003 computers may cause corruption, or the tool may refuse to target such domains or computers. Always use the Active Directory administrative tools for Active Directory domains.



Vadump.exe: Virtual Address Dump

Virtual Address Dump (VaDump) is a command-line tool that creates a list containing information about the memory usage of a specified process. You can use VaDump to make sure virtual address space is not over-allocated. VaDump examines the virtual address of a running process. Depending on the options specified, the output of VaDump can include:


Each address, along with its size, state, protection, and type.

Total committed memory for the image, the .exe file, and each .dll file, including system .dll files.

Total mapped committed, private committed, and reserved memory.

Note: Because VaDump can generate a very large amount of output, it is advisable to redirect the output to a file. There are a number of tools that you can use to find a Process Identification (PID), including the operating system tool TaskList or the Support Tool Pviewer.



Vfi.exe: Visual File Information

This GUI tool uses a Cyclic Redundancy Checking (CRC) key to retrieve and generate file information. You can use this information for testing purposes to detect the files that have changed in different versions of applications or what the differences are between two seemingly identical computers. This information is also valuable for tracking different versions of resources that normally do not store version information.



Volperf.exe: Shadow Copy Performance Counters


Shadow Copy Performance Counters (VolPerf) is a command-line tool that enables administrators to use System Monitor to monitor their shadow copies.



Volrest.exe: Shadow Copies for Shared Folders Restore Tool

The Shadow Copies for Shared Folders Restore Tool (VolRest) is a command-line tool that searches for and restores previous file versions from file shares protected by the Shadow Copies for Shared Folders feature. VolRest allows administrators to browse or restore previous versions of one or multiple files stored on a server on which Shadow Copies for Shared Folders has been enabled. For example, from a single command line you can list or restore all the previous versions of your documents on a server.



Vrfydsk.exe: Verify Disk

Verify Disk (VrfyDsk) is a command-line tool that checks the consistency and integrity of the file system (FAT or NTFS) on a specified volume. It creates and displays a status report for the volume based on the file system and also lists the errors on that volume, if any. However, if any errors are discovered, VrfyDsk cannot correct them; to correct these errors, run Chkdsk in fix mode.



Winexit.scr: Windows Exit Screen Saver


Windows Exit Screen Saver (WinExit) is a screen saver that logs off the current user after a specified period of inactivity. In other respects, it is similar to other screen savers and can be configured and tested on the Screen Saver tab of the Display Properties dialog box in Control Panel.



Winhttpcertcfg.exe: WinHTTP Certificate Configuration Tool

WinHTTP Certificate Configuration Tool (WinHTTPCertCfg) is a command-line tool that enables administrators to import certificates and their private keys for use on client computers.



Winhttptracecfg.exe: WinHTTP Tracing Facility Configuration Tool

WinHTTP Trace Facility Configuration Tool (WinHTTPTraceCfg) is a command-line tool that enables an administrator to configure tracing features in Windows Hypertext Transfer Protocol (HTTP) Services (WinHTTP). WinHTTPTraceCfg allows an administrator to set and display these settings from the command prompt instead of having to make changes in the registry.



Winpolicies.exe: Policy Spy


Policy Spy (WinPolicies) is a GUI tool that allows a user to view and refresh Group Policy settings applied to the current user account and local computer.



Note: This tool hosts its own Help file. For more information about this tool, click Help on the main menu.

Just A Story... Nothing Else...

. Saturday, October 14, 2006
0 comments

a guy and a girl are riding a motorcycle..

girl: pls. stop.. we are going to fast
guy: yah, i will.. just tell me that u love me.
girl: i love you so much.. can we now stop? .. pls
guy: ok.. i love u too, now, can u give me a hug??

*girl hugs guy from back

guy: babe, can u take my helmet off and just put it in u.. its bugging me.

The next day....

NEWSFLASH: MOTOR ACCIDENT! 2 FOUND BUT ONLY ONE SURVIVE!

*truth is, halfway the guy realized that the brake wasn't working so he let the girl say she love him for the last time and gave him the helmet so she can live!

A Cute And Touching Story...

.
0 comments

Lady: Why do you like me..? Why do you love me?
Man : I can't tell the reason.. but I really like you..
Lady: You can't even tell me the reason... how can you say you like me?
How can you say you love me?
Man : I really don't know the reason, but I can prove that I love you.
Lady: Proof? No! I want you to tell me the reason.
My friend's boyfriend can tell her why he loves her but not you!

Man : Ok..ok!!! Erm...
because you are beautiful,
because your voice is sweet,
because you are caring,
because you are loving,
because you are thoughtful,
because of your smile,
because of your every movement.

The lady felt very satisfied with the man's answer.
Unfortunately, a few days later, the Lady met with an accident
and went into the coma stage.

The Guy then placed a letter by her side, and here is the content:

Darling, Because of your sweet voice that I love you...Now can you talk?
No! Therefore I cannot love you.
Because of your care and concern that I like you..
Now that you cannot show them, therefore I cannot love you.
Because of your smile, because of your every movements that I love you.
Now can you smile? Now can you move?
No, therefore, I cannot love you...
If love needs a reason, like now, there is no reason for me to love you anymore.
Does love need a reason? NO! Therefore, I still love you...
And love doesn't need a reason With love always,
Forever yours.

Sometimes the best and the most beautiful things in the world Cannot be seen, cannot be touched, but can be felt in the heart...

Convert Flash Video to Windows AVI using SUPER

.
0 comments

Super© If you need a simple, yet very efficient tool to convert (encode) or play any Multimedia file, without reading manuals or spending long hours training, then SUPER © is all you need. It is a Multimedia Encoder and a Multimedia Player, easy-to-use with 1 simple click.

What is SUPER:
SUPER © is totally FREE to download and to use. It plays & converts very fast full length movies to any other format with NO time limitation.

SUPER © does NOT require any additional external codec to be installed, absolutely nothing. Necessary codecs are built in!

SUPER © can also play and save Internet Media Streams with different protocols ( mms:// rtsp:// http://)

I'm gonna show you how to convert FLASH Videos using SUPER. Flash movies could be found on many websites like YouTube, Google Video, Bolt and Similer sites. Flash video file extention is .FLV. Lets see what we need as a startup.

  1. Recommended to have Windows XP
  2. Windows media player 10 or at least 9
  3. I personally recommend using K-Lite Codec Pack.. It has all the codecs and can play any kind of video. Grab it.. It's about 42mb.. phew
  4. Now click here to grab the Latest version of SUPER. It's about 26mb
  5. Once you've downloaded SUPER. Go ahead and install it into your computer. There will be an icon sitting on your desktop and start menu after a successful install.
  6. Click on the SUPER icon to open it. The screen should look like the picture below
  7. Ok now Set the "Ouput Container" as AVI and other parameters as like the picture below.


  8. Right Click on the Interface to Access the Menu. You can add files, remove files.. etc from the Menu. Disable the Hints from the menu. Most systems the hints creates some problems.


  9. Ok now add some Flash video files at the list. Remember you can "DRAG and DROP" files from windows explorer too.


  10. You can select the "Output Folder" for your converted videos. Just right click on the main progam and Select the "Specify Output folder Destination" menu item.

  11. Well, We're almost done.. Just Click on the Button "Encode (Active Job-List Files)" and look at the progress bar to finish.



  12. Thats it .. You've just converted your Flash video to Windows AVI-Mpeg format .. Later You can burn it into a VCD.
I hope you will find this article useful ..

Smallville Season 6 blastoff - My New Video

. Monday, October 09, 2006
0 comments


Just finished doing this video. Hope you will enjoy it. Smallville Season 6 Blastoff.. Just only for my friends :D .. Leave your comments too. Have a great day :D

An amazing Love Story

. Wednesday, September 27, 2006
0 comments

He met her on a party. She was so outstanding, many guys chasing after her, while he so normal, nobody paid attention to him. At the end of the party, he invited her to have coffee with him, she was surprised, but due to being polite, she promised. They sat in a nice coffee shop, he was too nervous to say anything, she felt uncomfortable, she thought, please, let me go home.... suddenly he asked the waiter. "would you please give me some salt? I'd like to put it in my coffee."
Everybody stared at him, so strange! His face turned red, but still, he put the salt in his coffee and drank it. She asked him curiously; why you have this hobby? He replied: "when I was a little boy, I was living near the sea, I like playing in the sea, I could feel the taste of the sea, just like the taste of the salty coffee. Now every time I have the salty coffee, I always think of my childhood, think of my hometown, I miss my hometown so much, I miss my parents who are still living there". While saying that tears filled his eyes. She was deeply touched.
That's his true feeling, from the bottom of his heart. A man who can tell out his homesickness, he must be a man who loves home, cares about home, has responsibility of home. Then she also started to speak, spoke about her faraway hometown, her childhood, her family. That was a really nice talk, also a beautiful beginning of their story.
They continued to date. She found that actually he was a man who meets all her demands; he had tolerance, was kind hearted, warm, careful. He was such a good person but she almost missed him! Thanks to his salty coffee!
Then the story was just like every beautiful love story , the princess married to the prince, then they were living the happy life... And, every time she made coffee for him, she put some salt in the coffee e, as she knew that's the way he liked it.
After 40 years, he passed away, left her a letter which said: "My dearest, please forgive me, forgive my whole life lie. This was the only lie I said to you---the salty coffee. Remember the first time we dated? I was so nervous at that time, actually I wanted some sugar, but I said salt It was hard for me to change so I just went ahead.I never thought that could be the start of our communication! I tried to tell you the truth many times in my life, but I was too afraid to do that, as I have promised not to lie to you for anything..
Now I'm dying, I afraid of nothing so I tell you the truth: I don't like the salty coffee, what a strange bad taste.. But I have had the salty coffee for my whole life! Since I knew you, I never feel sorry for anything I do for you. Having you with me is my biggest happiness for my whole life. If I can live for the second time, still want to know you and have you for my whole life,even though I have to drink the salty coffee again".
Her tears made the letter totally wet.Someday, someone asked her: what's the taste of salty coffee?
It's sweet. She replied

Love is not 2 forget but 2 forgive, not 2 c but 2 understand, not 2 hear but 2 listen, not 2 let go but 2 HOLD ON !!!!
Don't ever leave the one you love for the one you like, because the one you like will leave you for the one they love.

It's You and Me

. Tuesday, August 08, 2006
0 comments




Copyright (C) Warner Brothers and Lifehouse

what day is it
and in what month
this clock never seemed so alive
I can't keep up
and I can't back down
I've been losing so much time

cause it's you and me and all of the people
with nothing to do
nothing to lose
and it's you and me and all of the people
and I don't know why
I can't keep my eyes off of you

all of the things that I want to say
just aren't coming out right
I'm tripping inwards
you got my head spinning
I don't know where to go from here

cause it's you and me and all of the people
with nothing to do
nothing to prove
and it's you and me and all of the people
and I don't know why
I can't keep my eyes off of you

there's something about you now
I can't quite figure out
everything she does is beautiful
everything she does is right

you and me and all of the people
with nothing to do
nothing to lose
and it's you and me and all of the people
and I don't know why
I can't keep my eyes off of you

you and me and all of the people
with nothing to do
nothing to prove
and it's you and me and all of the people
and I don't know why
I can't keep my eyes off of you

what day is it
and in what month
this clock never seemed so alive

I knew I loved You

.
0 comments




Great song and music video.. Enjoy

Heart of the Matter

.
0 comments




I got the call today, I didn't wanna hear
But I knew that it would come
An old true friend of ours was talkin' on the phone
She said you found someone
And I thought of all the bad luck,
And the struggles we went through
And how I lost me and you lost you
What are these voices outside love's open door
Make us throw off our contentment
And beg for something more?

I'm learning to live without you now
But I miss you sometimes
The more I know, the less I understand
All the things I thought I knew, I'm learning again
I've been tryin' to get down to the Heart of the Matter
But my will gets weak
And my thoughts seem to scatter
But I think it's about forgiveness
Forgiveness
Even if, even if you don't love me anymore

These times are so uncertain
There's a yearning undefined
...People filled with rage
We all need a little tenderness
How can love survive in such a graceless age
The trust and self-assurance that can lead to happiness
They're the very things we kill, I guess
Pride and competition cannot fill these empty arms
And the work I put between us,
Doesn't keep me warm

I'm learning to live without you now
But I miss you, Baby
The more I know, the less I understand
All the things I thought I figured out, I have to learn again
I've been tryin' to get down to the Heart of the Matter
But everything changes
And my friends seem to scatter
But I think it's about forgiveness
Forgiveness
Even if, even if you don't love me anymore

There are people in your life who've come and gone
They let you down and hurt your pride
Better put it all behind you; life goes on
You keep carrin' that anger, it'll eat you inside

I've been tryin' to get down to the Heart of the Matter
But my will gets weak
And my thoughts seem to scatter
But I think it's about forgiveness
Forgiveness
Even if, even if you don't love me anymore

I've been tryin' to get down to the Heart of the Matter
Because the flesh will get weak
And the ashes will scatter
So I'm thinkin' about forgiveness
Forgiveness
Even if, even if you don't love me anymore