Message Board

What's your say ??? Send Message Here.
--------------------------------------------------------------

Friday, March 11, 2011

Download Windows 7 SP1 and Server 2008 R2 SP1 RTM

Bookmark and Share

Windows 7 SP1 and Server 2008 R2 SP1 RTM

Microsoft has released Service Pack 1 (RTM) for Windows 7 and Windows Server 2008 R2 to the End user today. Below are the direct download links for a common man to download and install the service pack on their computer.

Windows 7 SP1 is having few security updates, stability updates, RemoteFX for improved 3-D graphical experience. It will also have the updates released for Windows 7 after the final release. Read this article: http://bit.ly/dQ2XfZ

Win7SP1

It contain all the hotfixes and updates  that were released for Windows 7 and Server 2008 R2 up to now.

Download links to Windows 7 / Server 2008 R2 SP1:

For 32-bit system:

Download SP1 RTM EXE (32-bit) (Approx. 540 MB)

For 64 bit system:

Download SP1 RTM EXE (64-bit) (Approx. 900 MB)

Download the full package with 32-bit and 64-bit (ISO):

Download SP1 RTM ISO (32-bit & 64-bit) (Approx. 1950 MB)

 

Deployment Guide for Windows Server 2008 R2 with SP1 and Windows 7 with SP1:

http://technet.microsoft.com/hi-in/library/ff817650(en-us,WS.10).aspx

Saturday, February 5, 2011

Creating custom RUN Command for your Favorite Apps

Bookmark and Share
Creating custom RUN Command for your Favorite Apps

This tricks help you to create custom Run commands for your favorite applications or software. so that you can run that app from RUN.

Here are the steps for doing this:
  1. Open Registry Editor (from Start Menu > RUN and type regedit then press Enter):

    Go to the location:

    HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\App Paths\

  2. Create a new Key and name it as per exact executable file name of your app (example

    “windbg.exe" file for "Debugging Tools for Windows (x86)"). Remember to add .exe in the

    key name. The key name must be same as the app's executable name to avoid confusion.

  3. Then in the right pane change the value of the default string value named as "Default", to

    the address of the app's installation folder. The app's address must be direct and not be

    with environment variables. Example: C:\Program Files\Debugging Tools for Windows

    (x86)\windbg.exe

  4. And create another new string named “Path” and changed the value to the location of the

    app. Example: C:\Program Files\Debugging Tools for Windows (x86)\

  5. Then close registry editor and issue the command in the RUN. These commands may not

    be executed from Command Prompt.
Screenshot:
CustomCommands

This command is included in the tips and tricks section of the eBook Windows Command Guide. Also you can download this eBook from here: http://1drv.ms/1mDyZC9. Commands for the third-party apps can be found in the APPENDIX-A14 of this eBook.

Applies To: All version of Microsoft Windows, specifically from Windows XP or higher. May work on previous version.

bcdalai
@bcdalai2020