KINDLY REPLY HOW YOU LIKE IT

Programming Tutorials on different platforms

Any general and specialized interesting programming language training and exploration . Fun with knowledge .

Search This Blog

Monday, March 29, 2010

Identify Faulty Device Drivers

If you are having problems with lockups, blue screens, or can only get to safe mode,
often the problem is due to a faulty device driver.
One way to help identify them is through the use of the Verfier program
1. Start / Run / Verifier
2. Keep the default of Create Standard Settings
3. Select the type of drivers you want to confirm
4. A list of drivers to be verified on the next boot will be shown.
5. Reboot
6. If your computer stops with a blue screen, you should get an error message with the problem driver
7. To turn off the Verifier, run verifier /reset

Make Pictures Smaller Unavailable

When you try and send pictures through e-mail, you should normally be given the option to make them smaller.
If this option is not available, a DLL file may need to be registered.
1. Start
2. Run
3. regsvr32 shimgvw.dll

Configure for Auto-Logon

If you are the only person using the computer and what to have it automatically log you on,
1. Start / Run / "control userpasswords2" - no quotes
2. Uncheck User must enter a user name and password to use this computer

Disable Shared Documents

To disable the Shared Documents folder that shows up on the network
1. Start Regedit
2. Go to HKEY_CURRENT_USER \ Software \ Microsoft \ Windows \ CurrentVersion \ Policies \ Explorer \
3. Create a new DWORD Value
4. Give it the name NoSharedDocuments
5. Give it a value of 1
6. Log off or reboot

Disable Shared Documents

To disable the Shared Documents folder that shows up on the network
1. Start Regedit
2. Go to HKEY_CURRENT_USER \ Software \ Microsoft \ Windows \ CurrentVersion \ Policies \ Explorer \
3. Create a new DWORD Value
4. Give it the name NoSharedDocuments
5. Give it a value of 1
6. Log off or reboot

Disable Shared Documents

To disable the Shared Documents folder that shows up on the network
1. Start Regedit
2. Go to HKEY_CURRENT_USER \ Software \ Microsoft \ Windows \ CurrentVersion \ Policies \ Explorer \
3. Create a new DWORD Value
4. Give it the name NoSharedDocuments
5. Give it a value of 1
6. Log off or reboot

Running Network Diagnostics

Network Diagnostics scans your system to gather information about your hardware, software, and network connections.
Start / Run / NETSH DIAG GUI
The following is the type of information that can be displayed:
• Ping
• Connect
• Show
• Verbose
• Save to Desktop
• Mail Service
• News Service
• Internet Proxy Server
• Computer Information
• Operating System
• Windows Version
• Modems
• Network Clients
• Network Adapters
• Domain Name System (DNS)
• Dynamic Host Configuration Protocol (DHCP)
• Default Gateways
• Internet Protocol Address
• Windows Internet Naming Service (WINS)

Hiding a XP Computer from Network Neighborhood

If you want to share files from a XP computer,
yet want to remove it from showing up in the Network Neighborhood,
Run net config server /hidden:yes

Hiding a XP Computer from Network Neighborhood

If you want to share files from a XP computer,
yet want to remove it from showing up in the Network Neighborhood,
Run net config server /hidden:yes

Guest Only Network Access

If you try and connect to an XP computer and are shown a logins screen with only the computername/Guest,
You may need to change one of the Local Security Policies:
1. Got to Control Panel - Administrative Tools
2. Go to Local Policies - Security Options
3. Check teh Network access: Sharing and security model for local accounts
4. Set it to Classic - local users authenticate as themselves

Disabling Balloon Tips

To turn off balloon tips in applications that support XP Themes:
1. Start Regedit
2. Go to HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced\
3. Create a DWORD value of EnableBalloonTips
4. Give it a value of 0

ALL TWEAKS : I

How can I delete the Recycle Bin icon from the desktop in Windows XP/2003?

To delete the Recycle Bin icon from the Windows XP/2003 desktop follow these steps:

1. Open Registry Editor.
2. In Registry Editor, navigate to the following registry key:

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Desktop\NameSpace

3. Find the following key:

{645FF040-5081-101B-9F08-00AA002F954E}

Delete the above key.

Note: As always, before making changes to your registry you should always make sure you have a valid backup. In cases where you're supposed to delete or modify keys or values from the registry it is possible to first export that key or value(s) to a .REG file before performing the changes.

4. Close Registry Editor.

There is no need to reboot. Just wait a few seconds and see how the icon disappears from the desktop.

