How to clear old desktop

how do I clear personal info off old desktop that has XP, before getting rid of it. It's 8 yrs old, and I have this new laptop.

you can directly move the data using a USB drive or move the data via LAN if you can connect both devices on same network or connect both of devices via lan cable and configure a network between the two.
Arnav Sharma | http://arnavsharma.net/ Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading
the thread.

Similar Messages

  • HT201250 How to view old desktops with Time Machine?

    Hi, I was wondering how you can view your old desktops from past updates with Time Machine? Such as the wallpaper that was used and how your dock icons were arranged. I don't mean a full restore just a quick view of the old desktops. Thanks in advance.

    i think it will be the com.apple.desktop.plist on the user library

  • How to clear old value

    Dear all ,
             Here i pass the value timeticket_item-material, timeticket_item-plant, timeticket_item-stge_loc, timeticket_item-batch,  timeticket_item-val_type,timeticket_item-casting_speed,
    timeticket_item-metal_temp,
    timeticket_item-water_temp
    timeticket_item-bar_temp
    timeticket_item-mill_load
    timeticket_item-emulsion_temp
    timeticket_item-coil_temp , 
    when we pass  two batch information first batch information is passed properly but when pass second value that time it will take first batch information.
    How to clear first batch information.
    LOOP AT timeticket_item.
        gm_item-material = timeticket_item-material.
        gm_item-plant = timeticket_item-plant.
        gm_item-stge_loc = timeticket_item-stge_loc.
        gm_item-batch = timeticket_item-batch.
        gm_item-move_type = timeticket_item-move_type.
        gm_item-entry_qnt = timeticket_item-entry_qnt.
        gm_item-entry_uom = timeticket_item-entry_uom.
        IF gm_item-move_type = '101'.
          gm_item-orderid = timeticket_item-orderid.
          gm_item-order_itno = '0001'.
          gm_item-reserv_no = ''.
          gm_item-res_item = ''.
          gm_item-mvt_ind = 'F'.
        ELSE.
          gm_item-orderid = ''.
          gm_item-order_itno = ''.
          gm_item-reserv_no = timeticket_item-reserv_no.
          gm_item-res_item = timeticket_item-res_item.
          gm_item-mvt_ind = ''.
        ENDIF.
        APPEND gm_item.
        link_conf-index_confirm = '1'.
        link_conf-index_goodsmov = icnt.
        APPEND link_conf.
        icnt = icnt + 1.
        DATA: qndat LIKE mcha-qndat, lwedt LIKE mcha-lwedt.
              CALL BDC to Update Batches
        DATA : gm_code LIKE timeticket_item-gm_code.
        IF timeticket_item-gm_code = '02'.
          SELECT SINGLE qndat lwedt INTO (qndat, lwedt) FROM mcha
          WHERE matnr = timeticket_item-material AND
          werks = timeticket_item-plant AND
          charg = timeticket_item-batch.
          PERFORM bdc_dynpro      USING 'SAPMM03S' '0105'.
          PERFORM bdc_field       USING 'BDC_OKCODE'
                                        '/00'.
          PERFORM bdc_field       USING 'BDC_CURSOR'
                                        'RM03S-MATNR'.
          PERFORM bdc_field       USING 'RM03S-MATNR'
                                        timeticket_item-material.  "'RMEC'.
          PERFORM bdc_field       USING 'RM03S-CHARG'
                                        timeticket_item-batch.  "'E1D14402'.
          PERFORM bdc_field       USING 'RM03S-WERKS'
                                        timeticket_item-plant.  "'1500'.
          PERFORM bdc_dynpro      USING 'SAPMM03S' '0200'.
          PERFORM bdc_field       USING 'BDC_CURSOR'
                                        'MCHA-VERAB'.
          PERFORM bdc_field       USING 'BDC_OKCODE'
                                        '=CLAS'.
          PERFORM bdc_field       USING 'MCHA-BWTAR'
                                 timeticket_item-val_type.      " 'INHOUSE'.
          PERFORM bdc_dynpro      USING 'SAPLCTMS' '0109'.
          PERFORM bdc_field       USING 'BDC_CURSOR'
                                        'RCTMS-MWERT(08)'.
          PERFORM bdc_field       USING 'BDC_OKCODE'
                                        '=BACK'.
          IF NOT timeticket_item-casting_speed IS INITIAL.
            PERFORM bdc_field       USING 'RCTMS-MNAME(01)'
                                          'CASTSPEED'.
          ENDIF.
          PERFORM bdc_field       USING 'RCTMS-MNAME(02)'
                                        'METALTEMPINTUNDISH'.
          PERFORM bdc_field       USING 'RCTMS-MNAME(03)'
                                        'WATERTEMP'.
          PERFORM bdc_field       USING 'RCTMS-MNAME(04)'
                                        'BARTEMPATMILLENTRY'.
          PERFORM bdc_field       USING 'RCTMS-MNAME(05)'
                                        'ROLLINGMILLLOAD'.
          IF NOT timeticket_item-emulsion_temp IS INITIAL.
            PERFORM bdc_field       USING 'RCTMS-MNAME(06)'
                                          'EMULSIONTEMP'.
          ENDIF.
          IF NOT timeticket_item-coil_temp IS INITIAL.
            PERFORM bdc_field       USING 'RCTMS-MNAME(07)'
                                          'COILTEMP'.
          ENDIF.
          IF NOT timeticket_item-casting_speed IS INITIAL.
            PERFORM bdc_field       USING 'RCTMS-MWERT(01)'
                        timeticket_item-casting_speed.    " 'CSCS'.
          ENDIF.
          PERFORM bdc_field       USING 'RCTMS-MWERT(02)'
                                        timeticket_item-metal_temp.    " 'MT'.
          PERFORM bdc_field       USING 'RCTMS-MWERT(03)'
                                        timeticket_item-water_temp.    " 'WT'.
          PERFORM bdc_field       USING 'RCTMS-MWERT(04)'
                                        timeticket_item-bar_temp.    " 'BM'.
          PERFORM bdc_field       USING 'RCTMS-MWERT(05)'
                                        timeticket_item-mill_load.   " 'RML'.
          IF NOT timeticket_item-emulsion_temp IS INITIAL.
            PERFORM bdc_field       USING 'RCTMS-MWERT(06)'
                                     timeticket_item-emulsion_temp.    " 'ET'.
          ENDIF.
          IF NOT timeticket_item-coil_temp IS INITIAL.
            PERFORM bdc_field       USING 'RCTMS-MWERT(07)'
                                          timeticket_item-coil_temp.    " 'CTE'.
          ENDIF.
          PERFORM bdc_dynpro      USING 'SAPMM03S' '0200'.
          PERFORM bdc_field       USING 'BDC_CURSOR'
                                        'MCHA-VERAB'.
          PERFORM bdc_field       USING 'BDC_OKCODE'
                                          '=BU'.
          PERFORM bdc_field       USING 'RM03S-FZUST'
                                        'X'.
          PERFORM bdc_field       USING 'RM03S-CHKLJ'
                                        'X'.
       CALL TRANSACTION 'MSC1' USING bdcdata
                                   MODE 'A'
                                MESSAGES INTO errmsg1.
        ENDIF.
      ENDLOOP.

    Before this statement PERFORM bdc_dynpro USING 'SAPMM03S' '0105'
    clear : BDCDATA.
    refresh : BDCDATA.
    which is ur internal table
    Regards,
    Kaushik Datta

  • How to clear old data?

    Greetings,
    My first question: how do I locate and clear out old, unnecessary files and folders? I'm thinking about browser cookies, temp files, etc.
    Second question: is this even necessary on a Mac? I just switched from PC recently, and I am still trying to learn the Mac way. I know that with a Windows PC it is CRUCIAL to clear out cookies, the "temp" folder, and various other folders from time to time, because Windows constantly saves things you don't need. I just freed up 5GB on my work PC by cleaning it up in this fashion.
    So: is this kind of "maintenance" necessary on a Mac, and if so how do I do it?
    Thank you!

    Hello DePombal, and a warm welcome to the forums & Macdom!
    Different Maintenance is required on a Mac, if it were me, I'd give a try with Applejack...
    http://www.versiontracker.com/dyn/moreinfo/macosx/19596
    After installing, reboot holding down CMD+s, (+s), then when the DOS like prompt shows, type in...
    applejack AUTO
    Then let it do all 5 of it's things.
    At least it'll eliminate some questions if it doesn't fix it.
    The 5 things it does are...
    Correct any Disk problems.
    Repair Permissions.
    Clear out Cache Files.
    Repair/check several plist files.
    Dump the VM files for a fresh start.
    As long as you don't have a USB connection in tandem with a UPS, which can cause problems. If so, disconnect it first.
    The other thing is to have a Cloned backup, Get carbon copy cloner to make an exact copy of your old HD to the New one...
    http://www.bombich.com/software/ccc.html
    SuperDuper...
    http://www.shirt-pocket.com/SuperDuper/
    Have a look at Synchronize! Pro X 6.0.5
    http://www.macupdate.com/info.php/id/6897/synchronize!-pro-x
    Or the most expensive one & my favorite, Tri-Backup...
    http://www.tri-edre.com/english/tribackup.html
    One other thing... OSX's Disk Utility is a poor cousin to dskfix on a PC, Your best bet on a Mac is DiskWarrior, but you'll need the CD/DVD...
    http://www.alsoft.com/DiskWarrior/
    Every Mac should come with it imho.

  • How to clear old Software Update data as well as Report Data

    Hi,
    due to some problems with the software update scan we removed the sup role and the wsus server from our site server. After the removale i checked the Software Updates Console node and saw that all synced updates will still be shown with a grayed symbol in front. Also the reports will show the last scan dates as well as other informations related to software updates.
    Is there a way to clean these datas  ? Deleting the computer object will not delete these datas.
    How can i clean up such stuff ? Is there an SQL task?
    thanks

    Yes, I know this is an old post, I’m just trying to clean them up.
    All this data will automatically get clean out of the site server once the site maintenance task have a chance to run.
    http://www.enhansoft.com/

  • How to clear old clone samples to start new - ACR

    Hi - I'm wanting to re-clone an area that I've already worked in ACR but the previous clone sample circles are still present which does not allow me to re-elect the area that has already been sampled. How can I clear this circles and and continue my clone work?
    Mac Mavericks
    Adobe CC

    Solved it - just saw the "show overlay" toggle and unchecked it. Yay. 

  • How to clear old devices from My Network list on Verizon Quantum Gateway G1100?

    There are a bunch of devices that haven't been on the network for two weeks (when I set up the new router) and won't be on again ever in My Network (http://myfiosgateway.com/#/network). I've blocked them but want to remove them so they aren't in the list. How can I do this?
    On http://myfiosgateway.com/#/advanced/dhcp/connections the devices that haven't been on in two weeks are showing as active there, however my work laptop is showing as expired even though it was connected several days ago. I can delete the expired one - all the other old ones are still active. 
    Confuzzling, especially considering there are 73 days left on the IP address lease of the never-to-be-seen-again devices, while a device that connected for the first time today has 3 hours left.
    Solved!
    Go to Solution.

    Reboot the router and they should be gone.
    If a forum member gives an answer you like, give them the Kudos they deserve. If a member gives you the answer to your question, mark the answer as Accepted Solution so others can see the solution to the problem.

  • How to clear old class files cached in JVM

    JVM stores old class files in its cache even after the corresponding files have been deleted from the database. This causes a conflict if a new file is saved with the same name as one that was deleted earlier causing old data to be fetched and not the new one.
    am using the following line of code to load the class file :
    Class.forName(className, false, this.getClass().getClassLoader())
    please help
    Thanks - N

    Why are you trying to do that?
    Dynamic Classloading(reloading) has a meaing only on "application container" like WAS.
    Not appropriate for normal applcation.
    Focus on enhancing your application logic and algorithm rather than wasting your brain on difficult and meaningless things. Applying some flexible design patterns wouldn't suffice?
    Anyway, Sun provides wonderful and simple custom classloader sample.
    http://java.sun.com/developer/onlineTraining/Security/Fundamentals/magercises/ClassLoader/help.html
    Anayzing tomcat source(which is downloadable) is another approach.
    Edited by: Dion_Cho on Nov 26, 2007 5:18 PM
    Typo...

  • How to clear old CACHE entries -- RSRCACHE

    Hello Gurus: What is the suggested menthod to clear the Cache entries of yesterday in RSRCACHE.
    We r still using 3.1 & will be upgrading soon.
    I will be happy to assign points & thanks for your help.

    Hi
    You can go to RSRT
    Select the cache Monitor
    There on the top you can find option Delete.
    So from there you can delete the main memory cache, or what ever its required.
    Regards
    M.A
    Edited by: M.A on May 21, 2008 4:15 PM

  • How to clear old accounts from iCal3 / CalDAV?

    Minor thing, but can't seem to get iCal3 to remove a test account from the Accounts preference page. I created a test account when Leopard first appeared, but since have changed the server name / details and created a new account for the new data. But the old account information won't be deleted. If I highlight and click on ”-“ it disappears temporarily, but when I restart iCal it is back again...
    Is there a plist somewhere I should edit?
    Thanks in advance for help.

    Songs don't go into the source pane, only playlists.
    Salect them and delete them.

  • How to clear old values from input date

    Hi Guys
    i am using <t:inputdate like this
    <t:inputDate id="dob" type="date" value="#{patientBean.dob}" />
    and scope of my backing bean is request
    it works fine , but problme is , when add a patient in database for first time it works fine , but when i try to add another patient , it remains old value selected at the time of first patient , other filds are blank for new record!!
    Please Help me out !!!
    thanx in advance

    Songs don't go into the source pane, only playlists.
    Salect them and delete them.

  • How to clear costum container editor

    CREATE OBJECT: container EXPORTING container_name = 'EDIT',
                      editor    EXPORTING parent = container,
                      handle.
    CALL METHOD editor->set_text_as_stream EXPORTING text = GT_LINE.
    When iam calling method with exporting GT_LINE 2nd time with some other values I am getting old values on editor , can u please tell me how to clear old vales on editor and putting new vales………..
    thanks in adv.......

    Hello Kranthi,
    You can use the keyword "FREE".
    CALL METHOD container->free.
      FREE container.
    Use this at the exit.
    Regards,
    Reema.

  • I have iTunes on my old desktop computer.  I have lots of purchased material in memory plus music that I have copied from my cds.  I want to transfer everything to my newer laptop with an external hard drive backup.  How do I do this?

    I have iTunes on my old desktop computer and I want to abandon that computer and transfer everything to my laptop.  I have purchased music and copied music from cds as well.  How do I do this?

    Type "move itunes library" into the google search bar.

  • How do i move itunes from my old desktop to new windows 7 laptop

    How do I move Itunes from my old desktop computer which runs Windows XP to my HP Laptop that runs Windows 7.

    1. On the old computer, connect an USB drive, go to the Music folder and copy iTunes folder to the USB drive.
    2. Connect your USB drive to the new computer and copy iTunes folder to the Music folder.
    3. Open iTunes and your library will show on your PC

  • Hi i just got a new mac pro and i wanted to know how to transfer all my music from my old desktop to my new mac?

    hi i just bought the macbook pro and i wanted to know how i can transfer all my music on itunes from my old desktop to my new macbook?

    Derek's right. To explain his second point more, you can mount your old Mac's hard drive on your new one and once you've done this you can simply drag your music folder over.
    You can mount various ways, if you have a router and both are on your LAN network I believe u use the Go menu in your new Mac to mount your old one.
    You can also use a cable directly between the two. I did this years agonwith ethernet but I bet USB or even FireWire is possible.
    Once you get your music copied over, you may need to add your music into your Mac's iTunes.
    Open iTunes and then select Add to Library and then find your music folder to add. You can add single songs or folders of songs or your entire folder of all songs.

Maybe you are looking for