Protection of my microsoft files following ending of Microsoft support

I plan on buying buying a new computer + Microsoft 8.1 and would like to delete some of the old XP files and transfer others to my new computer. Alternatively I will delete all my old file XP files and start anew.  Can either of these operations
be done and if so how?.  Half the world must be asking the same question!!!! 

Copy your folders from the Windows XP PC to a flash disk, then copy them from the flash disk to your Windows 8 PC.
To avoid access permission problems it would be best to format the flash disk with FAT32 instead of NTFS.

Similar Messages

  • Open and move files follow by date

    How do I open files follow by date for button 1 and move the files follow by date for button 2?
    Thanks

    Try something like this
    Imports System.IO
    Public Class Form1
    Const oldFolder As String = "c:\temp"
    Const newFolder As String = "c:\temp1"
    Dim count As Integer = 0
    Dim oldFiles As String()
    Private Sub Button3_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button3.Click
    'open follow by the file names
    If count < oldFolder.Count Then
    Dim ps2 As Process = Process.Start(oldFiles(count))
    count += 1
    End If
    End Sub
    Private Sub Button4_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button4.Click
    'get files
    Dim info As New DirectoryInfo(oldFolder)
    oldFiles = info.GetFiles("*.jpg").AsEnumerable() _
    .OrderBy(Function(x) x.LastWriteTime) _
    .Where(Function(x) x.LastWriteTime.Date = Now.Date) _
    .Select(Function(x) x.FullName).ToArray()
    count = 0
    End Sub
    End Class
    jdweng
    Joel, there are nothing happen after run your codes
    Imports System.IO
    Public Class Form1
    Const oldFolder As String = "C:\Users\hwai\Desktop\Capture"
    Const newFolder As String = "C:\Users\hwai\Desktop\ New folder(3)"
    Dim count As Integer = 0
    Dim oldFiles As String()
    Private Sub Button1_Click(sender As Object, e As EventArgs) Handles Button1.Click
    'get files
    Dim info As New DirectoryInfo(oldFolder)
    oldFiles = info.GetFiles("*.jpg").AsEnumerable() _
    .OrderBy(Function(x) x.LastWriteTime) _
    .Where(Function(x) x.LastWriteTime.Date = Now.Date) _
    .Select(Function(x) x.FullName).ToArray()
    count = 0
    End Sub
    End Class
    Thanks

  • File that ends in double extension fails to open e.g. '.xls.xlsx' produces errors.

    When a user saves a file in Excel it will end up with a double extension. This is probably due to the user adding .xls on to the end thinking that excel will change the file type, however, it just saves as Accumulated Leave 2014.xls.xlsx .   This
    then doesn't open at all. I should point out that the environment that this is happening in is:
    Windows 8.1 Enterprise w/ Excel 2013
    Remote File server running Server 2008  (R1 or 'classic')
    The file's icon is made transparent and has a red X.
    Is this a bug or something in excel?
    Also why when you specify a new extension doesn't it change the save as type?
    Appreciate any insights,
    Thanks, Evan

    Hi,
    According to your description, I tested your issue in my environment (Windows 8.1 & Excel 2013). I could open the file like "test.xls.xlsx" with Excel 2013 correctly.
    For you question>>why when you specify a new extension doesn't it change the save as type?<<
    If we set "hide file extension" in Windows 8.1, when we add the .XLS in the end of the file name, we could not change the file type. We need to show "file extension" before modify the type.
    http://blog.laptopmag.com/show-file-extensions
    Please Note: Since the web site is not hosted by Microsoft, the link may change without notice. Microsoft does not guarantee the accuracy of this information.
    Then, we open the Excel file on an alternative system, and make sure the file is not corrupted.
    If this issue still exists, please try the repair Office.
    Hope it's helpful.
    Regards,
    George Zhao
    TechNet Community Support
    It's recommended to download and install
    Configuration Analyzer Tool (OffCAT), which is developed by Microsoft Support teams. Once the tool is installed, you can run it at any time to scan for hundreds of known issues in
    Office programs.

  • Hi,  I backed up my ipad and iphone on the same computer, will it be shown on the same folder or different? Mine is window 7, try to find the back up file follow the step that apple provided, it shown only iphone instead of ipad. Pls help.

    I backed up my ipad and iphone on the same computer, will it be shown on the same folder or different? Mine is window 7, try to find the back up file follow the step that apple provided, it shown only iphone instead of ipad. Pls help.

    What do you see under Edit > Preferences > Devices?
    tt2

  • How do I remove password protection from a PDF file in Adobe Reader

    How do I remove password protection from a PDF file in Adobe Reader?

    PDF security can only be implemented or removed using Adobe Acrobat.

  • How do I mass protect about 200 pdf files in a directory without opening them individually?

    How do I mass protect about 200 pdf files in a directory without opening them individually? I have Adobe Acrobat X Pro.
    They can all have the same password.
    Any ideas?

    If they can all have the same password, just make 200 copies of the protected file in your operating system...
    Edit: I think I misread your initial post. If the files are not identical, you can use an Action to encrypt all files using the same password.

  • Location of the outpout file following an extract

    Hi,
    In order to make some tests on the iSetup module, could you indicate us what is the location (path) on the server of the generated file following an extract. is it in the  "AZ" folder ?
    Thanks by advance

    New code:
    URL hsURL = HelpSet.findHelpSet(null,"file:///f:/AppData/Progress/java/projects/LDConsole/pkg/help/consolehelp.hs");
    Still gives a zero pointer
    the jh.jar file is located in f:/AppData/Progress/java/projects/LDConsole/pkg
    The path contains this directory
    Luc

  • Unable to access following end point(s)

    Hi All,
    I am facing very strange thing in my BPEL.
    Third party is sending message to my SOA BPEL process.Starting point of the (input variable place) is not showing the message for some inputs from third party.For some input messages of third party, BPEL is taking messages properly and it is also showing messages.It is also executing whole process propely.
    But some For some inputs(problem related inputs)It is showing below thing at the input message(receive activity):
    <message>SOA returned no detail.</message>
    But That BPEL process is having  further transform and assign activities in that.The contents of the message is coming in those activities (but strange thing is it is not coming in BPEL intial activity.).
    Note : What I observed from  some input messages(for BPEL that I am getting problem) , payload size is very high.So SOA is not able to show or load  messages properly.
    I am also getting'
    'Unable to access following end points' along with the errors'.I think it may be related SOA infra memory issue'
    Please help me in this as I am stuck in production issue.It is very urgent.
    Is there any way I can make my BPEL try access large payloads? I think it is the problem of not accepting large payloads.

    Hi karan,
    Thank you very much for your reply to my question.I will also try to change the message size by informing my client SOA admin people according to you.
    Regarding the scenario that you are asking , I already mentioned clearly above(When I first posted this question).Anyways I am again copying those details below:
    Starting of Scenario explanation:
    I am facing very strange thing in my BPEL.
    Third party is sending message to my SOA BPEL process.Starting point of the (input variable place) is not showing the message for some inputs from third party.For some input messages of third party, BPEL is taking messages properly and it is also showing messages.It is also executing whole process propely.
    But some For some inputs(problem related inputs)It is showing below thing at the input message(receive activity):
    <message>SOA returned no detail.</message>
    But That BPEL process is having  further transform and assign activities in that.The contents of the message is coming in those activities (but strange thing is it is not coming in BPEL intial activity.).
    Note : What I observed from  some input messages(for BPEL that I am getting problem) , payload size is very high.So SOA is not able to show or load  messages properly.
    I am also getting'
    'Unable to access following end points' along with the errors'.I think it may be related SOA infra memory issue'
    Please help me in this as I am stuck in production issue.It is very urgent.
    Is there any way I can make my BPEL try access large payloads? I think it is the problem of not accepting large payloads.
    ending of Scenario explanation:

  • I need to insert Pages text file at end of a file; i.e., making one long document from several files. insert 'file' is not option in toolbar. how do i do this?

    i need to insert a Pages text file at end of another file; in other words, i'm making one long file from several files.  "insert file" is not an option in the toolbar, so how do i do this?

    cass516 wrote:
    this method sounds like a PAIN but of course i have no choice but to try it.  Why would Pages make such a simple thing so troublesome?  in other programs, you simply click 'insert file'.
    The only thing odd about Pages' Insert file is that it doesn't do its own format.
    You obviously think that MsWord is "The Norm" but I found really odd things that it won't do. To the point I, like others here, can't be bothered trying to drive the Word square peg into the Mac round hole.
    Mostly Pages works by drag and drop, I'm puzzled why that doesn't work with the thumbnails. But then there are quite a few oddities in every program. Pages is far from an exception.
    Peter

  • Why doesn't iTunes add protected MPEG-4 audio files to its music library?

    Why doesn't iTunes add protected MPEG-4 audio files to its music library?  I copied these files to my iMac from an old PC laptop that no longer has internet access.

    After downloading via iTunes, I move MP3 files from the default iTunes podcast folder to another folder (on an a external disk), I also change the name of the file and I change some MP3-tags.
    You download from the iTunes store, delete the podcast, mess with it, move it around, rename it, change the tags then try to add it back to iTunes?
    I want all my files in one index, the iTunes Music Library
    In iTunes, right click - get info, click the Options tab and set *Media Kind:* to Music.

  • Protected MPEG-4 Video File

    I purchased a video about a year ago. All went well and it downloaded to my ipod. I changed computers several months ago and can't remember how I got the files to the new computer but all the purchased files are in the new pc's library.
    I authorized the new pc and all the files but the video file show up on the ipod. When I right click on the "info" for the video I get a message "Protected MPEG-4 Video File."
    Can anyone help me get this video to my ipod? Thanks very much.
    Silverrand

    *Can anyone help me get this video to my ipod?*
    You wrote, "*but the video file show up on the ipod.*"
    Do you mean it does NOT show up on the iPod?

  • 1)Could not start up os x 2)Only could start bootcamp 3)Tried resetting nvram 4)Could not start even in bootcamp 5)Verify disk says -. Verifying volume "Macintosh HD" Error: Live file system repair is not supported 6)Installed maverick on USB d

    1) Could not start up os x
    2) Only could start bootcamp
    3) Tried resetting nvram
    4) Could not start even in bootcamp
    5) Verify disk says …. Verifying volume “Macintosh HD”
    Error: Live file system repair is not supported
    6) Installed maverick on USB drive
    7) Boot from USB drive. Tried verifying HD: Volume header needs minor repair. The volume Recovery HD was found corrupt and needs to be repaired. Verifying volume “Macintosh HD”: Error: live file system repair is not supported.
    8) The terminal code says
    9) Last login: Wed Feb 11 14:09:47 on console
    10)  xxxx-MacBook:~ xxxx$ diskutil list
    11)  /dev/disk0
    12)  #: TYPE NAME SIZE       IDENTIFIER
    13)  0:      GUID_partition_scheme *160.0 GB   disk0
    14)  1: EFI EFI 209.7 MB   disk0s1
    15)  2:                  Apple_HFS Macintosh HD            80.1 GB disk0s2
    16)  3:                 Apple_Boot Recovery HD             650.0 MB   disk0s3
    17)  4:       Microsoft Basic Data 50.0 GB    disk0s4
    18)  /dev/disk1
    19)  #: TYPE NAME SIZE       IDENTIFIER
    20)  0:      GUID_partition_scheme *15.6 GB    disk1
    21)  1: EFI EFI 209.7 MB   disk1s1
    22)  2:                  Apple_HFS BOOT                    14.8 GB    disk1s2
    23)  3:                 Apple_Boot Recovery HD             650.0 MB   disk1s3
    24)  Saeedehs-MacBook:~ saeedehmirbagheri$ diskutil cs list
    25)  No CoreStorage logical volume groups found
    26)  Saeedehs-MacBook:~ saeedehmirbagheri$ sudo gpt -vv -r show /dev/disk0
    27)  Password:
    28)  gpt show: /dev/disk0: mediasize=160041885696; sectorsize=512; blocks=312581808
    29)  gpt show: /dev/disk0: PMBR at sector 0
    30)  gpt show: /dev/disk0: Pri GPT at sector 1
    31)  gpt show: /dev/disk0: Sec GPT at sector 312581807
    32)  start       size  index  contents
    33)  0          1 PMBR
    34)  1          1 Pri GPT header
    35)  2         32 Pri GPT table
    36)  34          6
    37)  40     409600      1  GPT part - C12A7328-F81F-11D2-BA4B-00A0C93EC93B
    38)  409640  156394528      2  GPT part - 48465300-0000-11AA-AA11-00306543ECAC
    39)  156804168    1269544      3  GPT part - 426F6F74-0000-11AA-AA11-00306543ECAC
    40)  158073712   56853648        
    41)  214927360   97652736      4  GPT part - EBD0A0A2-B9E5-4433-87C0-68B6B72699C7
    42)  312580096       1679        
    43)  312581775         32         Sec GPT table
    44)  312581807          1         Sec GPT header
    45)  xxxx-MacBook:~ xxxx$ sudo fdisk /dev/disk0
    46)  Disk: /dev/disk0 geometry: 19457/255/63 [312581808 sectors]
    47)  Signature: 0xAA55
    48)  Starting       Ending
    49)  #: id  cyl  hd sec -  cyl  hd sec [     start - size]
    50)  ------------------------------------------------------------------------

    Thank you -
    I booted from external USB. The diskutil list output is from OS x booting from the USB, which shows the following:
    Saeedehs-MacBook:~ saeedehmirbagheri$ diskutil list
    /dev/disk0
       #:                       TYPE NAME                    SIZE       IDENTIFIER
       0:      GUID_partition_scheme                        *160.0 GB   disk0
       1:                        EFI EFI                     209.7 MB   disk0s1
       2:                  Apple_HFS Macintosh HD            80.1 GB    disk0s2
       3:                 Apple_Boot Recovery HD             650.0 MB   disk0s3
       4:       Microsoft Basic Data                         50.0 GB    disk0s4
    /dev/disk1
       #:                       TYPE NAME                    SIZE       IDENTIFIER
       0:      GUID_partition_scheme                        *15.6 GB    disk1
       1:                        EFI EFI                     209.7 MB   disk1s1
       2:                  Apple_HFS BOOT                    14.8 GB    disk1s2
       3:                 Apple_Boot Recovery HD             650.0 MB   disk1s3
    Saeedehs-MacBook:~ saeedehmirbagheri$ diskutil cs list
    No CoreStorage logical volume groups found
    I am not able to use target disk mode because I don't have firewire/thunderbolt ports.

  • Saving a PDF file when printing is not supported. Instead, choose File Save.

    I am using Mountain Lion (10.8.2) and I was using Adobe Reader version 9. In the past, I've always been able to print to file using the File -> Print dialogue but all of a sudden it stopped working. I read somewhere that installing the latest version of Adobe Reader (version 11) would remove the old printer, so I did so. It took me about an hour on version 11 to even find the pdf print to file option, but I am getting the same message. For what it's worth, when I try print to file from Microsoft Word, I have no problem. I have no idea why things changed all of a sudden, but does anyone have any idea how I can get this working again?

    I checked with Adobe.  No luck. 
    Allow me to clarify my problem: 
    I have Adobe Reader XI. I also use a Mac--imac and a MacBook Pro.   My adobe was updated on 12/24.  Prior to that point, I could open my print dialogue box and there was a PDF tab on the bottom left.  In the drop down menu there were many choices, including but not limited to Open in PDF Preview, Print PDF, Save PDF, email PDF.  If I selected one page of 30 pages from a document saved in Adobe, I could extract just that one page and save it or email it, without having to send the entire document.   After the update, when I open a PDF file using ADOBE READER XI, and then open the print dialogue box, and follow those same steps, I get the message "Saving a PDF file when printing is not supported. Instead, choose File > Save."   My question is why is this feature now unavailable and is there a way to fix it? 
    The answer I got from Adobe was that Adobe never had this function, so it must have been via my print or preview programs..which are apple.  Does anyone have any thoughts?
    Thank you.
    https://forums.adobe.com/message/7124567 

  • DPM console not connecting . Error- Cannot connect to Data Protection Manager. This version of DPM is not supported with Central Console Client (ID : 33345) DPM console not connecting

    I  am having problem connecting the DPM console to ther server. It gives me following error -
    "Cannot connect to Data Protection Manager. This version of DPM is not supported with Central Console Client (ID : 33345)"
    The server is DPM R2 and the same console is working on one other computer.
    Any idea how to solve the problem?
    Thanks   

    Hi
    Please make sure you have both versions of Microsoft Visual C++ 2008 Redistributable installed..
    Also make sure you have .netframework 2 installed. If you look at the dpm logs it should say what is missing.

  • Error message "Live file system repair is not supported."

    System won't boot. Directed to Disk Utility to repair but get error message "Live file system repair is not supported."  Appreciate all help.
    Thanks.
    John

    I recently ran into a similar issue with my Time Machine backup disk. After about 6 days of no backups - I had swapped the disk for my photo library for a media project; I reattached the Time Machine disk and attempted a backup.
    Time Machine could not backup to the disk. Running Disk Utility and attempting to Repair the disk ended up returning the "Live file system repair is not supported" message.
    After much experimentaion with disk analysis softwares, I came to the realization that the issue might be that the USB disk dock wasn't connected directly to the MacBook Pro - it was daisy-chained through a USB Hub.
    Connecting the USB disk dock directly to the MBP and running Disk Utility appears to have resolved the issue. DU ran for about 6 hours and succesfully repaired the disk. Consequently, I have been able to use that Time Machine disk for subsequent backups.

Maybe you are looking for