Crooked stickers / decals on my new X220 - best way to remove ?

ok, is it just me or are other also extremely annoyed by the fact that they just shelled out over a grand for a notebook and it arrives with all stickers put on there crooked.
From the energy star sticker on the outside to the Windows 7 decal, the lenovo enhanced experience and the intel inside.
it is like buying a 911 and the 911 logo on the back is crooked !!!
why do they not just leave them off instead of making it look like a cheap notebook ???
(click i have this question too or reply here please)
and on a second note - what is the best way to remove said decals since i do not and cannot live with them like this and the soft touch surface makes it a pain in the butt to remove them.
blowdryer, razor blade and goo-gone ? (extremely careful to only use the blade to lift the sticker not touch the notebook)
and on a positive note - i am pretty amazed at the battery time i am getting on the new machine and the speed of the i7 and the 6GB of RAM. but i am still uninstalling crap and installing all the things i need
(see also Firefox 13.0 and password manager not working AGAIN thread).....
thanks in advance for your replies.
PS: yes, i am aware i am suffering from OCD - but still ....
someone is already getting paid to put them on there - why not do it right ?

if a chemical is needed to clean the residue, off-the-shelf rubbing alchohol is best.   'goo gone' is petrolium-based and can damage or discolor the plastic.   i agree with lead_org though—they'll likely just pull off without much of a fight.
the decals are there because of regulations and contractual advertising.   energy star devices require a decal stating compliance.   intel and microsoft require decals as part of including their products with PCs.   PC manufacturers could pay intel and microsoft extra to not include the decals but the costs would be passed onto the system price and consumers would complain about the increase.
given how easy it is to remove the decals, i pull them off when a system arrives and enjoy a clean palmrest.
ThinkStation C20
ThinkPad X1C · X220 · X60T · s30 · 600

