Showing posts with label microsoft windows. Show all posts
Showing posts with label microsoft windows. Show all posts

9 Nov 2013

Find out if your PC can run Windows 7



 Find out if your PC can run Windows 7

Check out Windows 7 Upgrade Advisor first to See if your PC is ready for Windows 7 before installing it!

To see if your PC is ready for Windows 7, download the free Windows 7 Upgrade Advisor. It scans your PC for potential issues with your hardware, devices, and installed programs, and recommends what to do before you upgrade. (If you’re already running Windows 7, you can add premium features online with a Windows 7 upgrade.)



The Windows 7 Upgrade Advisor checks for compatibility issues.The Windows 7 Upgrade Advisor checks for compatibility issues.

If your PC can run Windows Vista, it can probably run Windows 7, but it's still a good idea to download and run the Windows 7 Upgrade Advisor before you begin the upgrade process.

Note: Information about your PC will be sent to Microsoft, but no information will be used to identify or contact you. For more information, read the Windows 7 Upgrade Advisor privacy statement.
Before you begin

Before scanning your PC with the Windows 7 Upgrade Advisor, be sure to plug in and turn on any USB devices or other devices, such as printers, external hard disks, and scanners, that you regularly use with the PC you're checking.

3 Aug 2013

FREE ANALYSIS TOOLS

Analysis Tools:

This section contains links to some useful free analysis tools that can be used to diagnose installation related problems on a target PC.



PE Analyzer:

PE Analyzer is a tool that shows missing references within DLLs, OCXs and EXEs. We recommend the use of Dependency Walker below, which is a similar, free program that provides this information and more

Dependency Walker:

Dependency Walker is a free utility that scans any 32-bit or 64-bit Windows module (EXE, DLL, OCX, SYS, etc.) and builds a hierarchical tree diagram of all dependent modules. For each module found, it lists all the functions that are exported by that module, and which of those functions are actually being called by other modules. Another view displays the minimum set of required files, along with detailed information about each file including a full path to the file, base address, version numbers, machine type, debug information, and more.
Dependency Walker is also very useful for troubleshooting system errors related to loading and executing modules. Dependency Walker detects many common application problems such as missing modules, invalid modules, import/export mismatches, circular dependency errors, mismatched machine types of modules, and module initialization failures. View frequently asked questions and the helpfile.
32 bit Dependency Walker
64 bit Dependency Walker

Regshot:

Regshot is an open-source (GPL) registry compare utility that allows you to quickly take a snapshot of your registry and then compare it with a second one - done after doing system changes or installing a new software product.
The resultant report can be produced in either text or HTML format and contains a list of all the modifications that have taken place between the first and second snapshot. In addition, folders with sub folders can be specified for scanning for changes.
Regshot

UndoReg:

UNDOReg analyzes the report generated by RegShot and deletes referenced registry keys
UndoReg

Process Monitor:

Process Monitor is an excellent monitoring tool for Windows that shows real-time file system, Registry and process/thread activity. It combines the features of two legacy Sysinternals utilities, Filemon and Regmon, and adds an extensive list of enhancements including rich and non-destructive filtering, comprehensive event properties such session IDs and user names, reliable process information, full thread stacks with integrated symbol support for each operation, simultaneous logging to a file, and much more.
Process Monitor

No Cost Development Tools

Text Crawler:

TextCrawler is a great tool for anyone who works with text files. This utility enables you to find and replace words and phrases across multiple files and folders. It utilises a powerful Regular Expression engine to enable you to create sophisticated searches, preview replace, perform batch operations, extract text from files and more...
Text Crawler

MZ-Tools:

MZ-Tools is programmers helper toolkit for managing and editing code. There are versions available for DotNet, VB6 and MsAccess (the VBA Version). It will do things like add or remove line numbers to complete projects ( great for reporting the line number an error occurred on for VB6 and MsAccess Add standard error handling to functions, and much much more. The VBA and VB6 versions are free.
MZ-Tools

MS Accesss Find & Replace:

Find and Replace is an add-in utility for Microsoft Access 97 thru to 2010. It provides a "Find and Replace" function for Tables attributes, Queries, Forms, Reports, Macros and Modules. Find And Replace can be used to change names of objects through the entire database. In addition to facilitating name changes it has other uses, such as: a) changing the path in the connect string for attached tables and b) searching for occurrences of a given function to enable you to change the parameters. Additional features, available to registered users, include a cross-reference report and set property wizard.
Find & Replace