5. In order to restore the Recycle Bin icon to the desktop just re-create the missing key (or import it back to the registry in case you've exported it earlier).

In Registry Editor, navigate to the following registry key:

KEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Desktop\NameSpace

Create the following key:

{645FF040-5081-101B-9F08-00AA002F954E}

(just copy/paste, including the brackets).

Done!

Saturday, March 27, 2010

WINDOWS SYS-INTERNALS : ALL VITAL INFORMATION

Sysinternals Live is a service that enables you to execute Sysinternals tools directly from the Web without hunting for and manually downloading them. Simply enter a tool's Sysinternals Live path into Windows Explorer or a command prompt as http://live.sysinternals.com/toolname or \\live.sysinternals.com\tools\toolname.
You can view the entire Sysinternals Live tools directory in a browser at http://live.sysinternals.com.

• AdExplorer v1.30
This update to AdExplorer, an Active Directory editor, has major node expansion performance improvements and a number of minor bug fixes.
• VMMap v2.6
VMMap, a powerful process virtual and physical memory analysis tool, now shows both graphical and numeric breakdowns of private virtual memory, as well as heap configuration flags.
• ProcDump v1.7
This update to ProcDump, a command-line utility that will generate memory dumps of processes based on various selectable criteria, now supports periodic timed dumps as well as dumps based on virtual memory thresholds.
• AccessChk v4.24
AccessChk, a utility that shows effective security permissions for files, registry keys, services, and more, now supports process token.
• VMMap v2.5
This update to VMMap, a process memory analysis utility, now identifies thread environment blocks (TEBs), the process environment block (PEB), and reserved memory.
• Disk2vhd v1.4
Disk2vhd now includes an option for Windows XP and Windows Server 2003 that directs it to fix up the kernel and HAL to make the VHDs generated for these systems bootable in Virtual PC. It also skips sectors with CRC errors to enable the conversion of systems with failing disks.
Process Explorer v12
http://technet.microsoft.com/hi-in/sysinternals/bb896653%28en-us%29.aspx
Introduction

Ever wondered which program has a particular file or directory open? Now you can find out. Process Explorer shows you information about which handles and DLLs processes have opened or loaded.
The Process Explorer display consists of two sub-windows. The top window always shows a list of the currently active processes, including the names of their owning accounts, whereas the information displayed in the bottom window depends on the mode that Process Explorer is in: if it is in handle mode you'll see the handles that the process selected in the top window has opened; if Process Explorer is in DLL mode you'll see the DLLs and memory-mapped files that the process has loaded. Process Explorer also has a powerful search capability that will quickly show you which processes have particular handles opened or DLLs loaded.
The unique capabilities of Process Explorer make it useful for tracking down DLL-version problems or handle leaks, and provide insight into the way Windows and applications work.

Active Directory Explorer v1.3
By Bryce Cogswell and Mark Russinovich
http://technet.microsoft.com/hi-in/sysinternals/bb963907%28en-us%29.aspx
Active Directory Explorer (AD Explorer) is an advanced Active Directory (AD) viewer and editor. You can use AD Explorer to easily navigate an AD database, define favorite locations, view object properties and attributes without having to open dialog boxes, edit permissions, view an object's schema, and execute sophisticated searches that you can save and re-execute.
AD Explorer also includes the ability to save snapshots of an AD database for off-line viewing and comparisons. When you load a saved snapshot, you can navigate and explorer it as you would a live database. If you have two snapshots of an AD database you can use AD Explorer's comparison functionality to see what objects, attributes and security permissions changed between them.

VMMap v2.62
By Mark Russinovich and Bryce Cogswell
http://technet.microsoft.com/hi-in/sysinternals/dd535533.aspx
Introduction
VMMap is a process virtual and physical memory analysis utility. It shows a breakdown of a process's committed virtual memory types as well as the amount of physical memory (working set) assigned by the operating system to those types. Besides graphical representations of memory usage, VMMap also shows summary information and a detailed process memory map. Powerful filtering and refresh capabilities allow you to identify the sources of process memory usage and the memory cost of application features.
Besides flexible views for analyzing live processes, VMMap supports the export of data in multiple forms, including a native format that preserves all the information so that you can load back in. It also includes command-line options that enable scripting scenarios.
VMMap is the ideal tool for developers wanting to understand and optimize their application's memory resource usage.

ProcDump v1.72
By Mark Russinovich
http://technet.microsoft.com/hi-in/sysinternals/dd996900%28en-us%29.aspx
ProcDump is a command-line utility whose primary purpose is monitoring an application for CPU spikes and generating crash dumps during a spike that an administrator or developer can use to determine the cause of the spike. ProcDump also includes hung window monitoring (using the same definition of a window hang that Windows and Task Manager use) and unhandled exception monitoring. It also can serve as a general process dump utility that you can embed in other scripts.
Using ProcDump

usage: procdump [-64] [[-c CPU usage] [-u] [-s seconds]] [-n exceeds] [-e] [-h] [-m commit usage] [-ma] [-o] [-r] [-t] < [dump file]] | [-x [arguments]>
-64 By default Procdump will capture a 32-bit dump of a 32-bit process when running on 64-bit Windows. This option overrides to create a 64-bit dump.
-c CPU threshold at which to create a dump of the process.
-e Write a dump when the process encounters an unhandled exception.
-h Write dump if process has a hung window (does not respond to
window messages for at least 5 seconds).
-m Memory commit threshold in MB at which to create a dump of the process.
-ma Write a dump file with all process memory. The default dump format includes thread and handle information.
-n Number of dumps to write before exiting.
-o Overwrite an existing dump file.
-r Reflect (clone) the process for the dump to minimize the time the process is suspended (Windows 7 and higher only).
-s Consecutive seconds CPU threshold must be hit before dump is written (default is 10).
-t Write a dump when the process terminates.
-u Treat CPU usage relative to a single core.
-x Launch the specified image with optional arguments.
Use the -accepteula command line option to automatically accept the Sysinternals license agreement.

To just create a dump of a running process, omit the CPU threshold. If you omit the dump file name, it defaults to .dmp.
Examples
Write up to 3 dumps of a process named "consume" when it exceeds 20% CPU usage for three seconds to the directory c:\dump\consume with the name consume.dmp:
C:\>procdump -c 20 -n 3 -o consume c:\dump\consume
Write a dump for a process named "hang.exe" when one of its windows is unresponsive for more than 5 seconds:
C:\>procdump -h hang.exe hungwindow.dmp
Write 3 dumps 5 seconds apart:
C:\>procdump -s 5 -n 3 notepad.exe notepad.dmp
Launch a process and then monitor it for excessive CPU usage:
C:\>procdump -c 30 -s 10 -x consume.exe consume.dmp
Write a dump of a process named "iexplore" to a dump file that has the default name iexplore.dmp:
C:\>procdump iexplore
AccessChk v4.24
By Mark Russinovich
Introduction

As a part of ensuring that they've created a secure environment Windows administrators often need to know what kind of accesses specific users or groups have to resources including files, directories, Registry keys, global objects and Windows services. AccessChk quickly answers these questions with an intuitive interface and output.
Installation
AccessChk is a console program. Copy AccessChk onto your executable path. Typing "accesschk" displays its usage syntax.

Using AccessChk
Usage: accesschk [-s][-e][-u][-r][-w][-n][-v][[-a]|[-k]| [-p [-f] [-t]][-o [-t object type]][-c]|[-d]] [username]
-a Name is a Windows account right. Specify "*" as the name to show all rights assigned to a user. Note that when you specify a specific right, only groups and accounts directly assigned to the right are displayed.
-c Name is a Windows Service, e.g. ssdpsrv. Specify "*" as the name to show all services and "scmanager" to check the security of the Service Control Manager.
-d Only process directories or top-level keys
-e Only show explicitly set-Integrity Levels (Windows Vista only)
-f Show full process token information including groups and privileges
-k Name is a Registry key, e.g. hklm\software
-n Show only objects that have no access
-o Name is an object in the Object Manager namespace (default is root). To view the contents of a directory, specify the name with a trailing backslash or add -s. Add -t and an object type (e.g. section) to see only objects of a specific type.
-p Name is a process name or PID, e.g. cmd.exe (specify "*" as the name to show all processes). Add -f to show full process token information, including groups and privileges. Add -t to show threads.
-q Omit Banner
-r Show only objects that have read access
-s Recurse
-t Object type filter, e.g. "section"
-u Suppress errors
-v Verbose (includes Windows Vista Integrity Level)
-w Show only objects that have write access
If you specify a user or group name and path, AccessChk will report the effective permissions for that account; otherwise it will show the effective access for accounts referenced in the security descriptor.
By default, the path name is interpreted as a file system path (use the "\pipe\" prefix to specify a named pipe path). For each object, AccessChk prints R if the account has read access, W for write access, and nothing if it has neither. The -v switch has AccessChk dump the specific accesses granted to an account.

Examples
The following command reports the accesses that the Power Users account has to files and directories in \Windows\System32:
accesschk "power users" c:\windows\system32
This command shows which Windows services members of the Users group have write access to:
accesschk users -cw *
To see what Registry keys under HKLM\CurrentUser a specific account has no access to:
accesschk -kns austin\mruss hklm\software
To see the security on the HKLM\Software key:
accesschk -k hklm\software
To see all files under \Users\Mark on Vista that have an explicit integrity level:
accesschk -e -s c:\users\mark
To see all global objects that Everyone can modify:
accesschk -wuo everyone \basednamedobjects

Disk2vhd v1.5
By Mark Russinovich and Bryce Cogswell
http://technet.microsoft.com/hi-in/sysinternals/ee656415%28en-us%29.aspx
Disk2vhd is a utility that creates VHD (Virtual Hard Disk - Microsoft's Virtual Machine disk format) versions of physical disks for use in Microsoft Virtual PC or Microsoft Hyper-V virtual machines (VMs). The difference between Disk2vhd and other physical-to-virtual tools is that you can run Disk2vhd on a system that’s online. Disk2vhd uses Windows' Volume Snapshot capability, introduced in Windows XP, to create consistent point-in-time snapshots of the volumes you want to include in a conversion. You can even have Disk2vhd create the VHDs on local volumes, even ones being converted (though performance is better when the VHD is on a disk different than ones being converted).
The Disk2vhd user interface lists the volumes present on the system:
It will create one VHD for each disk on which selected volumes reside. It preserves the partitioning information of the disk, but only copies the data contents for volumes on the disk that are selected. This enables you to capture just system volumes and exclude data volumes, for example.
Note: Virtual PC supports a maximum virtual disk size of 127GB. If you create a VHD from a larger disk it will not be accessible from a Virtual PC VM.
To use VHDs produced by Disk2vhd, create a VM with the desired characteristics and add the VHDs to the VM's configuration as IDE disks. On first boot, a VM booting a captured copy of Windows will detect the VM's hardware and automatically install drivers, if present in the image. If the required drivers are not present, install them via the Virtual PC or Hyper-V integration components. You can also attach to VHDs using the Windows 7 or Windows Server 2008 R2 Disk Management or Diskpart utilities.
Note: do not attach to VHDs on the same system on which you created them if you plan on booting from them. If you do so, Windows will assign the VHD a new disk signature to avoid a collision with the signature of the VHD’s source disk. Windows references disks in the boot configuration database (BCD) by disk signature, so when that happens Windows booted in a VM will fail to locate the boot disk.
Disk2vhd runs Windows XP SP2, Windows Server 2003 SP1, and higher, including x64 systems.
Here's a screenshot of a copy of a Windows Server 2008 R2 Hyper-V system running in a virtual machine on top of the system it was made from:
Command Line Usage

Disk2vhd includes command-line options that enable you to script the creation of VHDs. Specify the volumes you want included in a snapshot by drive letter (e.g. c:) or use "*" to include all volumes.
Usage: disk2vhd <[drive: [drive:]...]|[*]>
Example: disk2vhd * c:\vhd\snapshot.vhd

Sysinternals Security Utilities
AccessChk
This tool shows you the accesses the user or group you specify has to files, Registry keys or Windows services.
AccessEnum
This simple yet powerful security tool shows you who has what access to directories, files and Registry keys on your systems. Use it to find holes in your permissions.
Autologon
Bypass password screen during logon.
Autoruns
See what programs are configured to startup automatically when your system boots and you login. Autoruns also shows you the full list of Registry and file locations where applications can configure auto-start settings.
LogonSessions
List active logon sessions
Process Explorer
Find out what files, registry keys and other objects processes have open, which DLLs they have loaded, and more. This uniquely powerful utility will even show you who owns each process.
PsExec
Execute processes with limited-user rights.
PsLoggedOn
Show users logged on to a system.
PsLogList
Dump event log records.
PsTools
The PsTools suite includes command-line utilities for listing the processes running on local or remote computers, running processes remotely, rebooting computers, dumping event logs, and more.
RootkitRevealer
Scan your system for rootkit-based malware
SDelete
Securely overwrite your sensitive files and cleanse your free space of previously deleted files using this DoD-compliant secure delete program.
ShareEnum
Scan file shares on your network and view their security settings to close security holes.
ShellRunas
Launch programs as a different user via a convenient shell context-menu entry.
Sigcheck
Dump file version information and verify that images on your system are digitally signed.

http://technet.microsoft.com/hi-in/sysinternals/bb795534%28en-us%29.aspx
Process Monitor v2.8
By Mark Russinovich and Bryce Cogswell
http://technet.microsoft.com/hi-in/sysinternals/bb896645%28en-us%29.aspx
PsTools
By Mark Russinovich
Published: July 1, 2009
http://technet.microsoft.com/hi-in/sysinternals/bb896649%28en-us%29.aspx
PageDefrag v2.32
By Mark Russinovich
http://technet.microsoft.com/hi-in/sysinternals/bb897426%28en-us%29.aspx
RootkitRevealer v1.71
By Bryce Cogswell and Mark Russinovich
Published: November 1, 2006
http://technet.microsoft.com/hi-in/sysinternals/bb897445%28en-us%29.aspx
TCPView for Windows v2.54
By Mark Russinovich
Published: March 17, 2009
http://technet.microsoft.com/hi-in/sysinternals/bb897437%28en-us%29.aspx
BgInfo v4.16
By Bryce Cogswell
Published: October 1, 2009
http://technet.microsoft.com/hi-in/sysinternals/bb897557%28en-us%29.aspx
BlueScreen Screen Saver v3.2
By Mark Russinovich
Published: November 1, 2006
http://technet.microsoft.com/hi-in/sysinternals/bb897558%28en-us%29.aspx
Desktops v1.02
By Mark Russinovich and Bryce Cogswell
Published: January 19, 2010
http://technet.microsoft.com/hi-in/sysinternals/cc817881%28en-us%29.aspx

Sysinternals Networking Utilities
AD Explorer
Active Directory Explorer is an advanced Active Directory (AD) viewer and editor.
AD Insight
AD Insight is an LDAP (Light-weight Directory Access Protocol) real-time monitoring tool aimed at troubleshooting Active Directory client applications.
AdRestore
Undelete Server 2003 Active Directory objects.
PipeList
Displays the named pipes on your system, including the number of maximum instances and active instances for each pipe.
PsFile
See what files are opened remotely.
PsTools
The PsTools suite includes command-line utilities for listing the processes running on local or remote computers, running processes remotely, rebooting computers, dumping event logs, and more.
ShareEnum
Scan file shares on your network and view their security settings to close security holes.
TCPView
Active socket command-line viewer.
Whois
See who owns an Internet address.
http://technet.microsoft.com/hi-in/sysinternals/bb795532%28en-us%29.aspx
Sysinternals Process Utilities
Autoruns
See what programs are configured to startup automatically when your system boots and you login. Autoruns also shows you the full list of Registry and file locations where applications can configure auto-start settings.
Handle
This handy command-line utility will show you what files are open by which processes, and much more.
ListDLLs
List all the DLLs that are currently loaded, including where they are loaded and their version numbers. Version 2.0 prints the full path names of loaded modules.
PortMon
Monitor serial and parallel port activity with this advanced monitoring tool. It knows about all standard serial and parallel IOCTLs and even shows you a portion of the data being sent and received. Version 3.x has powerful new UI enhancements and advanced filtering capabilities.
ProcDump
This new command-line utility is aimed at capturing process dumps of otherwise difficult to isolate and reproduce CPU spikes. It also serves as a general process dump creation utility and can also monitor and generate process dumps when a process has a hung window or unhandled exception.
Process Explorer
Find out what files, registry keys and other objects processes have open, which DLLs they have loaded, and more. This uniquely powerful utility will even show you who owns each process.
Process Monitor
Monitor file system, Registry, process, thread and DLL activity in real-time.
PsExec
Execute processes remotely.
PsGetSid
Displays the SID of a computer or a user.
PsKill
Terminate local or remote processes.
PsList
Show information about processes and threads.
PsService
View and control services.
PsSuspend
Suspend and resume processes.
PsTools
The PsTools suite includes command-line utilities for listing the processes running on local or remote computers, running processes remotely, rebooting computers, dumping event logs, and more.
ShellRunas
Launch programs as a different user via a convenient shell context-menu entry.
VMMap
See a breakdown of a process's committed virtual memory types as well as the amount of physical memory (working set) assigned by the operating system to those types. Identify the sources of process memory usage and the memory cost of application features.
http://technet.microsoft.com/hi-in/sysinternals/bb795533%28en-us%29.aspx
Sysinternals Security Utilities
AccessChk
This tool shows you the accesses the user or group you specify has to files, Registry keys or Windows services.
AccessEnum
This simple yet powerful security tool shows you who has what access to directories, files and Registry keys on your systems. Use it to find holes in your permissions.
Autologon
Bypass password screen during logon.
Autoruns
See what programs are configured to startup automatically when your system boots and you login. Autoruns also shows you the full list of Registry and file locations where applications can configure auto-start settings.
LogonSessions
List active logon sessions
Process Explorer
Find out what files, registry keys and other objects processes have open, which DLLs they have loaded, and more. This uniquely powerful utility will even show you who owns each process.
PsExec
Execute processes with limited-user rights.
PsLoggedOn
Show users logged on to a system.
PsLogList
Dump event log records.
PsTools
The PsTools suite includes command-line utilities for listing the processes running on local or remote computers, running processes remotely, rebooting computers, dumping event logs, and more.
RootkitRevealer
Scan your system for rootkit-based malware
SDelete
Securely overwrite your sensitive files and cleanse your free space of previously deleted files using this DoD-compliant secure delete program.
ShareEnum
Scan file shares on your network and view their security settings to close security holes.
ShellRunas
Launch programs as a different user via a convenient shell context-menu entry.
Sigcheck
Dump file version information and verify that images on your system are digitally signed.
http://technet.microsoft.com/hi-in/sysinternals/bb795534%28en-us%29.aspx
Sysinternals System Information Utilities
Autoruns
See what programs are configured to startup automatically when your system boots and you login. Autoruns also shows you the full list of Registry and file locations where applications can configure auto-start settings.
ClockRes
View the resolution of the system clock, which is also the maximum timer resolution.
Coreinfo
Coreinfo is a command-line utility that shows you the mapping between logical processors and the physical processor, NUMA node, and socket on which they reside, as well as the cache’s assigned to each logical processor.
Handle
This handy command-line utility will show you what files are open by which processes, and much more.
LiveKd
Use Microsoft kernel debuggers to examine a live system.
LoadOrder
See the order in which devices are loaded on your WinNT/2K system.
LogonSessions
List the active logon sessions on a system.
PendMoves
Enumerate the list of file rename and delete commands that will be executed the next boot.
Process Explorer
Find out what files, registry keys and other objects processes have open, which DLLs they have loaded, and more. This uniquely powerful utility will even show you who owns each process.
Process Monitor
Monitor file system, Registry, process, thread and DLL activity in real-time.
ProcFeatures
This applet reports processor and Windows support for Physical Address Extensions and No Execute buffer overflow protection.
PsInfo
Obtain information about a system.
PsLoggedOn
Show users logged on to a system
PsTools
The PsTools suite includes command-line utilities for listing the processes running on local or remote computers, running processes remotely, rebooting computers, dumping event logs, and more.
WinObj
The ultimate Object Manager namespace viewer is here.
http://technet.microsoft.com/hi-in/sysinternals/bb795535%28en-us%29.aspx
Sysinternals Miscellaneous Utilities
AD Explorer
Active Directory Explorer is an advanced Active Directory (AD) viewer and editor.
AdRestore
Restore tombstoned Active Directory objects in Server 2003 domains.
Autologon
Bypass password screen during logon.
BgInfo
This fully-configurable program automatically generates desktop backgrounds that include important information about the system including IP addresses, computer name, network adapters, and more.
BlueScreen
This screen saver not only accurately simulates Blue Screens, but simulated reboots as well (complete with CHKDSK), and works on Windows NT 4, Windows 2000, Windows XP, Server 2003 and Windows 9x.
Ctrl2cap
This is a kernel-mode driver that demonstrates keyboard input filtering just above the keyboard class driver in order to turn caps-locks into control keys. Filtering at this level allows conversion and hiding of keys before NT even "sees" them. Ctrl2cap also shows how to use NtDisplayString() to print messages to the initialization blue-screen.
DebugView
Another first from Sysinternals: This program intercepts calls made to DbgPrint by device drivers and OutputDebugString made by Win32 programs. It allows for viewing and recording of debug session output on your local machine or across the Internet without an active debugger.
Desktops
This new utility enables you to create up to four virtual desktops and to use a tray interface or hotkeys to preview what’s on each desktop and easily switch between them.
Hex2dec
Convert hex numbers to decimal and vice versa.
PsLogList
Dump event log records.
PsTools
The PsTools suite includes command-line utilities for listing the processes running on local or remote computers, running processes remotely, rebooting computers, dumping event logs, and more.
RegDelNull
Scan for and delete Registry keys that contain embedded null-characters that are otherwise undeleteable by standard Registry-editing tools.
RegJump
Jump to the registry path you specify in Regedit.
Strings
Search for ANSI and UNICODE strings in binary images.
ZoomIt
Presentation utility for zooming and drawing on the screen.
http://technet.microsoft.com/hi-in/sysinternals/bb842059%28en-us%29.aspx


OTHER URLS :
http://channel9.msdn.com/shows/Going+Deep/Mark-Russinovich-From-Winternals-to-Microsoft-On-Windows-Security-Windows-CoreArch/
http://blogs.technet.com/Sysinternals/
http://technet.microsoft.com/hi-in/sysinternals/bb963890%28en-us%29.aspx

Friday, March 26, 2010

How To Enable or Disable Simple File Sharing in Windows XP

Simple File Sharing is a feature introduced in Microsoft Windows XP. Simple File Sharing removes some file sharing security options available in other versions of Windows. This helps Windows XP administrators quickly set up folder shares.

Simple File Sharing (SFS) is always enabled and cannot be disabled in Windows XP Home Edition. The below step-by-step instructions explain how to enable/disable SFS in Windows XP Professional.
1. Open My Computer from the Start Menu or Windows XP Desktop. A new My Computer window will appear.
2. Open the Tools menu and choose the "Folder Options..." option from this menu. A new Folder Options window will appear.
3. Click on the View tab and locate the "Use Simple File Sharing (Recommended)" checkbox in the list of Advanced Settings.
4. To enable Simple File Sharing, ensure this checkbox is checked. To disable Simple File Sharing, ensure this checkbox is not checked. Click inside the checkbox to alternately enable and disable the option.
5. Click OK to close the Folder Options window. The settings for Simple File Sharing are now updated; no computer reboot is required.
Tips:
1. The Simple File Sharing checkbox should be at or near the bottom of the Advanced Settings list in the My Computer Folder Options.
2. Enabling Simple File Sharing prevents the ability to assign user-level passwords to shares. When Simple File Sharing is enabled on a computer, remote users will not be prompted for a password when accessing that computer's shares.
3. If the Windows XP Professional computer is part of a Windows domain rather than a Windows workgroup, this process for enabling or disabling Simple File Sharing has no effect. Simple File Sharing always remains disabled for computers joined to domains.
What You Need:
• Computer running Windows XP Professional

How To Restore Hal.dll From the Windows XP CD

The hal.dll file is a hidden file that is used by Windows XP to communicate with your computer's hardware. Hal.dll can become damaged, corrupted or deleted for a number of reasons and is usually brought to your attention by the "missing or corrupt hal.dll" error message.
Follow these easy steps to restore the damaged/corrupted or missing hal.dll file from the Windows XP CD using the Recovery Console.
1. Enter Windows XP Recovery Console.
2. When you reach the command line prompt (detailed in Step 6 in the link above), type the following and then press Enter:
3.
4. expand d:\i386\hal.dl_ c:\windows\system32
Using the expand command as shown above, d represents the drive letter assigned to the optical drive that your Windows XP CD is currently in. While this is most often d, your system could assign a different letter. Also, c:\windows represents the drive and folder that Windows XP is currently installed on. Again, this is most often the case but your system could be different.
5. If you're prompted to overwrite the file, press Y.
6. Take out the Windows XP CD, type exit and then press Enter to restart your PC.
Assuming that a missing or corrupt hal.dll file was your only issue, Windows XP should now start normally.

Securing Windows XP Home Edition

Use Private Folders To Protect Data: As mentioned in Step 1 above, Windows XP Home uses something called Simple File Sharing for sharing files, folders and other resources. When you mark a file or folder as Shared, anyone who can get to your computer can access the share and the data it contains because of how Windows XP Home uses the Guest account and its blank password (unless you have followed the information in Step 1) to grant access. Windows XP Home does not allow for more customized file and folder sharing like you would find in Windows 2000 or in Windows XP Professional (with Simple File Sharing disabled).
Windows XP Home does offer the polar opposite of sharing though- marking a folder Private. If you mark a folder as Private the contents of that folder and any sub-folders will be accessible only by you.
To make the most of this feature it helps if you keep all of your personal or confidential data in one place so that you can just mark the one folder as Private rather than having to scour the computer looking for various folders you might want to keep Private. Your User Account folder under Documents and Settings which contains your My Documents folder, your Favorites and other personal configuration data for Windows is marked Private by default in Windows XP Home.
To mark a folder as private you need to right-click on it and select Sharing and Security. On the Sharing tab click the checkbox that says "Make This Folder Private". If the folder is owned by another user or by the operating system itself this option will be grayed out. You may also see a checkmark inthe box that is grayed out if the folder is a sub-folder of a different folder already marked as Private.
Use Limited Accounts For Everyday Use: Windows 2000 and Windows XP Professional offer a number of different user account types and also provide a means to create your own custom user account types. Windows XP Home essentially offers two choices- Administrator and Limited. The Administrator account has essentially full control over anything and everything on the computer. The Limited account can use the computer, but is extremely restricted in its ability to install software or alter system configurations in any way.
One of the primary reasons for using the Limited account is to protect the system from yourself. It's possible that a family member with Administrator access can accidentally change or delete critical information on the computer. It is also possible that someone with an Administrator account may have their account hacked or become infected with a virus or worm of some sort. Typically, the attacker or malware will be able to wreak havoc on the system using the access privileges of the account that has been compromised. So, it makes sense to save your Administrator account for when it is needed, but use Limited accounts for everyday use by most users.
To choose an account type in Windows XP Home click on User Accounts in the Control Panel. Once you select a user you can click on the "Change My Account Type" button. You will be able to choose between Administrator and Limited and can see a brief description of the abilities of each account type. You are required to have at least one Administrator account, so be sure to leave or create one- but save it for use when necessary and stick to using Limited accounts wherever possible.
5. Upgrade to Windows XP Professional: I realize that switching operating systems isn't exactly helpful for securing the one you have. However, it is truly my best recommendation for someone using Windows XP Home edition that wants to ensure a high degree of security on their system.
The Simple File Sharing "feature" which doesn't let you protect individual files or select which users can simply read the file vs. which ones can change or delete it turns out to be a feature you may not want if you're trying to be secure.
Windows XP Home lets you mark folders and their data as Private, but does not include support for EFS (Encrypted File System) which you can use in Windows 2000 and in Windows XP Professional to encrypt your data for even more protection from unauthorized access.
These are just a couple of reasons. The bottom line is that it seems that Microsoft did not have security in mind when selecting the features and options to include in Windows XP Home. Users who truly want to be secure (and don't want to switch to Linux or another operating system entirely) should move to Windows XP Professional.

N.B: belief are purely personal

How To Restore NTLDR and Ntdetect.com From the Windows XP CD

The NTLDR and Ntdetect.com files are important system files that are used by your computer to start the Windows XP operating system. These files can become damaged, corrupted or deleted for a number of reasons and are usually brought to your attention by the "NTLDR is Missing" error message.
Follow these easy steps to restore the damaged/corrupted or missing NTLDR and Ntdetect.com files from the Windows XP CD using the Recovery Console.
1. Enter Windows XP Recovery Console.
2. When you reach the command prompt (detailed in Step 6 in the link above), type the following two commands, pressing Enter after each one:
copy d:\i386\ntldr c:\
copy d:\i386\ntdetect.com c:\
In the command listed above, d represents the drive letter assigned to the optical drive that your Windows XP CD is currently in. While this is most often d, your system could assign a different letter. Also, c:\ represents the root folder of the partition that Windows XP is currently installed on. Again, this is most often the case but your system could be different.
3. If you're prompted to overwrite either of the two files, press Y.
4. Take out the Windows XP CD, type exit and then press Enter to restart your PC.
Assuming that missing or corrupt versions of the NTLDR and/or Ntdetect.com files were your only issues, Windows XP should now start normally.

How To Repair or Replace Boot.ini in Windows XP

The boot.ini file is a hidden file that is used to identify in what folder on which partition and on which hard drive Windows XP is located. Boot.ini can become damaged, corrupted or deleted for a number of reasons and is usually brought to your attention by an error message.
Follow these easy steps to repair the damaged/corrupted boot.ini file or replace it if it has been deleted.
1. Enter Windows XP Recovery Console. The Recovery Console is an advanced diagnostic mode of Windows XP with special tools that will allow you to restore the boot.ini file.
2. When you reach the command line (detailed in Step 6 in the link above), type the following command and then press Enter.
bootcfg /rebuild
3. The bootcfg utility will scan your hard drives for any Windows XP installations and then display the results. Follow the remaining steps to add your Windows XP installation to the boot.ini file.
4. The first prompt asks Add installation to boot list? (Yes/No/All).
Type Y in response to this question and press Enter.
5. The next prompt asks you to Enter Load Identifier:.
This is the name of the operating system. For example, type Windows XP Professional or Windows XP Home Edition and press Enter.
6. The final prompt asks you to Enter OS Load options:.
Type /Fastdetect here and press Enter.
7. Take out the Windows XP CD, type exit and then press Enter to restart your PC.
Assuming that a missing or corrupt boot.ini file was your only issue, Windows XP should now start normally.

Monday, March 22, 2010

STUDENTS BLOGS

kindly Visit These Blog(s) to Encourage These Intellectual initiative(s) :


http://my-amazingtips.blogspot.com/

http://sujeet-kumar.blogspot.com/

http://rockysujeet.blogspot.com

http://stxaviercollege.blogspot.com/

http://bithikasuman.blogspot.com/


You could write these along with the Specialized One and that is called "KNOL" , search for it and you get lots of them.
Also you could get attached your blog to Google ADsense to get hit and pay ; also Google is offering a complete book out of your blog , easy and fine one.


thanking you for visiting !

Saurav Banerjee

Wednesday, March 17, 2010

FREE DUMPS AND JAVA PLUS SCJP STUFFS

FREE DUMPS OF DIFFERENT EXAMS:

http://www.freeexamking.com

JAVA :


http://developers.sun.com/learning/javaoneonline/
http://www.redbooks.ibm.com/pubs/html/as400/v4r5/ic2924/info/java/rzaid/java400.pdf
http://www.sun.com/products-n-solutions/edu/programs/sai/download/SL275.E.2.desc.pdf
http://www.ecs.com.sg/training/SL275.pdf
http://www.subbu.org/articles/j2ee/java_server_programming.pdf
http://www.element9.com/java_syllabus.pdf
http://www.sun.com/products-n-solutions/edu/programs/sai/download/SL285_revC_CD.pdf
http://www.learningtree.com/courses/516.pdf
http://www.sun.com/software/javaenterprisesystem/suites/caps_healthcare_ds.pdf
http://www.activelearning.ph/courses/pdf/321_activeLearningJava1.pdf
http://jerry.c-lab.de/web3d/Workshops/tutorial_java3d_web3d2001.pdf
http://cisco.demo.netacad.net/public/21centuryskills/pdfs/java_skillset.pdf
http://epubl.luth.se/1402-1617/2000/075/LTU-EX-00075-SE.pdf
http://oreilly.com/catalog/jextprockbk/chapter/ch04.pdf
http://www.ece.cmu.edu/~lbauer/papers/jms-spe03.pdf
http://www.softcoded.com/pdfs/helpfiles.pdf
http://www.actisit.com/pdfs/JAVA%20and%20XML%20Application%20Development.pdf
http://algebra.hr/Java%20programing.pdf
http://www.learningtree.com/courses/471.pdf
http://www.research.ibm.com/trl/people/mich/pub/200110_oopsla2001ds.pdf
http://www.soi.wide.ad.jp/class/20060036/materials_for_student/05/05-JavaP.pdf
http://java.sun.com/new2java/programming/learn/servlets.pdf
http://www.kcomputing.com/pdf/java_programming.pdf
http://www.kcomputing.com/pdf/java_programming.pdf
http://bracha.org/wildcards.pdf
http://www.cisco.com/web/learning/netacad/downloads/779/edu/media/docs/final_Sun031103.pdf
http://oreilly.com/catalog/javadtabp/chapter/ch02.pdf
http://java.sun.com/j2se/1.5/pdf/generics-tutorial.pdf
http://homepages.inf.ed.ac.uk/wadler/gj/Documents/gj-tutorial.pdf
http://www.ciwcertified.com/publicreadaccess/catalog/outlines/CIW_Web_Developer/Java_Prg_Fnd_v6_1_Outline.pdf
http://developerlife.com/appoverview/file.pdf
http://java.sun.com/j2se/1.5/pdf/Tiger-lang.pdf
http://www.bracha.org/wildcards.pdf
http://www.ece.cmu.edu/~lbauer/papers/jmstr.pdf


SCJP


http://pdf.passcert.com/310-065.pdf
http://saloon.javaranch.com/forums/forum-024.html
http://www.torrentz.com/4c03e4181ff952e144530f68fad7450d3d75c701
http://rapidshare.com/files/148739785/SCJP_6_Study_Guide_Exam_310-065.iso
http://rapidshare.com/files/262350254/SCJP_6_Study_Guide_Exam_310-065.iso
http://onlinebooksforyou.blogspot.com/
http://www.4shared.com/file/35710703/316ef406/Whizlabs_SCJP_15_simulator_with_patch.html?s=1
http://doallcertificationhere.blogspot.com/
http://www.4shared.com/file/77960001/41d0211c/SCJP_SCJD_15_Kathy_Sierra__Bert_Bates.html?s=1
http://rs494.rapidshare.com/files/144327582/SCJP1.6_JAVA_6_CERTIFICATION_Guide-310-065.RAR
http://sunjavasnips.blogspot.com/
http://cisco640802.blog.com/2010/01/23/scjp-100-success-secrets-success-with-the-sun-certified-java-programmer-scjp-exam-before-and-after-passing-paperback/
http://rapidshare.com/files/92874199/Fast.Track.to.Sun.Certified.Java.Programmer.SCJP.5.0.Upgrade.Exam.rar
http://rapidshare.com/files/192760778/Apress.SCJP.Exam.for.J2SE.5.May.2006.rar
http://rapidshare.com/files/274325923/Sybex.SCJP.Sun.Certified.Programmer.for.Java.Platform.SE6.Study.Guide.Exam.CX-310-065.Mar.2009.eBook
http://rapidshare.com/files/14826761/b0903.rar
http://rapidshare.com/files/51486873/Lulu.com.Fast.Track.to.Sun.Certified.Java.Programmer.SCJP.5.0.Upgrade.Exam.Nov.2006.eBook-BBL.rar.h

keep visiting for more to come , or else you could write to me .


SAURAV BANERJEE

VIDEOS : FUTURE TECHNOLOGIES

http://www.youtube.com/watch?v=YrtANPtnhyg
http://www.youtube.com/watch?v=CcxfknqYgfg
http://www.youtube.com/watch?v=j5VDy66eRKk
http://www.youtube.com/watch?v=8NK295ldF_g
http://www.youtube.com/watch?v=y9RHMZ297mk
http://www.youtube.com/watch?v=wT4RVuGlAz4
http://www.youtube.com/watch?v=l4bz9shk8UU
http://www.youtube.com/watch?v=pQvU2N75lA8
http://www.youtube.com/watch?v=hKBjt5z_EcY
http://www.youtube.com/watch?v=4Q75KhAeqJg
http://www.youtube.com/watch?v=17DPJHNVx2Q
http://www.youtube.com/watch?v=QaDLEgcPc8k
http://www.youtube.com/watch?v=PUCvkxyjiAQ
http://www.youtube.com/watch?v=MlgyuA_MN1E
http://www.youtube.com/watch?v=aMvLRZmFx74
http://www.youtube.com/watch?v=uf6EGvl7nJo
http://www.youtube.com/watch?v=FScddkTMlTc
http://www.youtube.com/watch?v=_Vjr-EXloK4
http://www.youtube.com/watch?v=9QCAb3VqoMo
http://www.youtube.com/watch?v=RNwe5BRf36I
http://www.youtube.com/watch?v=KX57X6FBphs
http://www.youtube.com/watch?v=0USn7eufXps
http://www.youtube.com/watch?v=NsREy3A8RbI
http://www.youtube.com/watch?v=tXLxcCTwr2E
http://www.youtube.com/watch?v=iu0ztxdsFis
http://www.youtube.com/watch?v=ECPOXUQB5k0
http://www.youtube.com/watch?v=8NjH5F-ATbI
http://www.youtube.com/watch?v=PSFh-ME83Bk
http://www.youtube.com/watch?v=_n83XjFSSvM
http://www.youtube.com/watch?v=VPd5B29ajWQ
http://www.youtube.com/watch?v=gwTALySOy9Y
http://www.youtube.com/watch?v=QLtLEXWlueY
http://www.youtube.com/watch?v=muibPAUvOXk
http://www.youtube.com/watch?v=48UM1LbGFWQ
http://www.youtube.com/watch?v=XfzplPIrzjY

COMPUTER MAGAZINES :

[ Kindly forgive me for giving me this url to you , b’cos this contain adult stuffs, I could not control over the stuffs this particular web site is publishing , so kindly set aside the porn stuffs and get the academic stuffs for you .]

=======================================================================================

http://oron.com/iqoqda22j92a/Mac_Format_2010-02_www.storemags.com.rar.html
http://oron.com/8wfmamwh7p9t/PC_Magazine_2010-02.rar.html
http://oron.com/4mf19ombzncb/Mac_Format_2010-03.rar.html
http://oron.com/f427lys9h5pt/Popular_Mechanics_2010-02.rar.html
http://oron.com/o937qhqr6m92/PC_WORLD_2010-02.rar.html
http://oron.com/lyuabekkodat/PC_Magazine_2010-03.rar.html
http://oron.com/a1hl4ydi8fxy/PC_WORLD_2010-03.rar.html
http://oron.com/o937qhqr6m92/PC_WORLD_2010-02.rar.html
http://oron.com/oe7yrqigltqu/Macworld_2010-02.rar.html
http://hotfile.com/dl/21753717/adb475f/MacUser_2010-01_www.storemags.com.rar.html
http://oron.com/zq1qvyliyzw5/Macworld_2010-03.rar.html
http://oron.com/bzxiynfinc2t/Macworld_2010-01.rar.html
http://oron.com/oe7yrqigltqu/Macworld_2010-02.rar.html
http://oron.com/zq1qvyliyzw5/Macworld_2010-03.rar.html
http://oron.com/axya7t48sijr/Macworld_Espana_2009-12.rar.html
http://oron.com/czu1xyvhl3jn/Macworld_Espana_2010-01.rar.html

MISCELLANEOUS BOOKS URLS:

http://hotfile.com/dl/29204709/cb44e33/Smart_Adolf_Hitler_Mein_Kampf_English.rar.html don
http://www.4shared.com/dir/25899382/28b1c2a0/sharing.html miscellaneous
http://www.4shared.com/dir/25040269/49e955c7/sharing.html miscellaneous

USEFUL URLS

http://rapidshare.com/files/306410997/C_Sharp_video_Tutorials.rar
http://rapidshare.com/files/269014823/Video_Tutorial_-_Learn_HTML_and_CSS_in_30_Minutes.rar
http://rapidshare.com/files/269028320/CDS-100-S10_Sun_Solaris_10_Essentials.rar
http://rapidshare.com/files/269043235/CDS-202-S10_Sun_Solaris_10_Advanced_System_Administration.rar
http://rapidshare.com/files/269061985/CDS-300-S10_Sun_Solaris_10_Network_Administration.rar
http://rapidshare.com/files/88021984/Unix_Shell_Fundamentals_Video_Tutorials.rar
http://rapidshare.com/files/275442068/Basic_Unix_Commands_Video_Tutorial.rar
http://rapidshare.com/files/286384896/VTC.Intro.to.MySQL.rar
http://rapidshare.com/files/286434670/Vtc_-_Introduction_To_Oracle_Sql_And_Plsql.rar
http://rapidshare.com/files/84683593/Configuration_of_VLAN__part1___1_.zip
http://rapidshare.com/files/84684733/Configuration_of_VLAN__part2___1_.zip
http://rapidshare.com/files/276671380/CCNA_Semester_1_Networking_Basics_v3.1.1.rar
http://rapidshare.com/files/276680113/CCNA_Semester_3_Switching_Basic_And_Intermediate_Routing_v3.1.1.rar
http://rapidshare.com/files/276682810/CCNA_Semester_4_Wan_Technologies_V3.1.1.rar
http://rs122.rapidshare.com/files/299857111/Videosmcse2003.rar
http://rapidshare.com/files/273742290/More_MCSE_videos_W2K3.rar
http://rapidshare.com/files/272014596/CBT_Nuggets_ISA_2006.part1.rar
http://rapidshare.com/files/272078246/CBT_Nuggets_ISA_2006.part2.rar
http://rapidshare.com/files/273716662/IIS_6_Administration.rar
http://rapidshare.com/files/268252036/CBT.Nuggets.Configuring.Exchange.Server.2007.Exam.Pack.70-236-NSiD.part1.rar
http://rapidshare.com/files/268262459/CBT.Nuggets.Configuring.Exchange.Server.2007.Exam.Pack.70-236-NSiD.part2.rar
http://rapidshare.com/files/268280355/CBT.Nuggets.Configuring.Exchange.Server.2007.Exam.Pack.70-236-NSiD.part3.rar
http://rapidshare.com/files/252898458/CBT.Nuggets.Microsoft.ISA.Server.Training.Course.70.227.part1.rar

USEFUL WEBSITES

Cynosurejobs makes you to forward your Resumes to any E-mail Id's from your Mobile..

• www.cynosurejobs.com

Beta Cloudo is an Online Operating System,You can work as you working in normal OS & Store the datas Online,So you can use your datas Anywhere..

• http://beta.cloudo.com

FileFlyer makes you to Upload files upto 2GB & Send it to any mail id in very Quick Time..

• www.fileflyer.com

Wobzip can help you by providing Online uncompress service on the fly. It suppost various format, and the maximum file size supported is 100MB!

• http://www.wobzip.org

Spypig is a free email tracking system that lets you know when the email you sent has been read by recipient. It works with Eudora, Yahoo Email, Gmail, Hotmail, AOL Email and many others. Cool tool and it's free!

• http://www.spypig.com

Contactify Create your own personal contact form. Contactify creates the link, people click on it and then they can send you a message without you ever having to reveal your email address.

• http://www.contactify.com

FilesTube is a search engine designed to search files in various file sharing and uploading sites. Search for "All" or by media type (mp3, wma, zip).

• http://www.filestube.com

Palette Generator Automagically create a harmonious color palette from a photograph - use your own photo, a photo on the web or on Flickr or Photobucket.

• http://bighugelabs.com

Bubblesnaps add a caption to your digital photos. The posibilities for fun are endless!

• http://www.bubblesnaps.com

SketchUp - new from Google, plan out your home or garden and see it in 3D. Bookmark worthy just because it's so darned cool.

• http://sketchup.google.com

Picupine simple solution for quick sharing of photos for a short term. Uploaded photos disappear from the web after one week.

• http://www.picupine.com

Phixr Online Photo Editor is a site that can come in handy whenever your regular photo editor isn't handy. Perhaps on vacation or at a family members for Thanksgiving..

• http://www.phixr.com

Newseum 495 front pages from 50 countries. See how papers all over the place are covering a story. Interesting..

• http://www.newseum.org/todaysfrontpages/default.asp

Zapr - Really Simple Sharing is not just another Drop Send clone. You don't have to upload anything. You can share files by having them retrieve the files right from your computer.

• http://www.zapr.com

Dodgeit - free. receive-only. email. no set up. rss. for those times when you have to give an email but you really don't want to give one that you actually use.
• http://www.dodgeit.com

Jump2Mail is a free web-based email retrieval application, check all your email-box from one central place - completely free, from any computer, anywhere in the world..

• http://www.jump2mail.com

Mypictr - is an online image resizer that is perfectly suited for creating a custom sized profile image but could also be used for any quick and easy image resizing needs.
• http://mypictr.com

Zamzar converts to a wide range of image, document, audio and video formats. The maximum file size is limited to 100MB.

• http://www.zamzar.com


keep visiting for more

SAURAV BANERJEE ,RANCHI

SOFTWARES FREE DOWNLOAD :

Office 10 :
http://sharingmatrix.com/file/2092566/MSO.2010.RTM.14.0.4734.1000.x86.part1.rar
http://sharingmatrix.com/file/2092570/MSO.2010.RTM.14.0.4734.1000.x86.part2.rar
http://sharingmatrix.com/file/2092576/MSO.2010.RTM.14.0.4734.1000.x86.part3.rar
http://download.chip.eu/en/50-Free-Tools-for-Your-USB-Stick_6039990.html?tab=5
http://designrfix.com/freebies/free-icons-ultimate-resource-list
http://www.technospot.net/blogs/download-directx-11-direct3d-11-for-windows-7/
http://rapidshare.com/files/241772431/Cisco_Network_Magic_Pro_5.0.8282.rar
http://www.4shared.com/file/178450491/8091d48/157lanmonitor.html
http://www.4shared.com/file/179956347/6e099703/CamStudio20.html
http://rapidshare.com/files/239816745/My_Screen_Recorder_Pro_v2.48.rar

http://rapidshare.com/files/320970897/Tally12.rar
http://rs574.rapidshare.com/files/320969746/Tally9.0.rar
http://www.4shared.com/file/172703498/8964a892/290-Simwithscreenshot.html
http://rs543.rapidshare.com/files/274919993/Drivers.rar
http://hotfile.com/dl/18331588/b153978/FoNeKat.Net.150000.UD.2oo9.By.El_DocToR.rar.html


Top 10 sw download sites:


http://www.downloadsquad.com/2008/09/29/12-extremely-useful-firefox-addons/
http://download.cnet.com/windows/
http://www.tucows.com/
http://www.freedownloadscenter.com/
http://www.soft32.com/
http://www.giveawayoftheday.com/
http://www.webmastergrade.com/top-free-software-download-websites/
http://blog.limeexchange.com/2010/01/28/10-useful-video-editing-tools/
http://www.best100free.com/default.asp
http://freesoftwareaudio.blogspot.com
http://videofreesoftware.blogspot.com
http://freecommunicationsoftware.blogspot.com
http://freedatabasesoftware.blogspot.com
http://free-gamessoftware.blogspot.com
http://freegraphicssoftware.blogspot.com
http://mobile-freesoftware.blogspot.com
http://freesoftwarefoss.blogspot.com
http://ebooksfrom.blogspot.com


ANTI VIRUSES :

http://depositfiles.com/en/files/whkxualsr
http://depositfiles.com/en/files/2wk32tmye
http://www.mediafire.com/?iziw5noynmy
http://www.4shared.com/file/166688299/ee26df5e/avira_antivirus_full_till_2009.html
http://rapidshare.com/files/280818830/McAfee.Total.Protection.v2009.rar
http://rapidshare.com/files/289359392/Panda_Antivirus_2010.rar
http://rapidshare.com/files/275466992/Spyware_Doctor_with_Antivirus_6.1.0.447.rar
http://free.avg.com/us-en/download
http://rapidshare.com/files/255235529/Symantec_Endpoint_Protection_11.0.1000.1375.rar
1/ McAfee Stinger - Removes specific viruses.
2/ Dr.Web CureIt - Anti-Virus Scanner.
3/ McAfee AV on C:\ - Anti-Virus Scanner that updates itself and runs from the C:\ drive.
4/ Ad-Aware - Detects and removes Adware, Spyware and Trojans.
5/ X-Ray PC - Browser Hijacker Detector and Remover.
6/ Hijack This - Browser Hijacker Detector and Remover.
7/ CWS Shredder - Removes CoolWebSearch Browser Hijacker.
8/ Diagnose Windows - Security Scanner.
9/ RootKit Eliminator - Detects and removes RootKits.
10/ Driver Manager - Details, manages and controls drivers.
11/ AutoRuns - Controls Autorun Programs and Services.
12/ Process Explorer - Displays running Processes.
13/ ProcessActivityView - Shows all files and folders that a process accesses.
14/ Service Manager - Displays and Manages Services.
15/ MultiMon - Displays Registry, File, Keyboard, Device, System access.
16/ OpenedFilesView - Displays the list of all opened files on your system.
17/ Wise Regcleaner - Registry cleaner.
18/ Registry Defrag - Registry defragmentation..
19/ Registry Supreme - Registry cleaner, compactor and manager..
20/ WinDoctor - Registry cleaner.
21/ Reg Organizer - Registry editor/cleaner/comparison, Disk cleaner, Search & Replace.
22/ AdapterWatch - Displays useful information about your network adapters.
23/ NetInfo - Network information, Verifies Email addresses.
24/ WirelessNetView - Monitors the activity of wireless networks.
25/ Network Stumbler - Detects Wireless LANs.
26/ WirelessKeyView - Reveals Wireless keys.
27/ TCPOptimizer - Optimizes Internet Connection.
28/ TCPIP.sys Patch - Alters the maximum incomplete concurrent connection limit in XP.
29/ Modem Test - Modem Tester.
30/ CurrPorts - Lists Active Ports.
31/ MyLanViewer - Local Area Network Scanner.
32/ System Information - Shows system information.
33/ Monitor Tester - Monitor Tester.
34/ Unknown Devices - Detects Device Information.
35/ Update Checker - Checks for Software updates online.
36/ Windows Update List - Lists applied Windows updates.
37/ Norton Disk Doctor - Improved ScanDisk.
38/ HDTune Pro HDD - Testing & Benchmarks, Erasing, Folder Usage and SMART status.
39/ Ultimate Defrag - Defragmenter
40/ Page Defrag - Defragments the PageFile and the Registry.
41/ ExPcFix - Registry cleanup.
42/ Registry WorkShop - Advanced Registry editor.
43/ Final Data Enterprise - Recovers deleted files, Email and Office files.
44/ BadCopy Pro - Recovers files from CD and other media.
45/ Doc Rescue Pro - File recovery.
46/ Unstoppable Copier - Recovers files or partial files.
47/ WinImage - Reads and writes disk images.
48/ Norton Ghost Explorer - Explore Norton Ghost Images.
49/ VISTA Manager - Various VISTA Utilities and Tweaks.
50/ XP Anti-Spy - Various Windows XP Settings.
51/ X-Setup Pro - Windows XP Tweaks.
52/ FreshUI - Windows Tweaks.
53/ XP REG TWEAKS - Various Registry Tweaks for XP.
54/ BackRex Expert - Saves and restores OE, Outlook, IE6 and other folders and settings.
55/ Dial-Up Magic - Saves and restores Dial-Up connections
56/ ERUNT - Backs up the Registry.
57/ WinDriver Ghost - Saves drivers, favourites and Outlook folders.
58/ RadarSync - Checks for newer drivers and downloads them.
59/ Driver Cleaner - Removes Video and Audio driver remnants.
60/ Installer Cleaner - Removes Windows Installer entries for selected programs.
61/ MSIFix - Removes Bad MSI Registry Keys.
62/ OpenWithView - Displays the list of applications in the 'Open With' dialog-box.
63/ Unlocker - Deletes, Moves and Renames Locked Files.
64/ DiskRecon - File Search, Duplicate Finder and File Monitor.
65/ Disk Cleaner - Cleans Temp Folders etc.
66/ USBDeview - Lists and uninstalls USB devices.
67/ PW Microsoft Office - Finds Microsoft Office Passwords.
68/ PW WinRAR - Finds WinRAR Passwords.
69/ PW WinZip - Finds WinZIP Passwords.
70/ AIMPR - Finds Instant Messenger Passwords.
71/ IPW Toolbox - Finds IE, OE, Outlook and Dial-Up Passwords.
72/ PW SAMInside - Finds SAM Passwords (inc. Syskey encrypted ).
73/ Proactive System Password Recovery - Reveals Passwords, CD Keys, Button enabler etc.
74/ SniffPass - Reveals Network Passwords.
75/ Zip Repair - Repairs Wizip Files.
76/ Excel Repair - Repairs Excel Files.
77/ Word Repair - Repairs Word Files.
78/ Outlook Express Repair - Repairs Outlook Express Files.
79/ Outlook Recovery - Recovers Outlook Files.
80/ Restore OE - Registers OE as the default e-mail client.
81/ XP Security Console - XP Security Settings Tool.
82/ MyEventViewer - Alternative to the standard event viewer of Windows.
83/ FileTypesMan - Alternative to the 'File Types' tab in the 'Folder Options'.
84/ Image Editor - Sets and resets image editor defaults and image file associations.
85/ MM View - Displays Codecs and ActiveX Filters.
86/ GSpot - Lists existing and required Audio and Video Codecs.
87/ RegDllView - Displays the list of all registered dll/ocx/exe files.
88/ Register Controls - ActiveX Control Registration Utility.
89/ ShellEx View - Disables and Enables Shell Extensions.
90/ ShellMenuView - Displays a list of menu items that appear in Explorer context menus.
91/ SYS Exporter - Exports List data.
92/ AutoPlay Fix - MS AutoPlay Repair. Fixes defective AutoPlay settings.
93/ XP Taskbar Repair - Repairs TaskBar, Notification Area and QuickLaunch problems.
94/ XP Toolbar Repair - Repairs XP Toolbars.
95/ MBR GUI - GUI for MBRFix and MBRWizard.
96/ WinSock Fix - Winsock and TCP Repair Utility.
97/ LSP Fix - Winsock 2 Repair Utility.
98/ WinLogin Remove - Scans Registry for WinLogin.exe and allows removal.
99/ OfficeINS - Disables and Enables Office Add-Ins.
100/ Access Enumerator - Manages File Access Security Permissions.
101/ Application Mover - Moves programs to another folder or drive..
102/ UnCHK - Recovers CHK files.
103/ EasyBCD - Controls the Windows VISTA bootloader.
104/ Disable/Enable WFP - Disables or Enables Windows File Protection.
105/ Stabilty Test - System Stabilty Tester.
106/ Dial-a-fix - Various Microsoft Knowledgebase sourced fixes.
107/ MJ’s Help Diag - Repairs Help System. Registers DLLs and OCX.
108/ NewSID - Changes SID and Computer Name..
109/ Fix XP Logon - Resets GINA.
110/ Prefetch Control - Windows XP Prefetch Clean and Control.
111/ Restore Calendar - Restores the XP System Restore Calendar.
112/ SysTracer - Records file and Registry modifications..
113/ SAVE DATA - Batch File to Save User Files to a folder..
114/ WIPE IT - Securely overwrites drives.
115/ Key Reader - Reveals and changes Windows CD Keys.
116/ PC Decrapifier - Uninstalls and cleans trialware from new computers.
117/ Disable Messenger - Disable Windows Messenger.
118/ Perfect Uninstaller = Uninstalls difficult to remove programs.
119/ WinLister - Displays the list of opened windows on your system.
120/ PDF Reader - Reads and Edits PDF files.
121/ WinRAR - Creates and extracts RAR and ZIP files.
122/ TinyHEXER - HEX reader.
123/ CD/DVD Writer - Sateira DVD/CD Burner.
124/ Off By One - Internet Browser.
125/ Popcorn - Email Client. Can also delete mail directly on the server.
126/ Useful Sites - List of useful Web Sites.
rapidshare.com
http://rapidshare.com/files/360141777/UTILCD.part1.rar
http://rapidshare.com/files/360151642/UTILCD.part2.rar

hotfile.com
http://hotfile.com/dl/31599780/bbd3708/UTILCD.part1.rar.html
http://hotfile.com/dl/31603474/0451d3e/UTILCD.part2.rar.html

depositfiles.com
http://depositfiles.com/files/9r47dqvyc - UTILCD.part1.rar
http://depositfiles.com/files/kbpiv17np - UTILCD.part2.rar


Antivirus Tools

- Dr.Web CureIt! Antivirus (2302): a free standalone anti-virus and anti-spyware on-demand scanner.
- Spybot - Search & Destroy 1.6.2 (2302): Application to scan for spyware, adware, hijackers and other malicious software.
- SuperAntispyware 4.34 (2302): Remove Malware, Rootkits, Spyware, Adware, Worms, Parasites (a must have tool).
- Malwarebytes' Anti-Malware 1.44 (2302): anti-malware application that can thoroughly remove even the most advanced malware.
- SpywareBlaster 4.2 (2302): Prevent the installation of spyware and other potentially unwanted software.
- SmitFraudFix 2.424: This removes Some of the popular Desktop Hijack malware.
- ComboFix (2302): Designed to cleanup malware infections and restore settings modified by malware.
- CWShredder 2.19: Popular CoolWebSearch Trojan Remover tool.
- RootkitRevealer 1.7.1: Rootkit Revealer is an advanced patent-pending root kit detection utility.

Backup Tools
- DriveImageXML 2.13: backup any drive/partition to an image file, even if the drive is currently in use.
- GImageX 2.0.17: ImageX is used to backup/restore WIM images for Windows XP/Vista and Windows 7.
- Double Driver 3.0: Driver Backup and Restore tool.
- DriverBackup! 1.0.3: Another handy tool to backup drivers.
- InfraRecorder 0.50: An Open source CD/DVD burning software, also create/burn .iso images.
- FastCopy 1.99r4: The Fastest Copy/Delete Software on Windows.
- Smart Driver Backup 2.12: Easy backup of your Windows device drivers (also works from PE).
- RegBak 1.0: a light-weight and simple utility to create backups of Windows registry files.
- WhitSoft File Splitter 4.5a: a Small File Split-Join Tool.
- Partition Saving 3.80: A tool to backup/restore partitions. (SavePart.exe).
- COPYR.DMA Build013: A Tool for making copies of hard disks with bad sectors.
- Drive SnapShot 1.39: creates an exact Disk Image of your system into a file while windows is running.
- Norton Ghost 11.5.1: Similar to Drive Image (with usb/scsi support).
- Ghost Image Explorer 11.5.1: to add/remove/extract files from Ghost image file.
- DriveImage Explorer 5.0: to add/remove/extract files from Drive image file.
- ImageCenter 5.6 (Drive Image 2002): Best software to clone hard drive.
- Acronis True Image 8.1.945: Create an exact disk image for complete system backup and disk cloning.

BIOS / CMOS Tools
- DISKMAN4: a powerful all in one utility.
- Award DMI Configuration Utility 2.43: DMI Configuration utility for modifying/viewing the MIDF contents.
- !BIOS 3.20: a powerfull utility for bios and cmos.
- BIOS Cracker 5.0: BIOS password remover (cmospwd).
- BIOS Utility 1.35.0: BIOS Informations, password, beep codes and more.
- CMOS 0.93: CMOS Save / Restore Tool.
- Kill CMOS: a tiny utility to wipe cmos.
- UniFlash 1.40: bios flash utility.

Browsers / File Managers
- 7-Zip 9.10b: File Manager/Archiver Supports 7z, ZIP, GZIP, BZIP2, TAR, RAR, CAB, ISO, ARJ, LZH, CHM, MSI, WIM, Z, CPIO, RPM, DEB and NSIS formats.
- Explore2fs 1.08b: GUI explorer tool for accessing linux ext2 and ext3 filesystems under windows.
- Opera Web Browser 8.54: One of the fastest, smallest and smartest full-featured web browser.
- Volkov Commander 4.99: Dos File Manager with LongFileName/ntfs support (Similar to Norton Commander).
- Dos Command Center 5.1: Classic dos-based file manager.
- File Wizard 1.35: a file manager - colored files, drag and drop copy, move, delete etc.
- File Maven 3.5: an advanced Dos file manager with high speed PC-to-PC file transfers via serial or parallel cable.
- FastLynx 2.0: Dos file manager with Pc to Pc file transfer capability.
- Dos Navigator 6.4.0: Dos File Manager, Norton Commander clone but has much more features.
- Mini Windows 98: Can run from Ram Drive, with ntfs support, 7-Zip, Disk Defragmenter, Notepad / RichText Editor, Image Viewer, .avi .mpg .divx .xvid Movie Player, etc...
- Mini Windows Xp: Portable Windows Xp that runs from CD/USB/Ram Drive, with Network and SATA support.

Cleaners
- CCleaner 2.28: Crap Cleaner is a freeware system optimization and privacy tool.
- SpaceMonger 1.4: keeping track of the free space on your computer.
- WinDirStat 1.1.2.80: a disk usage statistics viewer and cleanup tool for Windows.

Hard Disk Tools
- HDD Scan 3.2: HDDScan is a Low-level HDD diagnostic tool, it scans surface find bad sectors etc.
- HDTune 2.55: Hard disk benchmarking and information tool.
- Data Shredder 1.0: A tool to Erase disk and files (also wipe free space) securely.
- SeaTools for Dos: GUI 2.17 Text 1.10 versions to test Seagate or Maxtor Parallel ATA (PATA and IDE) and Serial ATA (SATA) interface disc drives.
- Western Digital Data Lifeguard Tools 11.2: for the installation of Western Digital EIDE Hard Drives.
- Western Digital Diagnostics (DLGDIAG) 5.04f: to quickly and efficiently verify the status of the drive.
- Maxtor PowerMax 4.23: designed to perform diagnostic read/write verifications on Maxtor/Quantum hard drives.
- Maxtor amset utility 4.0: Utility for changing Acoustic Management on the hard drives.
- Fujitsu HDD Diagnostic Tool 7.00: to check IDE drives for possible defects/problems.
- Samsung HDD Utility(HUTIL) 2.10: The Drive Diagnostic Utility.
- Samsung Disk Diagnose (SHDIAG) 1.28: to diagnose the disk when suspected to have failures.
- Samsung ESTOOL 3.00g: Drive Diagnostic, Automatic Acoustic Management, Enable/Disable SMART etc.
- IBM Hitachi Drive Fitness Test 4.16: quickly and reliably tests SCSI, IDE and SATA drives.
- IBM Hitachi Feature Tool 2.15: allows you to control some of the features of the the HDD.
- Gateway GwScan 5.12: Gateway hard drive diagnostic utility.
- ExcelStor's ESTest 4.50: ExcelStor hard disk diagnostic utility.
- Toshiba Hard Disk Diagnostic 2.00b: Toshiba hard drive diagnostic utility.
- Hard Disk Sentinel 0.04: Hard Disk health, performance and temperature monitoring tool.
- Active Kill Disk 4.1.2393: Securely overwrites and destroys all data on physical drive.
- SmartUDM 2.00: Hard Disk Drive S.M.A.R.T. Viewer.
- Fujitsu IDE Low Level Format 1.0: Low Level Format Tool.
- Maxtor Low Level Formatter 1.1: Maxtor's Low Level Format Utility works on any harddrive.
- WDClear 1.30: Restore/Erases the drive back to a factory condition.
- HDD Erase 4.0: Secure erase using a special feature built into most newer hard drives.
- Victoria 3.33e and 3.52rus: a freeware program for low-level HDD diagnostics.
- HDAT2 4.53: main function is testing and repair (regenerates) bad sectors for detected devices.
- MHDD 4.6: Precise diagnostic of the mechanical part of a drive, perform Low-level format, Bad Sector Sepair, access raw sectors, manage S.M.A.R.T. (SMART) and other drive parameters such as acoustic management, security, Host Protected Area, etc.
- Darik's Boot and Nuke (DBAN) 1.0.7: Completely deletes the contents of any hard disk it can detect.
- HDD Regenerator 1.71: to recover a bad hard drive.
- MBR (Master Boot Record) Tools
- Grub4Dos installer 1.1: an universal boot loader GRUB for DOS installer.
- MBRWizard 2.0b: Directly update and modify the MBR (Master Boot Record).
- MbrFix 1.3: To backup, restore, fix the boot code in the MBR.
- MBR Utility 1.05: to manipulate a drive's master boot record (MBR) via the command line.
- DiskMan 4.2: all in one tool for cmos, bios, bootrecord and more.
- MBRWork 1.08: a utility to perform some common and uncommon MBR functions.
- MBRTool 2.3.200: backup, verify, restore, edit, refresh, remove, display, re-write...
- BootFix Utility: Run this utility if you get 'Invalid system disk'.
- MBR SAVE / RESTORE 2.1: BootSave and BootRest tools to save / restore MBR.
- Boot Partition 2.60: add Partition in the Windows NT/2000/XP Multi-boot loader.
- Smart Boot Manager 3.7.1: a multi boot manager.

MultiMedia Tools
- Picture Viewer 1.94: Picture viewer for dos, supports more then 40 filetypes.
- QuickView Pro 2.58: movie viewer for dos, supports many format including divx.
- MpxPlay 1.56: a small Music Player for dos.

Ms Dos Tools
- USB CD-Rom Driver 1: Standard usb_cd.sys driver for cd drive.
- Universal USB Driver 2: Panasonic v2.20 ASPI Manager for USB mass storage.
- ASUSTeK USB Driver 3: ASUS USB CD-ROM Device Driver Version 1.00.
- SCSI Support: SCSI Drivers for Dos.
- SATA Support: SATA Driver (gcdrom.sys) and JMicron JMB361 (xcdrom.sys) for Dos.
- 1394 Firewire Support: 1394 Firewire Drivers for Dos.
- Interlnk support at COM1/LPT1: To access another computer from COM/LPT port.

Dos tools
- extract.exe pkzip.exe pkunzip.exe lha.exe gzip.exe uharcd.exe imgExtrc.exe xcopy.exe diskcopy.com mouse.com undelete.com edit.com fdisk.exe fdisk2.exe fdisk3.exe lf.exe delpart.exe wipe.com zap.com format.com deltree.exe more.com find.exe hex.exe debug.exe split.exe mem.exe attrib.com sys.com smartdrv.exe xmsdsk.exe killer.exe share.exe scandisk.exe scanreg.exe guest.exe doskey.exe duse.exe move.exe setver.exe intersvr.exe interlnk.exe loadlin.exe lfndos.exe doslfn.com

Network Tools
- Angry IP Scanner 2.21: Scan IP addresses in any range as well as any their ports.
- CurrPorts 1.80: displays the list of all currently opened TCP and UDP ports on your computer.
- TCPView 2.54: Lists TCP and UDP endpoints, including the Local/Remote addresses of TCP connections.
- Winsock 2 Fix for 9x: to fix corrupted Winsock2 information by poorly written Internet programs.
- XP TCP/IP Repair 1.0: Repair your Windows XP Winsock and TCP/IP registry errors.

NTFS (FileSystems) Tools
- NTFS4Dos 1.9: To access ntfs partitions from Dos.
- NTFS Dos 3.02: To access ntfs partitions from Dos.
- EditBINI 1.01: to Edit boot.ini on NTFS Partition.
- NTFS Dos Pro 5.0: To access ntfs partitions from Dos.
- Paragon Mount Everything 3.0: To access NTFS, Ext2FS, Ext3FS partitions from dos.

Optimizers
- Defragger 3.9a: Single-file-defrag, Partition-Backup/Restore, Safe Data-Erase, Clusterviewer.
- JkDefrag 3.36: Free disk defragment and optimize utility for Windows 2000/2003/XP/Vista/Windows 7.
- NT Registry Optimizer 1.1j: Registry Optimization for Windows NT/2000/2003/XP/Vista.
- PageDfrg 2.32: System file Defragmenter For NT/2k/XP.

Other Tools
- EasyUHA 1.0: GUI Tool to create and extract UHA Archives.
- FileDisk Mount Tool 25: to mount ISO/BIN/NRG/MDF/IMA images on windows.
- HxD 1.7.7.0: Hex Editor provides tools to inspect and edit files, main memory, disks/disk images.
- NewSID 4.10: utility that changes the security ID (SID) for Windows NT, 2000 and XP.
- NTFS Access 2.1: Set NTFS permissions recursively and full access rights to a folder/file owner.
- Streams 1.56: Reveal/Delete NTFS alternate data streams.
- TightVNC 1.3.10: Cross-platform Remote Desktop Software to view/control remote pc with mouse and keyboard.
- Virtual Floppy Drive 2.1: enables you to create and mount a virtual floppy drive on your NT/2000/XP/Vista.
- DosCDroast beta 2: Dos CD Burning Tools.
- Universal TCP/IP Network 6.4: MSDOS Network Client to connect via TCP/IP to a Microsoft based network. The network can either be a peer-to-peer or a server based network, it contains 91 different network card drivers.
- Ghost Walker 11.5.1: utility that changes the security ID (SID) for Windows NT, 2000 and XP.

Partition Tools
- Partition Wizard Home Edition 4.2.2: Free Partition Magic Alternative, Partition Resize/Move/Copy/Create/Delete/Format/Convert, Explore, etc.
- USB Format Tool: Format/make bootable any USB flash drive to FAT, FAT32, or NTFS partition.
- Fat32 Formatter GUI 1.01: Windows XP cannot format a volume bigger than 32GB with FAT32.
- Ranish Partition Manager 2.44: a boot manager and hard disk partitioner.
- The Partition Resizer 1.3.4: move and resize your partitions in one step and more.
- Smart Fdisk 2.05: a simple harddisk partition manager.
- SPecial Fdisk 2000.03v: SPFDISK a partition tool.
- eXtended Fdisk 0.9.3: XFDISK allows easy partition creation and edition.
- Super Fdisk 1.0: Create, delete, format partitions drives without destroying data.
- Partition Table Editor 8.0: Partition Table and Boot Record Editor.
- Partition Magic Pro 8.05: Best software to partition hard drive.
- Acronis Disk Director 10.0.2160: Popular disk management functions in a single suite.
- Paragon Partition Manager 7.0.1274: Universal tool for partitions.
- Partition Commander 9.01: The safe way to partition your hard drive,with undo feature.
- GDisk 1.1.1: Complete replacement for the DOS FDISK utility and more.

Password Tools
- TrueCrypt 6.3a: On-the-fly disk encryption tool, can create a virtual encrypted disk within a file and mount it as a real disk, can also encrypt an entire HDD/Partition/USB Drive.
- Content Advisor Password Remover 1.01: It Removes Content Advisor Password from Internet Explorer.
- Password Renew 1.1: Utility to (re)set windows passwords.
- WindowsGate 1.1: Enables/Disables Windows logon password validation.
- WinKeyFinder 1.73: Allows you to View and Change Windows XP/2003 Product Keys, backup and restore activation related files, backup Microsoft Office 97, 2000 SP2, XP/2003 keys etc.
- XP Key Reader 2.7: Can decode the XP-key on Local or Remote systems.
- ProduKey 1.40: Recovers lost the product key of your Windows/Office.
- WirelessKeyView 1.33: Recovers all wireless network keys (WEP/WPA) stored in your computer by WZC.
- MessenPass 1.30: A password recovery tool that reveals the passwords of several instant messangers.
- Mail PassView 1.55: Recovers mail passwords of Outlook Express, MS Outlook, IncrediMail, Eudora, etc.
- Asterisk Logger 1.04: Reveal passwords hidden behind asterisk characters.
- Offline NT Password Changer 080526: utility to reset/unlock windows NT/2000/XP/Vista/7 administrator/user password.
- NTPWD: utility to reset windows nt/2000/xp administrator/user password.
- ATAPWD 1.2: Hard Disk Password Utility.
- Active Password Changer 3.0.420: To Reset User Password on windows NT/2000/XP/2003/Vista (FAT/NTFS).

Process Tools
- Dependency Walker 2.2: Checks for missing/invalid DLL/modules/functions for any exe/dll/ocx/sys.
- IB Process Manager 1.04: a little process manager for 9x/2k, shows dll info etc.
- Process Explorer 11.33: shows you information about which handles and DLLs processes have opened or loaded.
- OpenedFilesView 1.46: View opened/locked files in your system, sharing violation issues.
- Pocket KillBox 2.0.0.978: can be used to get rid of files that stubbornly refuse to allow you to delete them.
- ProcessActivityView 1.10: Detailed process access information read/write/opened files etc.
- Unlocker 1.8.8: This tool can delete file/folder when you get this message - Cannot delete file: Access is denied, The file is in use by another program etc.

RAM (Memory) Testing Tools
- Video Memory Stress Test 1.7.116 a tool to thoroughly test your video RAM for errors and faults.
- Windows Memory Diagnostic a RAM Test tool.
- MemTest 1.0: a Memory Testing Tool.
- Memtest86+ 4.00: PC Memory Test.

Recovery Tools
- Recuva 1.35: Restore deleted files from Hard Drive, Digital Camera Memory Card, usb mp3 player...
- Partition Find and Mount 2.3.1: Partition Find and Mount software is designed to find lost or deleted partitions.
- Restoration 3.2.13: a tool to recover deleted files.
- Unstoppable Copier 4.4: Allows you to copy files from disks with problems such as bad sectors, scratches or that just give errors when reading data.
- TestDisk 6.11.3: Tool to check and undelete partition from Dos/Windows.
- PhotoRec 6.11.3: Tool to Recover File and pictures from Dos/Windows.
- Active Undelete 5.5: a tool to recover deleted files.
- GetDataBack for FAT/NTFS 4.0: Data recovery software for FAT/NTFS file systems.
- Active Partition Recovery 3.0: To Recover a Deleted partition.
- Active Uneraser 3.0: To recover deleted files and folders on FAT and NTFS systems.
- Ontrack Easy Recovery Pro 6.10: To Recover data that has been deleted/virus attack.
- DiyDataRecovery Diskpatch 2.1.100: An excellent data recovery software.
- Prosoft Media Tools 5.0 v1.1.2.64: Another excellent data recovery software with many other options.

Registry Tools
- RegScanner 1.80: Tool to find/search in the Registry of Windows.
- Registry Editor PE 0.9c: Easy editing of remote registry hives and user profiles.
- Registry Restore Wizard 1.0.4: Restores a corrupted system registry from Xp System Restore.
- Fix HDC: Fix the Hard Drive Controller when replacing your motherboard on an XP system.
- Registry Reanimator 1.02: Check and Restore structure of the Damaged Registry files of NT/2K/XP.
- Registry Viewer 4.2: Registry Viewer/Editor for Win9x/Me/NT/2K/XP.

Startup Tools
- Autoruns 9.57: Displays All the entries from startup folder, Run, RunOnce, and other Registry keys, Explorer shell extensions, toolbars, browser helper objects, Winlogon notifications, auto-start services, Scheduled Tasks, Winsock, LSA Providers, Remove Drivers and much more which helps to remove nasty spyware/adware and viruses.
- Silent Runners Revision 60: A free script that helps detect spyware, malware and adware in the startup process.
- Startup Control Panel 2.8: a tool to edit startup programs.
- Startup Monitor 1.02: it notifies you when any program registers itself to run at system startup.
- HijackThis 2.0.3b: a general homepage hijackers detector and remover and more.

System Information Tools
- PCI and AGP info Tool (2302): The PCI System information & Exploration tool.
- System Analyser 5.3w: View extensive information about your hardware.
- Navratil: Software System Information 0.60.38 High-end professional system information tool.
- Astra 5.45: Advanced System info Tool and Reporting Assistant.
- HWiNFO 5.3.5: a powerful system information utility.
- SysChk 2.46: Find out exactly what is under the hood of your PC.
- CPU Identification utility 1.18: Detailed information on CPU (CHKCPU.EXE).
- CTIA CPU Information 2.7: another CPU information tool.
- BlueScreenView 1.20: Scans minidump files for BSOD (blue screen of death) crash information.
- Drive Temperature 1.0: Hard Disk Drive temperature meter.
- PC Wizard 2010.1.93: Powerful system information/benchmark utility designed especially for detection of hardware.
- SIW 2010-02-10: Gathers detailed information about your system properties and settings.
- CPU-Z 1.53: It gathers information on some of the main devices of your system.
- GPU-Z 0.3.9: A lightweight utility designed to give you all information about your video card and GPU.
- PCI 32 Sniffer 1.4 (2302): device information tool (similar to unknown devices).
- UnknownDevices 1.4.20 (2302): helps you find what those unknown devices in Device Manager really are.
- USBDeview 1.56: View/Uninstall all installed/connected USB devices on your system.

Testing Tools
- Disk Speed 1.0: Hard Disk Drive Speed Testing Tool.
- S&M Stress Test 1.9.1: cpu/hdd/memory benchmarking and information tool, including temperatures/fan speeds/voltages.
- IsMyLcdOK (Monitor Test) 1.02: Allows you to test CRT/LCD/TFT screens for dead pixels and diffective screens.
- System Speed Test 4.78: it tests CPU, harddrive, etc.
- CPU/Video/Disk Performance Test 5.7: a tool to test cpu, video, and disk.
- Test Hard Disk Drive 1.0: a tool to test Hard Disk Drive.
- PC-Check 6.21: Easy to use hardware tests.
- Ontrack Data Advisor 5.0: Powerful diagnostic tool for assessing the condition of your computer.
- The Troubleshooter 7.02: all kind of hardware testing tool.

Tweakers
- Dial a Fix 0.60.0.24: Fix errors and problems with COM/ActiveX object errors and missing registry entries, Automatic Updates, SSL, HTTPS, and Cryptography service (signing/verification) issues, Reinstall internet explorer etc. comes with the policy scanner.
- Ultimate Windows Tweaker 2.1: A TweakUI Utility for tweaking and optimizing Windows Vista.
- TweakUI 2.10: This PowerToy gives you access to system settings that are not exposed in the Windows Xp.
- Xp-AntiSpy 3.97.9: it tweaks some Windows XP functions, and disables some unneeded Windows services quickly.
- Shell Extensions Manager (ShellExView) 1.45: An excellent tool to View and Manage all installed Context-menu/Shell extensions.
- EzPcFix 1.0.0.16: Helpful tool when trying to remove viruses, spyware, and malware.
- RemoveWGA 1.2: Windows Genuine Advantage Notifications Removal tool.
- RRT - Remove Restrictions Tool 3.0: To Re-enable Ctrl+Alt+Del, Folder Options and Registry tools etc.
Hiren's Boot CD is a boot CD containing various diagnostic programs such as partitioning agents, system performance benchmarks, disk cloning and imaging tools, data recovery tools, MBR tools, BIOS tools, and many others for fixing various computer problems. It is a Bootable CD; thus, it can be useful even if the primary operating system cannot be booted. Hiren's Boot CD has an extensive list of software. Utilities with similar functionality on the CD are grouped together and seem redundant; however, they present choices through UI differences. Hiren's BootCD - All in one Dos Bootable CD which has all

md5: 10ec1d110efcb0d4ff3085998f2a73c2


Release year: 2010
OS: Dos + Win
Language: Eng+Rus
Activation/Crack/Serial/etc: не требуется / It is not required
Size: 246.46 Mb
http://rapidshare.com/files/358178518/HirensUSB_.part1.rar
http://rapidshare.com/files/358178622/HirensUSB_.part2.rar

http://hotfile.com/dl/30941418/fc94778/HirensUSB_.part1.rar.html
http://hotfile.com/dl/30941461/a44b366/HirensUSB_.part2.rar.html

http://depositfiles.com/files/vh6jujwzi - HirensUSB_.part1.rar
http://depositfiles.com/files/n39h8axui - HirensUSB_.part2.rar


keep visiting for more ,

Saurav Banerjee !

FREE STUFFS ON INTERNET :

http://www.gaiaka.com
http://www.hsus.org/forms/thank_yous/thank-you-for-ordering-your-free-bumper-sticker.html?recordID=52710278&formID=27314239
http://unlimited-gamesdownload.blogspot.com/
http://www.movieuwant.blogspot.com/
https://disneyweddings.go.com/site/system/request_info_camp_cus.jsp?

http://edu.netbeans.org/dvd/

http://www.digiwis.com/cfusion/templates/mapst4.cfm maps for free

http://www.innovatesolutions.net/downloads.htm

http://msdn.microsoft.com/hi-in/vsx/default(en-us).aspx

http://www.facebook.com/l.php?u=https%3A%2F%2Fshipit.kubuntu.org%2F&h=

http://www.dhgate.com/wholesale%2Bblackberry.html?utm_source=adwords&utm_medium=contextual&utm_term=www.sriraj.org&utm_content=3603269458&utm_campaign=13%20Blackberry%20Unlocked%20RS%20C%20AW&f=bm|13%20Blackberry%20Unlocked%20RS%20C%20AW|3603269458|contextual|adwords|13%20Blackberry%20Unlocked%20RS%20C%20AW|www.sriraj.org|QZ

http://enterpriseevent.amd.com/amd_06e6/

BOOKS URL :

http://www.4shared.com/get/38602693/dc8c7626/Effective_Java_Programming_Lan.html

MICROSOFT ALL BOOKS :

http://www.4shared.com/dir/13616567/7d936f2d/Microsoft_Books.html

FOR ANY TYPE OF BOOKS : KINDLY VISIT :

www.4shared.com
www.sharebowl.com
www.storemags.com ( for magazines , kindly leave the adult stuff beside and get the academic one ) .

MY MEMORIES WITH MY STUDENTS


MY MEMORIES WITH MY STUDENTS


Friday, March 12, 2010

MY MEMORIES WITH MY STUDENTS !

MCSE CERTIFICATE (SAMPLE)

WINDOWS 7


http://windows.microsoft.com/en-US/windows/home



http://www.depositfiles.com/files/f7lu7zrcl
http://www.depositfiles.com/files/50lgj4iff


http://www.technospot.net/blogs/personalize-windows-7-official-microsoft-gadgets-themes-wallpapers/

http://rs759.rapidshare.com/files/257874792/102_Best_Se7en_Wallpapers_downarchive.info.rar

=====


Shortcut key Combination Effect
Shift+Left Click ——————> To open another instance of a program pinned on task bar.
CTRL+Left Click —————–> It is used on taskbars to switch programs of that program alone.
Win+X —————————-> To open windows mobility center
Win+T —————————-> Jump to the taskbar to select a new window with left arrow or right arrow key +Enter
Win+P —————————-> To open projector mode to change external display settings.
Win+G —————————-> To bring gadgets to the front.
Win+Space ———————–> To Enable Aero Peek
Win+1,2,3,4 or 5 —————–> To launch programs from the taskbar.
Win+Home ———————–> Minimize/Maximize non-active windows.
Win++,Win+- ——————–> Zoom in or out
Win+Down Arrow Key ———-> Minimize current window
Win+Up Arrow Key ————–> Maximize Current Window
Win+CTRL+Left Arrow Key —-> Contract non-maximized window from any arrow key direction.
Win+SHIFT+Left Arrow Key —> Expand non-maximized window to any arrow key direction.
Win+SHIFT+Right Arrow Key -> Move the current selected window one window to the right.
Win+Right Arrow Key ———–> Dock Window to the right hand side of the screen
Win+Left Arrow Key ————-> Dock Window to the left hand side of the screen

Here is the list of strings which you can use directly as “Foldername.string”

* {00C6D95F-329C-409a-81D7-C46C66EA7F33} — Default Location.
* {0142e4d0-fb7a-11dc-ba4a-000ffe7ab428} — Use biometrics with Windows.
* {025A5937-A6BE-4686-A844-36FE4BEC8B6D} – Select Power Plan
* {05d7b0f4-2121-4eff-bf6b-ed3f69b894d9} — Notifications
* {1206F5F1-0569-412C-8FEC-3204630DFB70} — User Credential manager
* {15eae92e-f17a-4431-9f28-805e482dafd4} — Add / Remove Programs
* {17cd9488-1228-4b2f-88ce-4298e93e0966} — Default Programs
* {1D2680C9-0E2A-469d-B787-065558BC7D43} — Assembly
* {1FA9085F-25A2-489B-85D4-86326EEDCD87} — Manage Wireless Networks
* {208D2C60-3AEA-1069-A2D7-08002B30309D} — My Network Places
* {20D04FE0-3AEA-1069-A2D8-08002B30309D} — My Computer
* {2227A280-3AEA-1069-A2DE-08002B30309D} – Printer
* {241D7C96-F8BF-4F85-B01F-E2B043341A4B} – RDP Connection List
* {4026492F-2F69-46B8-B9BF-5654FC07E423} — Windows Firewall
* {78F3955E-3B90-4184-BD14-5397C15F1EFC} – Rate Computer Performance.


Win 7 & vista gadgets:
http://vista.gallery.microsoft.com/vista/SideBar.aspx?mkt=en-us