Similar Messages

  • I got some hair spray on my new retina display screen. What is the best way to remove.

    I got some hair spray on my new Mac Book Pro Retina Display. Any thoughts on the best way to remove?

    I would use this.  I use it on my MBPs and it does an excellent job.  I cannot say with authority that it will remove your hair spay residue.
    Ciao.
    http://www.soap.com/p/windex-for-electronics-aerosol-97299?site=CA&utm_source=Go ogle&utm_medium=cpc_S&utm_term=ASJ-294&utm_campaign=GoogleAW&CAWELAID=1323111033 &utm_content=pla&adtype=pla&cagpspn=pla&noappbanner=true
    I clicked the reply button too early.
    Message was edited by: OGELTHORPE

  • Best way to remove duplicates based on multiple tables

    Hi,
    I have a mechanism which loads flat files into multiple tables (can be up to 6 different tables) using external tables.
    Whenever a new file arrives, I need to insert duplicate rows to a side table, but the duplicate rows are to be searched in all 6 tables according to a given set of columns which exist in all of them.
    In the SQL Server Version of the same mechanism (which i'm migrating to Oracle) it uses an additional "UNIQUE" table with only 2 columns(Checksum1, Checksum2) which hold the checksum values of 2 different sets of columns per inserted record. when a new file arrives it computes these 2 checksums for every record and look it up in the unique table to avoid searching all the different tables.
    We know that working with checksums is not bulletproof but with those sets of fields it seems to work.
    My questions are:
    should I use the same checksums mechanism? if so, should I use the owa_opt_lock.checksum function to calculate the checksums?
    Or should I look for duplicates in all tables one after the other (indexing some of the columns we check for duplicates with)?
    Note:
    These tables are partitioned with day partitions and can be very large.
    Any advice would be welcome.
    Thanks.

    >
    I need to keep duplicate rows in a side table and not load them into table1...table6
    >
    Does that mean that you don't want ANY row if it has a duplicate on your 6 columns?
    Let's say I have six records that have identical values for your 6 columns. One record meets the condition for table1, one for table2 and so on.
    Do you want to keep one of these records and put the other 5 in the side table? If so, which one should be kept?
    Or do you want all 6 records put in the side table?
    You could delete the duplicates from the temp table as the first step. Or better
    1. add a new column WHICH_TABLE NUMBER to the temp table
    2. update the new column to -1 for records that are dups.
    3. update the new column (might be done with one query) to set the table number based on the conditions for each table
    4. INSERT INTO TABLE1 SELECT * FROM TEMP_TABLE WHERE WHICH_TABLE = 1
    INSERT INTO TABLE6 SELECT * FROM TEMP_TABLE WHERE WHICH_TABLE = 6
    When you are done the WHICH_TABLE will be flagged with
    1. NULL if a record was not a DUP but was not inserted into any of your tables - possible error record to examine
    2. -1 if a record was a DUP
    3. 1 - if the record went to table 1 (2 for table 2 and so on)
    This 'flag and then select' approach is more performant than deleting records after each select. Especially if the flagging can be done in one pass (full table scan).
    See this other thread (or many, many others on the net) from today for how to find and remove duplicates
    Best way of removing duplicates

  • Best way to remove Stateful session beans

    Hi folks.
    I'm running Weblogic 6.1. I'm trying to find the best way of removing
    stateful session beans. I know to call EJBObject.remove() on the
    client side, but this will not always happen if the client crashes or
    times out. This is a java client application connection to weblogic,
    no servlets are involved.
    Is there a way to signal the appserver to remove all stateful session
    beans associated with a user when the User logs out? I would rather
    not remove them using a time out mechanism.
    thanks.
    rob.

    But in the documentation and also based on my experience I noticed that the
    timeout does not take effect till the max-beans-in-cache limit is reached.
    How do you handle that?
    "Thomas Christen" <[email protected]> wrote in message
    news:3e35795d$[email protected]..
    Hi,
    Is there a way to signal the appserver to remove all stateful session
    beans associated with a user when the User logs out? I would rather
    not remove them using a time out mechanism.Had the same problem and solved it the following way :
    - The client has thread polling its sessionbean at the server (every 30
    Sec.)
    - The session bean has a short timeout (2 Minutes)
    If the client fails, the timeout will catch it otherwise the client will
    gracefully call remove bevor exit.
    Regards
    Tomy

  • Best way to remove workstation?

    Hi! when we move a computer to another room, we rename the computer, then do a WSREG -UNREG and WSREG, the new workstation object is created, but the old workstation object stay there.
    If I delete the old object, the information stays on the sybase db!
    So what is the best way to remove a workstation object?
    I have a remove policy that work, but if I dont want to wait?
    thank you,
    Eric.

    eric,
    It appears that in the past few days you have not received a response to your
    posting. That concerns us, and has triggered this automated reply.
    Has your problem been resolved? If not, you might try one of the following options:
    - Visit http://support.novell.com and search the knowledgebase and/or check all
    the other self support options and support programs available.
    - You could also try posting your message again. Make sure it is posted in the
    correct newsgroup. (http://forums.novell.com)
    Be sure to read the forum FAQ about what to expect in the way of responses:
    http://support.novell.com/forums/faq_general.html
    If this is a reply to a duplicate posting, please ignore and accept our apologies
    and rest assured we will issue a stern reprimand to our posting bot.
    Good luck!
    Your Novell Product Support Forums Team
    http://support.novell.com/forums/

  • Best way to remove last line-feed in text file

    What is the best way to remove last line-feed in text file? (so that the last line of text is the last line, not a line-feed). The best I can come up with is: echo -n "$(cat file.txt)" > newfile.txt
    (as echo -n will remove all trailing newline characters)

    What is the best way to remove last line-feed in text file? (so that the last line of text is the last line, not a line-feed). The best I can come up with is: echo -n "$(cat file.txt)" > newfile.txt
    (as echo -n will remove all trailing newline characters)
    According to my experiments, you have removed all line terminators from the file, and replaced those between lines with a space.
    That is to say, you have turned a multi-line file into one long line with no line terminator.
    If that is what you want, and your files are not very big, then your echo statement might be all you need.
    If you need to deal with larger files, you could try using the 'tr' command, and something like
    tr '
    ' ' ' <file.txt >newfile.txt
    The only problem with this is, it will most likely give you a trailing space, as the last newline is going to be converted to a space. If that is not acceptable, then something else will have to be arranged.
    However, if you really want to maintain a multi-line file, but remove just the very last line terminator, that gets a bit more complicated. This might work for you:
    perl -ne '
    chomp;
    print "
    " if $n++ != 0;
    print;
    ' file.txt >newfile.txt
    You can use cat -e to see which lines have newlines, and you should see that the last line does not have a newline, but all the others still do.
    I guess if you really did mean to remove all newline characters and replace them with a space, except for the last line, then a modification of the above perl script would do that:
    perl -ne '
    chomp;
    print " " if $n++ != 0;
    print;
    ' file.txt >newfile.txt
    Am I even close to understanding what you are asking for?

  • How is the best way to remove something from a photo?

    How is the best way to remove something from a photo?

    This is difficult to answer without fully knowing what you are trying to do.
    That said, a few excellent and user friendly retouching tools include:  The Spot Heealing Brush Tool, Healing Brush Tool, Patch Tool, and the Cloning Stamp Tool.

  • What's the best way to remove inactive iChat users from jabberd2.db?

    I'm about to run Autobuddy for users on my iChat server. However, there are several users that are no longer around and I don't want their records showing up in everyone's buddy list.
    What's the safest/best way to remove them?
    My plan is to use sqlite3 on the command line and use SQL to remove the entries from the "active" table, but I don't know what impact that may have on the rest of the database.
    Any thoughts or suggestions?

    Never mind...
    Thought I had looked through enough threads.  Found the following just after posting my question:
    /usr/bin/jabber_autobuddy -d [email protected]
    Works like a charm.

  • Best way to remove osx.1,5

    I never use osx on my G3 iMac and would love to remove it so as just to run on 9.2.2 .. Not sure of the best way to remove osx and all the associated applications.
    Any help would be appreciated.
    Davit

    If you can still boot to OS X, use the freeware AppDelete @ http://reggie.ashworth.googlepages.com/appdelete to delete your applications & associated files.
    Once you have deleted the OS X applications & files, reboot into OS 9.2. Then drag the OS X system folder to the Trash & empty trash. Some of the OS X invisible files may still remain on the HD, but they won't hinder the OS 9 operation & shouldn't take up too much space on your HD.
    What version of OS X do you have installed? Most users want to delete OS 9, not OS X. Most OS 9 browsers & mail programs are (almost?) obsolete for today's web. In the near future your OS 9 browser may not work on many websites & you'll want an operational browser which requires OS X. Unless you need more space on your hard drive, I would leave OS X installed.
     Cheers, Tom

  • What is the best way to remove footage from the middle of a clip?

    What is the best way to remove unwanted footage from the middle of a clip? I have a clip that I've trimmed from the start and finsih, but I need to remove "boring" footage from inbetween.

    Thank you for your replies. I tried the blade tool followed by select and delete but it did not seem very precise. I had better success with this aproach at the ends rather than in the middle. I watched a tutorial video on using the precision editor, but the video was small so I had a difficult time following where the person clicked, etc. Any info on using the precision editor would be greatly appreciated. I need to make precise cuts to avoid creating unatural motion for the subject. So far, close but no cigar.
    Regards,
    Michael

  • What is the best way to remove all info from a MacBook Pro before passing it along to someone else?          passing it on to someone?

    What is the best way to remove all info from a MacBook Pro before passing it on to someone else?

    Read this: http://www.tuaw.com/2010/09/24/mac-101-preparing-your-old-mac-for-sale-or-recycl ing/

  • Best way to remove glare from glasses

    I ended up having a picture take with a point and shoot camera.  What would be the best way to remove or at least look presentable to remove the glare from the glasses from one side?  It is bad but I want this picture to be as good as I can get it. 

    First I did Juergen's method and merged down the two layers.
    Now to improve the lighting...
    1. Add a Level adjustment layer. These were the original Levels settings:
    2. I moved the sliders like this to lighten the whole picture.
    3. I went one step further to lighten the background. Added another Levels and moved the middle slider left. This however also lightened the men further which I did not want to do, so on the layer's mask I painted over the men with black to mask out that portion of the Levels adjustment and reveal the previous Levels adjustment.
    Rather than painting black you can select the men and on the mask fill the selection with black. In either case if you revealed too much or too little of the first Levels layer you can fine-tune the mask by painting black or white as needed.

  • Best way to remove all changes

    What is the best way to remove all changes that were done to an image in Camera Raw, to get the image back to the way it was originally?

    Thanks for the suggestion. That would probably work if the file was still open in Camera Raw. But when the file has been opened in Camera Raw, changes are made, then click Done and the image is closed -- the next time it is opened in Camera Raw, Alt/Option clicking the Reset button does not return the image to it's original condition.

  • Best Way to Remove Installed App Store Apps

    What's the best way to remove installed App Store apps?

    Drag & drop them into the Trash. Or, if you want to get their auxiliary files, use the free AppCleaner.
    http://www.freemacsoft.net/AppCleaner/

  • Best way to remove smudges off the screen?

    My question's self-explanatory.
    Obviously it would be best that I keep my hand clean at all times, but sometimes that proves difficult. So what's the best/safest way to remove screen smudges? Cheers.

                             Re: Best way to remove smudges off the screen?                       
                                                    Jul 17, 2010 12:28 PM                                                    (in response to Crazychazza7)                                                               
    A guy at a camera store showed me this trick. Take a strip of scotch tape, the frosty looking kind, and lay it across the iPhone screen... then pull the tape up. Pulls smudges, oils and dirt off the screen. Repeat as many times as needed to traverse the entire surface. Works better/ easier than anything else I have tried.
                                    iPhone 4, iOS 4                           
    Best suggestion here. Really works!  Scotch "Magic" tape stickiness just right.  Removes smudge and grease.  Use Magic tape and then finish with micro-cloth.

Maybe you are looking for

  • Open multiple websites in one window

    I would like to open multiple websites in one window with multiple tabs using VBA in Excel.  My present code opens each website in a separate window. Sub Weather() ' Look at weather websites     Dim URL As String     Dim ie As Object     URL = "http:

  • GLSL support for intel x3100 video cards?

    I recently purchased a Lenova Thinkpad T61. I opted for an Intel integrated graphics card (X3100) since I had heard Intel had good open source drivers. Recently, I tried to play with some GLSL (OpenGL Shading Language) programming, but was greeted wi

  • Tons of blank space:

    Okay, maybe not a ton of it, but there's a lot of blank space after the movie's done. I tried getting rid of it, but there's nothing to select. Oh, and I put in a song that stretched the time line to make said blank space. Thanks for the help!

  • C/C++ Error When Starting WCS

    Background information: WCS version 7.0.230.0 Red Hat Enterprise Linux Server release 5.9 (Tikanga) I am unable to successfully start all of the services for WCS.  This is a fresh install.  Here's what the log says (from launchout.txt): JAVA_HOME=./.

  • Should I convert my inline css to external?

    I was told my site would be cleaner and easier for google to find if I changed my css styles to external.  All my pages are a little different, so I was also told I would have to do it for every page.  What is the best way to do this?  I knew very li