ThinkVantage 4.0 fail after clean Win7 install

Downloaded Thinkvantage 4.0 system update after clean Win7 install on my T500 2081 CTO. Programme did not attach to my ThinkVantage Blue Button and did not even work when I started it from the start menu where it was placed. All I got was the logo. Did an erase and new install with the same result.
There are no clues on the download page at
http://www-307.ibm.com/pc/support/si...cid=MIGR-73695

Is this a question of first installing the Hotkey Features Integration? What about the Hot Key Driver, is that included in the Features Integration?

Similar Messages

  • Mid-2010 27" iMac very slow, even after clean OS install - HELP!

    Good afternoon guys, I'm hoping someone can offer me some advice.
    I bought my Mid-2010 27" iMac in May-ish 2011. Everything was brilliant, I couldn't believe the ease of use, and especially the start up speed, coming from a world of PCs. My iMac was used almost every day, for web browsing, photo editing, etc.
    Maybe about April / May this year it started becoming very slow, slow to boot, slow to respond to mouse clicks, slow to do anything. Since I'd used about 750GB of my HDD (mainly photos), I decided I would archive some and hope that would ease the congestion. As my photos were stored in Aperture, it took about 3 days to export them all to my external HDD, 3 days of the iMac only getting so far, switching itself off, then me finally getting it to come back on (I was getting messages about Kernals, etc. now and again through boot too) - it finally backed up my photos I have from my daughters first year.
    Great news, but I still had probably 400GB / 500GB of photos from her second year and any other photos I'd taken. I found the root of my Aperture directory, and managed to pull these images off, so everything is now backed up.
    I decided I should try and clean install, and managed to get the HDD to boot and choose the option to re-install from Apple's Servers. All installed OK, and we're good to go! Fired up the iMac, and although it's fractionally quicker to respond, and a lot more stable, it's not quite right. And I've lost all my iLife Apps which originally came with the iMac.
    Does this sound like a HDD issue? As I say, it was on quite a lot through the backup procedure, and I had set it (maybe stupidly looking back now) to never sleep, and for the monitor to only switch off after 3 hours. Or does it sound like something more is wrong with it?
    I am quite confident of working with PCs, so would manage to replace the HDD I think, looking at some videos, etc. online. I did upgrade the RAM to 16GB, and that was simple enough. My question is, when you replace the HDD, how does it know where to look to the Apple Servers for the clean OS install? Or do I have to do something to let it know where to look first? I have to point out I don't have any Time Machine backup, etc. as the iMac was just not stable enough to get this in place - and up until that point, again probably stupid now looking back, I had never bothered to set up.
    Any help / advice on this matter would be greatly appreciated. At the moment I have totally fallen out of love with the iMac, for something to cost £1,500+ and only last 3 years, where my last build PC lasted Approx 8 years for half the price, is very disappointing.
    Thanks in advance,
    Col

    Just suggesting things right off the bat here-
    To me it sounds as though the HDD is failing, if your iMac shipped with a Seagate drive try entering your serial number to see if Apple will replace it:http://www.apple.com/au/support/imac-harddrive/
    Or try running Apple Hardware Test a few times back to see if it is a hardware error.
    As for the iLife apps they should've come on one of the install discs that shipped with your mac.
    If your iMac is ineligible for the program above I would consider replacing it yourself with either an SSD or HDD, as for recognising apples servers for download, you will need the original install discs that came with your computer or if you haven't already it will need a firmware update to enable internet recovery
    See here:Computers that can be upgraded to use OS X Internet Recovery
    Good Luck!

  • [SOLVED] systemd services load slow/fail after forcing package install

    This is more of a PSA for those coming across this issue in the future. I think people should do more of these.
    I recently had problems installing packages where pacman told me several files already existed in the filesystem. This happened when I tried to install an individual official package, not a full system upgrade, so I couldn't find any relevant posts.
    I tried to --force install the package, thereby rewriting all such files. But I noticed the next time I rebooted and logged into my system, my Cinnamon session would load extremely slowly (~2 mins) and I had several failed services.
    Symptoms of the problem included:
    - non-root partitions not mounted on boot
    - users and groups added after initial system install were gone (including sudo)
    - difficulty connecting to networks
    - trying to start/restart services resulted in a Polkit-related error and a timeout
    So after a while I found this post: https://bbs.archlinux.org/viewtopic.php?id=151915
    It suggested that the polkit-related user and group were missing and I should check my /var/log/pacman.log around the time of my force installation, which I did. This revealed pacman overwrote several files in /etc including fstab, hosts, passwd, shadow and group.
    Luckily pacman backed up all those files under the suffix *.pacorig so I by renaming the backups and rebooting I was thankfully able to return my system to normal.

    I have another example of rc.local which is mainly about configuring power saving etc etc on a netbook
    hdparm -B254 /dev/sda
    grep -q '0' /sys/class/power_supply/ADP1/online && P="powersave" || P="ondemand"
    cpupower -c all frequency-set -g "$P"
    echo 1500 > /proc/sys/vm/dirty_writeback_centisecs
    /usr/sbin/iw dev wlan0 set power_save on
    echo '0' > '/proc/sys/kernel/nmi_watchdog'
    echo '1' > '/sys/module/snd_hda_intel/parameters/power_save'
    echo 'auto' > '/sys/bus/pci/devices/0000:00:00.0/power/control'
    echo 'auto' > '/sys/bus/pci/devices/0000:00:02.0/power/control'
    echo 'auto' > '/sys/bus/pci/devices/0000:00:1c.0/power/control'
    echo 'auto' > '/sys/bus/pci/devices/0000:00:1b.0/power/control'
    echo 'auto' > '/sys/bus/pci/devices/0000:00:1d.0/power/control'
    echo 'auto' > '/sys/bus/pci/devices/0000:00:1d.1/power/control'
    echo 'auto' > '/sys/bus/pci/devices/0000:00:1d.2/power/control'
    echo 'auto' > '/sys/bus/pci/devices/0000:00:1d.3/power/control'
    echo 'auto' > '/sys/bus/pci/devices/0000:00:1d.7/power/control'
    echo 'auto' > '/sys/bus/pci/devices/0000:00:1f.2/power/control'
    echo 'auto' > '/sys/bus/pci/devices/0000:00:1f.3/power/control'
    echo 'auto' > '/sys/bus/pci/devices/0000:01:00.0/power/control'
    echo 'auto' > '/sys/bus/pci/devices/0000:02:00.0/power/control'
    echo 'auto' > '/sys/bus/pci/devices/0000:00:1c.1/power/control'
    /usr/sbin/ethtool -s eth0 wol d
    what is the systemd way of doing this sort of thing?
    Also where should local units be put so that they can be enabled/disabled etc. If I put them in /usr/lib/systemd/system won't they interfere with pacman?

  • MacBook Pros Not waking up properly even after clean re-install

    I just bought a used 17" Quad core MBP with 16gb of ram.  I installed a samsung 512gb 840 Pro series SSD, transferred all my info from my old dual core i7 17" MBP.  So both are 10.8.4. 
    The new MBP started not waking up from sleep.  The keyboard would like up and the light in the front would indicate that it has started, but then it doesn't show anything on the screen.
    Ultimately, I decided, i'll just do a clean re-install of OS 10.8 because maybe something went wrong in the migration.  Now, with a fresh install when i wake it from sleep it seems to open as if it ran out of power and is doing a restore power up.  The screen opens at half opacity and I get some progress dots and its back quickly. But it's still strange.  The only thing installed on the computer at all is adobe production suite.
    Odd thing is, that the OLD computer, the DUAL core i7 17" MBP is also not waking up from sleep properly now.   It also has a new 128gb SSD drive It BTW.  It doesn't fully wake up, so I have to hold down the power button, shut it down then turn it back on again.  And again it does a recovery startup.
    so now I have TWO computers having almost the same issues, and one of them has a fresh install.  So what could the problem be?  totally diffferent hardware. Does 10.8 not like SSD's in 17" MBP's? 
    any tips would be apreciated.

    One last detail, connectivity through my iPhone's hotspot works completely fine. No idea if that is related / helpful in any way.

  • Y40 GPU not working after clean windows install.

    I did a clean Windows install since I got a new HDD and I can not get the switchable GPU working again. I have the latest intel and amd drivers from Lenovo installed and both show up under dxdiag. When I try to access switchable graphics settings all I get is a blank page. The game I am playing shows what gpu is being used and it is Intel.
    If anyone has any ideas that would be great!
    Thank you!

    installed 10.4.10 all is well!!! Cool! Tim

  • Enabling ThinkVantage button after clean OS install (X230)

    I'm going to install an SSD in the mSATA slot of my X230 and then do a clean install of Windows 7 x64 on it (setting the SSD to bootable and the HDD to not bootable).  I'm concerned that this will render the ThinkVantage button unusable (particularly since that's what happened when I upgraded my X61s from XP to Win7).  If this happens, is there a procedure for restoring its functionality?  Thanks.

    Because Windows is supposed to be installed differently on an SSD than on an HDD.  It takes care of itself with a clean install.  With a clone I have to go in and reconfigure it.  I believe it's just activating TRIM and AHCI, but I'm not sure that's all.

  • Brand new internal HDD fails again and again after clean Mavericks install - disc utility from Recovery HD can't repair

    My old internal (self installed) Seagate HDD broke down, and couldn't be fixed with disc utility (from install disc). I bought and installed a new hybrid Seagate HDD, and did several clean installs of Mavericks, but the problem keep occurring - on the new HDD, just as it did on the old one.
    I can't run Hardware test. Happened both on 10.9.0 and 10.9.1.
    Will try to repair with DiscWarrior later.

    If both the HDD and the hybrid disk are failing, your problem may be the SATA cable in the main HD bay. You might want to search eBay for Apple part # 922-9751, or if you want a tested cable, pay the higher price from ifixit -> http://www.ifixit.com/Store/Mac/MacBook-Pro-15-Inch-Unibody-Early-2011-Late-2011 -Hard-Drive-Cable/IF161-086.
    Worth a shot...
    Clinton

  • Spreadsheet Add-in connect dialog box do not appear after clean EPM-install

    Clean install of EPM with allmost all values default.
    version 11.1.2.1 on Win server 2008R2 and office 2010 32bit.
    Smartview seems to function properly.
    My impression from the documentation is that an installation of spreadsheet add-in does not require any post configuration, but maybe I am misstaken.
    So what needs to be done for spreadsheet add-in to show connect dialog box?
    Grant some kind of access in shared services?
    Change some environment variable?
    etc etc.
    Edited by: 859699 on 2011-jul-20 05:30

    Seems as if there is something fishy with the Essbase Java API, can this cause trouble for the Add-in?
    When using the foundation diagnostic tool I get:
    FAILED SVR: Essbase Java API Launch external checker with next command: C:\Oracle\MW\user_projects\epmsystem1\config\validation\11.1.2.0\launchEssbaseJavaAPI.bat EssbaseJAPIConnect admin ****** xxxxxxxx:****** http://xxxxxxxx:13080/aps/JAPI
    Error: EPMVLD-01011: Result at EssbaseJAPIConnect.main(EssbaseJAPIConnect.java; Error message: 19)
    Recommended Action: Make sure external checker is working.
    When I try to launch that path manually I get: "The system cannot find the path specified."

  • Erase to reinstall. Volume verify fails after. Wont install.

    Working fine in Snow Leopard. Got really slow. Backed up, then got gray screen. Not booting at all. Boot from Snow Leopard cd. After do an erase of many types, 7 pass, etc. All seems successful, then do a verify and it fails with - ......... invalid B-Tree node size
    The volume needs to be repaired. Repair also fails.
    Interesting though the SMART verify is OK after the erase and format.
    It will not install. Also in Disk Utilities the verify and repair permissions is grayed out.
    What could be preventing the format (erase) from working ?

    If Disk Utility can't fix the invalid B-Tree node size, you need something stronger, most likely DiskWarrior is your best bet for resolving directory issues.

  • Clean Win7 install on X60s

    I'd like to do a clean install of Win 7 on my X60s.  I'd like to use th 64-bit version, but to do that I apparently need to upgrade the bios (I'm now using 32-bit XP).  I do not have an ultrabase cd drive so according to the Lenovo website I can't use the bootable CD bios update.  Does anyone know how I can upgrade the bios to 64-bit and install Win7 following that?  I have an external usb drive that I thought could be used.  Do I have to stick with 32-bit?  I was hoping to get access to an extra GB of ram by going to 64-bit.
    Solved!
    Go to Solution.

    Welcome to the forum!
    With the X60 generation (as well as R60/T60/Z61) 3GB RAM limit is caused by hardware and not just software.
    In order to be able to install a 64-bit OS, you must have a Core 2 Duo processor - vast majority of X60s units has a simple Core Duo.
    In other words, even if it's possible for you to run a 64-bit OS, it's not worth it due to the aforementioned limitation.
    Cheers,
    George
    In daily use: R60F, R500F, T61, T410
    Collecting dust: T60
    Enjoying retirement: A31p, T42p,
    Non-ThinkPads: Panasonic CF-31 & CF-52, HP 8760W
    Starting Thursday, 08/14/2014 I'll be away from the forums until further notice. Please do NOT send private messages since I won't be able to read them. Thank you.

  • App Store Uninstalled Apps Showing as Installed After Clean OSX Install

    Anyone know how to fix this?
    Did a clean Mountain Lion install on Mac Pro. Two apps show as installed (Twitter and Wunderlist) after the install, and they are most defintiely not installed, though I would like them to be ...

    The Apple Support Communities are an international user to user technical support forum. As a man from Mexico, Spanish is my native tongue. I do not speak English very well, however, I do write in English with the aid of the Mac OS X spelling and grammar checks. I also live in a culture perhaps very very different from your own. When offering advice in the ASC, my comments are not meant to be anything more than helpful and certainly not to be taken as insults.
    The Mac App Store (MAS) can see its apps installed on mounted partitions and ext/int HDDs. Is there a backup of your previous installation mounted on your Mac with these two apps? If so, that is why the MAS sees them as installed.
    Two ways to get the apps on your reinstall of Mt Lion;
    1. Locate the apps on the mounted drive and drag & drop the apps to the Apps folder on your Mt Lion boot drive
    2. Dismount the mounted drive with the apps, so the MAS doesn't see them and download them again from your list on the Purchased pane

  • Question about replacement hard drives and clean win7 install fo x61

    We are getting a X61-7674 from my wife's job- they are removing the original hard drive so I need to get a new one and do a fresh install of Windows 7.
    Two questions-  can I get any laptop hard drive or are there certain brands that won't work with the x61- I have looked at the prices on the Lenovo site vs. newegg so would like to be able to buy a generic 2.5 drive.
    second question- in terms of doing a clean install of windows 7, what is the sequence for installing drivers- assume I load w7 first- what drivers will I need to load- do I have to put them on a thumb drive to load them? Basically wondering what will work once I have loaded W7 and what drivers i'll need to download.
    Would appreciate any help on either question-
    Thanks.

    1) you can use any 2.5 inch sata hdd of 9.5 mm thickness.
    2) Windows update should pick up most of the hardware and install the correct drivers for them. However, there are still some stuffs that you have to install yourself. Such as:
    http://forum.lenovo.com/t5/Windows-7-Knowledge-Base/Will-the-ThinkPad-X301-run-Win7-x64/ta-p/325173
    Regards,
    Jin Li
    May this year, be the year of 'DO'!
    I am a volunteer, and not a paid staff of Lenovo or Microsoft

  • Recovery Partition won't engage at boot from F11 after stock Win7 install - Probook 4520s

    Notebook: HP Probook 4520s (with Energy Star sticker)
    OS: Windows 7 32-bit
    Error: Nothing happens when pressing F11 at boot
    Pre-issue changes: Installed Windows 7 from stock Windows 7 disc
    I'm a PC Technician with quite a few years behind me, but this got me at a standstill even after a day of searching online for solutions.
    A friend bought a ProBook 4520s where the previous owner, just before selling it, installed Windows 7 from a stock Windows 7 disc from Microsoft (I guess to sell it with a 'clean' OS), which of course ened up bare without drivers, etc.
    When the install was done though, he/she didn't destroy the HP partitioning (ie, the partitions remained:  SYSTEM, OS (c:\), HP_RECOVERY, HP_TOOLS). Those partitions seem intact, so I'm trying to perform an HP Recovery to bring the computer back to factory settings.
    When rebooting, I'm prompted to press 'esc' for options, which I do, then it prompts 'F11' for HP Recovery. When I press F11, it just boots the Windows 7 OS as normal. From what I've managed to gather via searching, I believe something was disturbed on the HP_RECOVERY partition, like the MBR, or something, possibly by the previous user making the HP_RECOVERY partition active, then selecting "Repair Windows" on the Windows disc.
    Solutions I've tried include:
    Pressing ESC -> F11 at boot [simply boots as usual].
    Setting the HP_RECOVERY partition to 'active' from Disc Management, then rebooting [simply boots as usual].
    Installing "Enhanced HP Backup and Recovery Manager for Microsoft Vista" (sp38131.exe) [when run and PC Recovery is selected, it says there is no recovery partition and asks for discs].
    Installing "Fix for HP Multi-Partition Recovery Manager" from (sp48415.exe) suggest in the 'green post' here [no change].
    Installing "Recovery Manager Installer Patch for Microsoft Windows 7 Upgrade" (sp45823.exe)  [no change].
    Installing "HP Recovery Manager for Microsoft Windows 7" (sp45602.exe) [no change].
    I live far from having access to buying Recovery DVDs from HP, so need a solution to fix this, please. At most, I can download.
    The OS in the Recovery, I expect is Windows 7, because there's a Windows 7 sticker on the notebook.
    This question was solved.
    View Solution.

    Hi:
    There isn't anything you can do to get the recovery partition to work once someone removed the HP install with the recovery manager program, which is not available for download.
    You will need to order a set of recovery disks by calling 1-800-334-5144.
    You will need to provide the model # and serial number for the PC to the customer services rep.
    Cost is $10.
    If you do not want to bear the expense, then you can make your own W7 installation disk.
    If you can read the 25 character Microsoft windows 7 product key, you can download plain Windows 7 ISO files to burn to a DVD for the version of windows that came installed on your PC, and that is listed on the Microsoft COA sticker on your PC's case.
    Burn the ISO using the Burn ISO option on your DVD burning program and burn at the slowest possible speed your program will allow. This will create a bootable DVD.
    Use the 25 character product key on the PC to activate the installation.
    The key will activate either a 32 or 64 bit installation.
    Then go to the PC's support and driver page to install the drivers you need.
    Link to the W7 ISO file downloads is below.
    http://www.mydigitallife.info/official-windows-7-s​p1-iso-from-digital-river/
    Paul

  • Wifi Dropping Even After Clean Lion Install

    Hey guys,
    I upgraded to Lion after its release and ever since then my wifi has been driving me CRAZY. The wifi disconnects, and when I click on my network I get the error that the connection timed out. I'm always forced to turn the wifi off and then back on.
    It happened a TON, and consistently. It's extremely frustrating especially when I'm in the middle of a movie on my Apple TV and my iMac loses its internet and interupts the show. Sometimes it happens three or more times during one show.
    So I decided to do a clean install of Lion. I made sure all my important documents were on my Hard Drive and even wrote a list out of every application that I use regularly. Then I completely reformated my hard drive and did a clean install of Lion.
    But the issue is still happening. Still happening! I don't know what to do! Every computer in the house connects just fine and stays connected.
    I'm tried changing my MTU in the hardware tab of the Advanced network settings to 1280 because some people reported that helped but it still doesn't help.
    Please. I'm at a loss. The issue makes my iMac unusable and frustrating.

    I would try rebooting while holding down the Command - R keys to get  into the Recovery Partition.  There, run Disk Repair and then run Repair Permissions twice.  If that doesn't completely resolve it the the next step is to reset the PRAM, by rebooting while holding down the Command-Option-P-R keys.  These may be the problem solvers you need.
    Hope this helps

  • Unable to boot Win 7 after cleaning factory installed Win 8.1_shuts down at preparing desktop

    I had factory installed Win 8.1 on my HP P 206TX laptop but I wanted to install some software which does not support any OS above Win 7, so I wanted to remove this.
    I did the following process:-
    1. Created Win 8.1 recovery media(DVD) for future usage.
    2. BIOS setting:-
       a. Secure boot - Disabled
       b. Legacy boot - Enabled
    3. Cleaned hard disk through DISKPART
    4. Converted GPT to MBR
    5. Installed Win 7 Ultimate 64bit (DVD).......almost done till preparing desktop....
    Then just during preparing desktop, system logged off, shut down and restarted....
    But the restart does not boot windows at all.
    It only shows "press ESC for startup menu" and then restarts again with the same process repeating again & again.
    I have tried Repair through Win 7 DVD but it shows "this version of system recovery options is not compatible with the version of windows".
    Please help as I am unable to find any solution anywhere on the internet.
    I hope HP can help me...PLEASE

    Hi 
      According to your machines support pages on HP website, Windows 7 drivers are not available for your machine this is more than likely the issue you are having . If you want to run software through Windows 8.1 that is not compatible for Windows 8.1 you can always run a Virtual box and install Windows 7 to Virtual box and run software via there..
          Google search Virtual box --- download and install then install your ISO image of Windows 7 and go from there..
                          Checkurtech 
    ****Click the White Kudos star to say thanks****
    ****Please mark Accept As Solution if it solves your problem****

