Jump to content

Helmi

Members
  • Posts

    121
  • Joined

  • Last visited

Reputation Activity

  1. Like
    Helmi reacted to Geej in NirLauncher Package + DIY (Sysinternals Suite)   
    Homepage
    NirLauncher is a package of more than 100 portable freeware utilities for Windows, all of them developed for NirSoft Web site during the last few years.
    The addon is design to include all files from NirLauncher package & Sysinternals Suite. It also integrates Sysinternals Suite but Sysinternals Suite is not included in the addon. User need to download directly from Sysinternals site, then add to this addon.
    sysinternals3.nlp is included in the main addon (NirLauncherPackage11501_inf_addon.cab)
    To assemble the whole addon package, Download Sysinternals Suite
    (inf includes all files from Sysinternals Suite package dated 14 May 2012)


    NirLauncherPackage11501_inf_addon.cab when extracted will contains 4 files.
    1) entries_NirLauncher.ini
    2) NirLaPkg.cab <-- Do not add Sysinternals Suite files into NirLaPkg.cab
    3) NirLaPkg.inf <-- This file contains the installation for NirSoft & Sysinternals Suite files
    4) SysInter.cab <-- put all the downloaded Sysinternals Suite files into SysInter.cab. Do not rename the .zip to .cab. Need to unzip properly and re-archive into .cab

    Then recab NirLauncherPackage11501_inf_addon.cab
    Important : Test in Virtual Machine first or perform a normal install to check for any error during installation.

    NirLauncherPackage11501_inf_addon.cab
    Size: 10.57 Mb (11,108,831 bytes)
    MD5: E3C482B58321A4F58C3B29BBC37DD384
    Shortcut on Start Menu and desktop (All Users).
    Sample Screenshot

    (DIY = Do It Yourself)
    I believe Sysinternal files are not for 3rd party distribution even if it is distribute for free. Hence user need to download from their site directly.
  2. Like
    Helmi reacted to NIM in Boot Windows 7 from VHD - an amazing concept, Here's how to do it   
    1. Install Windows 7 to VHD from DVD
    -----------------------------------------------------
    With Windows 7, you now have the option to boot the OS from a VHD, a virtual disk file, instead of a partition. This way, you don't have to reconfigure your hard drive partitions.
    Limitations: Hibernate is not supported.
    Here are the simplified instructions:
    1) Start Windows 7 installation from DVD.
    2) Press Shift+F10 to start the command prompt.
    3) Start diskpart.
    4) Use the "create vdisk file=D:\Win7.vhd maximum=xxxxx" to create a virtual hard disk. Choose your drive and filename accordingly. xxxxx is in MB.
    5) Type "select vdisk file=D:\Win7.vhd".
    6) Type "attach vdisk". You will get a confirmation that it was attached.
    7) Type "exit" to exit diskpart. And then close the command prompt.
    8) Click on "Install Now" and install as you would normally by clicking on "Custom Install". Choose your attached vdisk as the location.
    The installation takes care of adding the boot option to bcd. You don't have to do anything.
    See Virtual Hard Disk Booting on a tutorial for VHD booting.
    also check this out: Install Windows 7 to a VHD and add boot option to Vista's menu.
    Basically, instead of installing windows 7 to your physical HDD by getting rid of Vista or even dual booting off another partition, you can install to a virtual HDD (in VHD format), and boot off the VHD so you actually get the hardware functionality to play with!!
    Build 7068 does not allow calculation of the WEI score.
    2. Install Existing VHD to Boot Menu of Windows 7
    -------------------------------------------------------------------
    If you already have a VHD that you want to boot from, you can simply add it to the boot menu rather than going through the above steps. If you have a Virtual PC image, for example, you can syprep it, then add it to Windows 7 menu. Vista's boot manager will not work - you have to update it to Windows 7 boot manager if you want this to work.
    First, here how to add the vhd to the boot menu:
    Open elevated command prompt, then type the following commands in sequence:
    CODE
    C:\>bcdedit /copy {current} /d "My New VHD Description"
    C:\>bcdedit /set <guid> device vhd=[driveletter:]\<directory>\<vhd filename>
    C:\>bcdedit /set <guid> osdevice vhd=[driverletter:]\<directory>\<vhd filename>
    C:\>bcdedit /set <guid> detecthal on
    Note: The first command will Return the GUID of the Loader Object that you will use to replace <guid> below
    Note: vhd=[driveletter:]\<directory>\<vhd filename> is the new syntax supported for BCDEdit.exe to locate VHD File and Bootmgr will locate the partition containing the VHD File to boot from.
    Type bcdedit /v to check the bcd store.
    3. How to Boot VHD without Windows 7 Installed
    -----------------------------------------------------------------
    If you have Vista and want to boot a Window 7 VHD, then you need to copy the boot manager of Windows 7 to Vista's partition. You need to copy C:\bootmgr and C:\windows\system32\bcdedit.exe to an external source from Windows 7. You could extract these files from the Windows 7 VHD using WinImage or another program.
    Then, open an elevated command prompt in Vista and unhide bootmgr (attrib -h -r -s bootmgr) and replace it with Windows 7's. Do same for bcdedit. You might consider making backup copies of these files before replacing them.
    Then, add the VHD item to the boot menu using #2 above.
    4. How to Remove
    -------------------------
    To remove, run the following command in a elevated command prompt:
    CODE
    bcdedit /delete {guid} /cleanup
    Delete the vhd file.
    Greets to spacesurfer!
×
×
  • Create New...