Command line to extract file in windows XP and Windows 7

I want to copy files from a zipped folder of any source to C:\XYZ folder.
which command should I use? 
example:
source folder : Ashok.zip
This zip folder contains a.txt and ABC folder. Now i have to copy this a.txt and whole ABC folder to C: XYZ using command line. Please Suggest !

Hi A Lamichhane,
As I know, there is no legacy command could get that goal in Windows xp and 7 since it might need java command or vbscript, however if you really need unzip from the command prompt using ONLY Windows' built-in capabilities, we could use powershell script.
$shell = new-object -com shell.application
$zip = $shell.NameSpace(“ fiel path you need unzip”)
foreach($item in $zip.items())
$shell.Namespace(“path you need copy to”).copyhere($item)
I tested that and it is easy to use.
Regards
D. Wu

Similar Messages

  • Firefox always start it self when windows start (around 5 - 6mb ram) with process explorer i got this [Path C:\Program Files\Mozilla Firefox\firefox.exe} [Command line "C:\Program Files\Mozilla Firefox\firefox.exe" -requestPending -osint -url "%1"]

    firefox always start it self when windows start (firefos.exe around 5 - 6mb ram) with process explorer i got this
    [Path >> C:\Program Files\Mozilla Firefox\firefox.exe]
    [Command line >> "C:\Program Files\Mozilla Firefox\firefox.exe" -requestPending -osint -url "%1"]
    is this a bug or a virus?? Thank you..
    == windows start

    Certain Firefox problems can be solved by performing a ''Clean reinstall''. This means you remove Firefox program files and then reinstall Firefox. Please follow these steps:
    '''Note:''' You might want to print these steps or view them in another browser.
    #Download the latest Desktop version of Firefox from http://www.mozilla.org and save the setup file to your computer.
    #After the download finishes, close all Firefox windows (click Exit from the Firefox or File menu).
    #Delete the Firefox installation folder, which is located in one of these locations, by default:
    #*'''Windows:'''
    #**C:\Program Files\Mozilla Firefox
    #**C:\Program Files (x86)\Mozilla Firefox
    #*'''Mac:''' Delete Firefox from the Applications folder.
    #*'''Linux:''' If you installed Firefox with the distro-based package manager, you should use the same way to uninstall it - see [[Installing Firefox on Linux]]. If you downloaded and installed the binary package from the [http://www.mozilla.org/firefox#desktop Firefox download page], simply remove the folder ''firefox'' in your home directory.
    #Now, go ahead and reinstall Firefox:
    ##Double-click the downloaded installation file and go through the steps of the installation wizard.
    ##Once the wizard is finished, choose to directly open Firefox after clicking the Finish button.
    Please report back to see if this helped you!

  • Command Line Parameter in File Adapter in SAP PI

    Hi
    Can any body explaine me what is the purpose of 'Command Line' parameter in File Adapter (Sender/Receiver).
    Regards,

    Hi,
    Refer below two links for more help!
    SAP XI File Adapter OS Command Line Feature     
    https://www.sdn.sap.com/irj/scn/wiki?path=/display/xi/sapXIFileAdapterOSCommandLine+Feature
    More with the File Adapter      
    https://www.sdn.sap.com/irj/scn/wiki?path=/display/xi/morewiththeFileAdapter
    Regards,
    Jilan

  • [svn:osmf:] 14412: Added the Syndication. swc to the command line build config file for the AkamaiPluginSample project .

    Revision: 14412
    Revision: 14412
    Author:   [email protected]
    Date:     2010-02-24 17:48:22 -0800 (Wed, 24 Feb 2010)
    Log Message:
    Added the Syndication.swc to the command line build config file for the AkamaiPluginSample project.
    Modified Paths:
        osmf/trunk/apps/samples/plugins/AkamaiPluginSample/AkamaiPluginSample-build-config.xml

    I think it is not supported through ant script and you may have to contact Oracle Support. Please go through below thread (hisaak's reply) -
    Re: Export OSB configuration jar file using Ant
    Regards,
    Anuj

  • [svn:osmf:] 14411: Adding command line build config files for the syndication library.

    Revision: 14411
    Revision: 14411
    Author:   [email protected]
    Date:     2010-02-24 17:45:22 -0800 (Wed, 24 Feb 2010)
    Log Message:
    Adding command line build config files for the syndication library.
    Added Paths:
        osmf/trunk/libs/Syndication/syndication-build-config.flex
        osmf/trunk/libs/Syndication/syndication-build-config.flexcov
        osmf/trunk/libs/Syndication/syndication-build-config.xml

    Revision: 14411
    Revision: 14411
    Author:   [email protected]
    Date:     2010-02-24 17:45:22 -0800 (Wed, 24 Feb 2010)
    Log Message:
    Adding command line build config files for the syndication library.
    Added Paths:
        osmf/trunk/libs/Syndication/syndication-build-config.flex
        osmf/trunk/libs/Syndication/syndication-build-config.flexcov
        osmf/trunk/libs/Syndication/syndication-build-config.xml

  • Flo – A command line app for organizing events, to-dos, and deadlines

    Example
    $ flo watch movie,d020
    Ids are updated.
    $ flo eat lunch,d11100-d11130
    Ids are updated.
    $ flo
    0 08-16 20:00 d0 watch movie
    1 08-17 11:00 d1 eat lunch
    11:30 d1
    Usage
    flo [-a] [-c id] [-f from] [-r id] [-t to] [-w what] [what[,from][-to]]
    Options
        -a all items
    -c id change item
    -f from from date
    -r id remove item
    -t to to date
    -w what
    When changing an item, setting -f or -t to r removes the field.
    Date formats
    YYYYMMDDhhmm, MMDDhhmm, DDhhmm, DDhh, and DD are the valid date
    formats. Replace DD with dn to set the date n days from today's date.
    If the year or the month isn't specified, the current year and month is used.
    For formats without a month, if the date specified is before today's date, the
    month is set to the next month.
    The value for hours and minutes is set to 00 if no other value is specified.
    flo runs fast since it's written in C, and the goal is to keep it as simple as possible. It uses between 1–2 milliseconds to start when it's cached by the OS.
    The package is named flo-git in AUR. The development happens on GitHub.
    Last edited by alexanderte (2010-08-22 10:50:05)

    alexanderte wrote:
    Installation
    git clone git://github.com/alexanderte/flo.git
    cd flo
    make
    cp flo /usr/local/bin/
    # optional
    echo "alias f='flo'" >> ~/.bashrc
    You should always use Pacman to install packages on Arch. Here's a PKGBUILD:
    # Contributor: Xyne
    pkgname=flo-git
    pkgver=1
    pkgrel=1
    pkgdesc="A command line app for organizing events, to-dos, and deadlines."
    arch=('i686' 'x86_64')
    url="http://github.com/alexanderte/flo"
    license=('ISC')
    makedepends=('git')
    provides=('flo')
    conflicts=('flo')
    _gitroot="git://github.com/alexanderte/flo.git"
    _gitname="flo"
    build() {
    cd "$srcdir"
    if [ -d "$_gitname" ] ; then
    cd "$_gitname" && git pull origin
    else
    git clone "$_gitroot" "$_gitname"
    cd "$_gitname"
    fi
    make
    install -Dm755 flo "${pkgdir}/usr/bin/flo"
    You can learn more about PKGBUILDs in the wiki: http://wiki.archlinux.org/index.php/PKGBUILD
    I recommend that you upload it to the AUR as well, with any changes that you deem necessary. Don't forget to add yourself as the maintainer at the top of the file.

  • Hey guys, how can i password protect my files in external hard drive? I want to access those files both from mac and windows PC!

    Hey guys, how can i password protect my files in external hard drive? I want to access those files both from mac and windows PC!

    If you want a cross-platform solution that doesn't require the use of third-party software, use an external drive with hardware encryption. The device will have either a physical key or a numeric keypad. I don't have a specific recommendation.

  • I am thinking of buying a iPad but my main desktop machine uses Windows 7 and MS Office.  How easy or difficult is it to transfer data files between the iPad and Windows?  Are there obvious problems or the need for some form of conversion programs?

    I am thinking of buying a iPad but my main desktop machine uses Windows 7 and MS Office.  How easy or difficult is it to transfer data files between the iPad and Windows?  Are there obvious problems or the need for some form of conversion programs?
    Many thanks for any advice.
    David

    You don't need conversion programs, iTunes can copy most of your content over to the iPad via the file sharing section, and some apps also support Dropbox, email attachments, transfer via your wifi network. There are a number of apps that you can get that support Microsoft office file (microsoft don't make an app versions of their software) e.g. from Apple there are Pages (word support), Numbers (excel) and Keynote (powerpoint), and from third-parties there are apps such as Documents To Go and QuickOffice HD

  • NAS files, Offline, Sync Centre and windows 8.1

    Hello,
    I can't believe how difficult it is to locate an essential feature of windows xp and 7 in Windows 8.1! My shiny new 8.1 machine has mapped a folder on a NAS device to its P: drive. This folder is used by a couple of other machines in my small network (both
    W7) and they have made the folder "available offline" as they need to be able to access the files when away from home. This works fine and files are synchronised on return to the office. 
    I cannot find any way to "make the folder available offline" with my 8.1 machine. Sync Centre (in the control panel) wont allow me to create any "partnerships". The nearest I can get to this functionality is SkyDrive but that's not what
    I need.
    This has GOT to be a common requirement, surely? Am I missing something?
    Many thanks
    Stuart

    Hi Stuart,
    Which version of Windows 8.1 are you running? Is it the base version of Windows 8.1 or the Enterprise version? Concurrently, which version of Windows XP and Windows 7 are you running? If I am correct in the my thinking, I would guess that you are currently
    running the professional version of Windows XP and Windows 7. To the best of my knowledge, Sync Center does require Windows Client to be at the Professional level edition or higher. According to
    this Sync Center FAQ from Microsoft the ability to sync with network folders will not work with Home Premium editions which is equivalent to the standard version of Windows 8.1 I can confirm that Sync Center and offline files does indeed work in Windows
    8.1 Professional as I am using Windows 8.1 myself and just performed a local test. 
    If you were to upgrade to Windows 8.1 Pro by purchasing the Windows 8.1 Pro Pack you will gain quite a few features such as the ability to join a domain. Check out
    this page from Microsoft to compare the features each edition of Windows 8.1 offers
    I hope this helps!

  • Thumbnails not working in windows 7 and windows 7 RC

    When I used to view my security camera video card in Vista I would get a thumbnail view of each 10 second video produced.. This made it easy to skip through each video produced and pick out the ones that I thought would be best to check. This would be watched after about a week or so of videos. Now in Windows 7 and windows 7 RC I cannot seem to find this thumbnail view. All I can see is the media player film type .AVI icon for each video. Is there any way of turning the thumbnail function back on. I have tried all the registry fix changes that have been suggested and they don't work. I have downloaded different codec programs and they don't work. The icon/thumbnail box is unchecked in folder views and that doesn't work. Is there an answer to my problem. Does any one know if Microsoft are working on a change to get thumbnails to work with .AVI files. Hope you can help.

    Hi guys,
    I found a solution for this issue on windows 7 64 bits !
    I'm on the 7100 I couldn't get thumbnail preview for my .MOV or .mp4 files. Sometime I could get one or 2 thumb out of 30 in the folder.
    I changed and added a few key to the registry to fix this preview thing:
    IN REGEDIT:
    _ HKEY_CLASSES_ROOT\.mov\shellex\
    where I only had 2 key inside the shellex.
    _I looked inside the mpeg shellex ( because mpeg would generate good thumbnails:
    HKEY_CLASSES_ROOT\.mov\shellex\
    where it had 3 keys
    _SO what I tried was to copy those 3 key and replace my .mov shellex 3 key with those.
    this is what you can do:
    -open regedit
    -right click on:   HKEY_CLASSES_ROOT\.mov\shellex\
    then export it ( it will be your backup in case it doesn't work or you mess up something you will just have to click on it to instal it again.
    Then, 
    - remove the "HKEY_CLASSES_ROOT\.mov\shellex\ "KEY
    -open notepad
    -paste the following in your notepad file:
    -----------------------don't paste this line-------------------------
    Windows Registry Editor Version 5.00
    [HKEY_CLASSES_ROOT\.mov\shellex]
    [HKEY_CLASSES_ROOT\.mov\shellex\{3D1975AF-0FC3-463d-8965-4DC6B5A840F4}]
    @=""
    [HKEY_CLASSES_ROOT\.mov\shellex\{BB2E617C-0920-11d1-9A0B-00C04FC2D6C1}]
    @="{c5a40261-cd64-4ccf-84cb-c394da41d590}"
    [HKEY_CLASSES_ROOT\.mov\shellex\{E357FCCD-A995-4576-B01F-234630154E96}]
    @="{9DBD2C50-62AD-11D0-B806-00C04FD706EC}"
    -----------------------don't paste this line-------------------------
    -save it under whatevername.reg ( be sure to use "all file" kind of type file.)
    -double click on the reg file you just saves you just saved , it will reinstal the shellex inside the .mov key here:
    HKEY_CLASSES_ROOT\.mov
    with the right keys and stuff.
    -close regedit
    -open a folder containing your .MOV, refresh the files several times to be sure, it should be working.

  • Disabling SMB2 and SMB3 Client from Windows Vista, Windows 7 and Windows 8.

    There are many programs that are using a shared file on the server from clients from XP to Windows 10. From time to time it seems like there is a network outage and the handle to the file is broken and the file
    cannot be read or updated. It seems more prevalent on a Windows 2012 server but may have happened from time to time on 2008 & 2008 R2. However there are not any network problems so it just leaves the server & Client
    I have searched for possible resolutions including:-
    Turning  off the Cache for the share
    Disabling the network adapter power setting to allow windows to put the device to sleep.
    Disabling  Antivirus/configuring it to ignore folders for on access scanning
    Disabling SMB  Signing
    Configuring the  clients DWORD registry value SilentForcedAutoReconnect=1 in HKEY_LOCAL_MACHINE\Software\Microsoft\CurrentVersion\NetCache
    Setting the "NET CONFIG SERVER /AUTODISCONNECT:-1" to not drop client
    connections
    The last bit of trouble shooting that I can think of is to disable SMB2 and SMB3 as that does a lot of caching and batching of packets which could also be the cause of the problem.
    I have looked at
    http://support.microsoft.com/kb/2696547/en-us
    I have disabled SMB2&3 on the server as that is very straight forward.
    When I get to the section about disabling SMB2 on the client the command fails.
    sc config
    lanmanworkstation depend= bowser/mrxsmb10/nsi
      After running the above command, it returns an error: 
          [SC] ChangeServiceConfig FAILED 1059:
          Circular Service Dependency was specified.
    So it's not worth running the following command:
    sc config mrxsmb20 start= disabled
    I have tried the command on Windows Vista, Windows 7 and Windows 10 just to confirm that it's  nothing to do with any particular PC, machines in Domains and Non-Domain machines.
    So, my questions are:-
    1, is
    http://support.microsoft.com/kb/2696547/en-us actually correct and up to date and for the OSes (Vista, 7, 8, 8.1, 2012 server and Windows 10) with latest updates & service packs?
    2, How do I disable SMB2 and SMB3 on clients for troubleshooting purposes the server to resolve problems with shared files (multi user access)
    3, If I just disable SMB2 & 3 from the server would that force the clients not to use SMB2 when communicating with the server and therefore not caching the directory structure and file not found etc? I have seen posts that suggest this is not the case.
    4. Does sc.exe have a bug in it?
    Thanks in advance
    Rob

    Hi,
    I made a test in our testing enviroment, everything works fine to disable SMB2 and 3. For your problem, in my opinion, as I didn't find any specific report about this error, it would be better to use Process Monitor to capture the trace when running the
    command.
    Start Process Monitor, then set the filter as cmd.exe, after that, open CMD and execute the command.
    Process Monitor:
    http://technet.microsoft.com/en-us/sysinternals/bb896645.aspx
    In addition, I found another thread that had similar error with yours, you can take its solution as reference.
    https://social.technet.microsoft.com/Forums/windows/en-US/506828c8-e7af-4039-aca7-43321939bb55/offline-files-synchronization-error-the-file-specified-cannot-be-found?forum=w7itpronetworking
    Roger Lu
    TechNet Community Support
    Roger,
    Many thanks for the time taken to look into this.
    I've downloaded process monitor and loaded it. I filtered for cmd.exe started capture and saved a 1mb file.
    However I don't think this is going to help unless you can point me in the direction of what you're expecting to see in the capture file? If you want me to send you it I can but it does contain personal information which I'd rather not place online.
    You can recreate the problem yourself by doing the following:
    Go to modern.ie
    Download any windows 7 virtual machine for your preferred of virtualisation  platform 
    log in, start cmd as administrator and run the command
    sc.exe config lanmanworkstation depend= bowser/mrxsmb10/nsi
    You will also receive the same error.
    [SC] ChangeServiceConfig FAILED 1059:
    Circular Service Dependency was specified.
    You can also try it on the Windows 8 and 8.1 machine if you have time.
    I checked the link to the similar error and that just looks at the file not found problem which is the smb2 cache. They still didn't resolve the slow access to the share which is seen on a machine that has anti-virus on it when you go to right click
    on the folder or a file in the folder. It's about a 20 second (spinning circle) pause every time. The problem is bigger than that. If you have shared files on the network share that are used by multiple people at the same time, say a spreadsheet or database
    file windows is loosing the connection to that file so the user cannot write to it even if they have the file open. The smb2 caching shouldn't cause that problem.
    It appears that I have to disable from SMB2 and SMB3 and ensure that the clients only use SMB1.
    If SMB2 & SMB3 are disabled from the lanmanworkstation service the clients will not do any caching even if the server has disabled the share cache (offline files for that share).
    The problem with the "Circular reference" error message is standard across all versions of windows that have "smb2" or "smb2 and smb3". Can you recreate that problem? Or is it working on your windows computer and on the machines
    downloaded from modern.ie ?
    My testing has shown that the command "sc.exe config lanmanworkstation depend= bowser/mrxsmb10/nsi" does not work. Therefore that's the one I want to resolve first. By resolving that I may be able to get the clients accessing the share to behave
    themselves and use the shared files correctly as they always did from Windows 95/NT4 through to Windows XP and 2003/2008 server.
    I'm unable to recreate the problem with multiple users having access to shared database files on windows 2012 server from Windows 7 clients were the access to the files drops once a day or once every couple of days.
    Kindest Regards
    Robert

  • False Duplicate ip address error reported on our windows 2008 and windows 2012 servers

    we use windows 2008 and windows 2012 servers our company. my access switches are cisco catalyst 3560.
    A sample of a show version command from one of our access switches is as shown below.
    SW_01#show version
    Cisco IOS Software, C3560E Software (C3560E-UNIVERSALK9-M), Version 15.0(1)SE2, RELEASE SOFTWARE (fc3)
    Technical Support: http://www.cisco.com/techsupport
    Copyright (c) 1986-2011 by Cisco Systems, Inc.
    Compiled Thu 22-Dec-11 00:16 by prod_rel_team
    ROM: Bootstrap program is C3560E boot loader
    BOOTLDR: C3560E Boot Loader (C3560X-HBOOT-M) Version 12.2(53r)SE2, RELEASE SOFTWARE (fc1)
    SW_01 uptime is 2 weeks, 5 days, 16 hours, 15 minutes
    System returned to ROM by power-on
    System restarted at 17:31:47 UTC Fri Nov 14 2014
    System image file is "flash:/c3560e-universalk9-mz.150-1.SE2/c3560e-universalk9-mz.150-1.SE2.bin"
    I will be grateful if any one can help with some solution.
    Thank you

    Can you post your switch config?
    How many switches do you have? Presumably you have more than one, this  one is connected to others, and those others have servers and clients?
    Try doing a 'show arp' on the switch and comparing the IPs and MACs to your windows server. Do it a few times as it may change as each device using the IP sends packets.

  • Is PS Elements 12.0 compatible with Windows 7 and Windows Live Mail??

    Is the Organize/eMail part of Elements 12.0 compatible with my Windows 7 and Windows Live Mail?  I have never been able to make it work with my Elements 9.0 after many hours of trying.  The problem is acknowledged by Adobe and a solution offered but the solution does not work in any of my three Windows 7 computers.  Any help will be greatly appreciated.

    Brian, Thank you for responding.  I actually have two different questions on the same topic so I'll discuss them one at a time.
    1.  When I purchased a new Windows 7 computer several years ago I also purchased PSE 9.0 because I had been told my old PSE 4.0 would not work with W7.  I didn't get around to installing it until last fall--PSE 4.0 was working fine on the XP machine and I didn't have the time.  PSE 9.0 installed fine but I could not email a  photo from the Organizer.  I recently got interested in fixing the problem which has turned out to be more difficult than I could imagine.  I found a lot of evidence on the web that to make it work with W7/Windows Live Mail  you needed to make some patches in the registry.  I tried to follow the Adobe instruction a number of times but when I got down to: " 4. On your desktop, double-click SetDefaultEmailClient.reg. If prompted, click Continue. Click Yes on the Registry Editor confirmation prompt." it would not work.   Double clicking would bring up the browser with some register-like statements:  [Windows Registry Editor Version 5.00 [HKEY_CLASSES_ROOT\Microsoft Internet Mail Message] [HKEY_CLASSES_ROOT\Microsoft Internet Mail Message\shell] [HKEY_CLASSES_ROOT\Microsoft Internet Mail Message\shell\open] [HKEY_CLASSES_ROOT\Microsoft Internet Mail Message\shell\open\command] @="C:\\Program Files (x86)\\Windows Live\\Mail\\wlmail.exe /mailurl:%1" ].  I did not get a "Continue" to click on or a "Yes on the Registry Editor confirmation prompt".   I got nothing to take action on that might cause the registry to be updated with the specified patches.  I'm no expert on modifying the registry and this is beyond my understanding.  It just didn't do what it implied it would and I'm lost.  I've tried in on my WLM 2011 computer and on my brand new W7 notebook computer with WLM 2012.  I tried it using my normal browser, Firefox, and using Internet Explorer.
    PSE 9.0 does indeed show Windows Live Mail as an option under Edit/Preferences/Sharing and I have selected it.  When I try to share a photo via email all seems to go normally to the end when I get the message:  "Elements Organizer could not finish creating your E-mail message."  And, that is really not very helpful.  When I Google on that "Elements Organizer could not finish creating your E-mail message" I find that I'm far from being the only one with this problem and people with PSE 8.0, PSE 10.0 and PSE 11.0 have reported the problem.  I've found no way to communicate with Adobe and even their main support number, 800-883-6687, comes on with a message "this number is temporarily unavailable"!! I've called over 50 times over several days. That seems quite unusual.  It seems like selling a software product that is incompatible with one of the most popular Microsoft operating systems and email clients would not be a good thing.   Sorry for all the words but I wanted to define the situation as well as I can.
    2.  Given all of the time I've I spent without solving the problem it seemed tossing my PSE 9.0 and switching to PSE 12.0 might have been a smart move many months ago.  And, I'm considering it now.  That is why I really would like to get some assurance from Adobe that the problem is fixed and that I will have no problems with PSE 12.0, at least with emailing from the Organizer.  The news that it is working for you is encouraging and I hope others will report on the luck they have had.  You say it works better with WLM 2012 than with WLM 2011 but I don't know what that means.  It seems that the minimum requirement is that any time you want to send a photo via email, it works!
    If anyone knows how you can contact Adobe, by phone or email, please let me know.
    Thank you very much, Brian.
    Jim

  • Why Windows keep detecting ip address such as 169.254.201.217/16 Both on Windows 8 and Windows 8.1

    Why Windows 8 and Windows 8.1 (Even Windows 7) detects ip network address 169.254.201.217/16 on my computer???
    I keep getting that most of the time.
     

    Hi 
    This is my host files.
    # Copyright (c) 1993-2009 Microsoft Corp.
    # This is a sample HOSTS file used by Microsoft TCP/IP for Windows.
    # This file contains the mappings of IP addresses to host names. Each
    # entry should be kept on an individual line. The IP address should
    # be placed in the first column followed by the corresponding host name.
    # The IP address and the host name should be separated by at least one
    # space.
    # Additionally, comments (such as these) may be inserted on individual
    # lines or following the machine name denoted by a '#' symbol.
    # For example:
    #      102.54.94.97     rhino.acme.com          # source server
    #       38.25.63.10     x.acme.com              # x client host
    # localhost name resolution is handled within DNS itself.
    # 127.0.0.1       localhost
    # ::1             localhost
    And this is my network files.
    # Copyright (c) 1993-1999 Microsoft Corp.
    # This file contains network name/network number mappings for 
    # local networks. Network numbers are recognized in dotted decimal form.
    # Format:
    # <network name>  <network number>     [aliases...]  [#<comment>]
    # For example:
    #    loopback     127
    #    campus       284.122.107
    #    london       284.122.108
    loopback                 127

  • I have disabled all Kaspersky security, windows firewall and windows defender and Itunes still will not update my Ipod touch 4th gen to IOS 5, Helppppp!

    I can't get the IOS 5 to work for windows Vista.  I'm running kaspersky pure 2.0, windows firewall and windows defender.  I have turned them all off, I then attach my Ipod 4th gen and I get the "cannot connect to itunes update server".  I ran diagnostics in itunes and it tells me I dont have a internet connection.  I'm on the internet right now, and I DO have a internet connection, but it tells me Itunes says otherwise.  I'm able to send this message on the same pc with internet connection but keep running into this error.  I have now read discussiong boards through apple and disabled all my firewalls, still no luck.  I was able to update the lates version of itunes, and just waiting to get my ipod updated now, please help me.

    On the computer you should be able to go to the network properites. Go to the TCP part and unchec the line that says obtaind DNS automatically and check the one that says use the following. Add the 8.8.8.8 and Google other 8.8.4.4.
    For more info see:
    https://developers.google.com/speed/public-dns/

Maybe you are looking for

  • Print not working in Adobe Reader 11.0.07.

    It does not acknowledge that I have clicked the "print" button in the program. Control   P also has no response. Therefore, I cannot even look at printer settings. I am running Mac OS X 10.9.4. I've uninstalled and reinstalled a few times. Admin sett

  • File Content Conversion Sender. Enclosured info

    Hi experts, I have to read a plain file like this: x x x x x <START-OF-FILE> a;b;c;d; a;b;c;d; a;b;c;d; <END-OF-FILE> x x x x x Where 'x' means unuseful and unformatted lines, and 'a','b','c','d' are the fields to be parsed to xml. I wonder whether t

  • Firefox 5 for Mac doesn't fully load many secure sites: from Schwab to Ally

    FF5 for the Mac is buggy when it comes to https and other secure sites. I've had trouble getting full functionality with everything from Schwab to AllyBank to Barclay to Gmail as part of a gadget on iGoogle. No problems at all with Safari accessing t

  • Speaker stands for ProGamer G500

    Does anybody know speaker stands that are compitable with the Creative Gigaworks ProGamer G500?

  • Can my mac book accept lion?

    I have a MacBook, that was purchased in 2009, that is currently operating on OS 10.6.8 (Snow Leopard), I was wondering if this Macbook has the capacity to run on Lion ( OS 10.7) I am trying to get this laptop through the next two years of college, in