Maybe you are looking for

  • Problem with "Tax Code" and "Calculate tax automatically" fields

    Hi again. I have made a program which posts account documents through the BAPI_ACC_DOCUMENT_POST function module, and, since there were some fields which weren't available for me to fill having the FM by itslef, I have implemented the AC_DOCUMENT BAd

  • Tags, alt text, and PDF accessibility

    I'm thoroughly confused. I just finished the layout for a 176-page book in ID and I'm trying to tag the book for PDF accessibility. I read that it's better to tag in ID before you export to PDF. My problem is, I have no idea what I'm supposed to do o

  • Schedule webi document to printer and save the output in shared drive

    Hi all, Is it possible to schedule a webi document via java BOE SDK, run at once, save the output in pdf format in a shared drive and at the same time, send the output to printer? Or I need to run the webi document to run 2 times? Thanks. Best regard

  • OIM 11gR2-BI publisher installation

    Hi I want to install BI Publisher in the same host where OIM installed . As BI Publisher comes with weblogic, it corrupts the existing weblogic. Please suggest a way to achieve that. any doc will be helpful.

  • Install ZEN Agent in different language as Windows language

    Is it possible and what has to be done to install the ZENworks Adaptive Agent 11 SP3 in English on a German Windows 7 Prof. SP1?