External directory child folder mapped to C Drive (need assistance to remove it).

Some how a child foler of my externel harddrive directory links to C: drive and I can't remove it. see attached images
Please advice

Hi,
Based on your information, I suspect this is caused when you install or configure some programs. Thus if it didn't cause any issue, I would like to suggest you ignore it.
Karen Hu
TechNet Community Support

Similar Messages

  • Compiling a driver, need assistance on kernel source configuration

    Hello BBS.
    I am compiling a module for the Asus PCE N53 wireless pci-e card. I have obtained the driver source, and followed the instructions, and have gotten to the point where I need assistance. The instructions requires the kernel source, i have successfully obtained and configured it using the Command line prompt, except for one feature. I need to enable the intel IPW2200 driver code in the kernel source for this driver. What procedure do I follow to enable it?

    > I know in face value, that my request may seem odd. I just need to use the source of the kernel, not a new kernel... I have found that what I am requesting... will fix the problem, based on a Gentoo solution: http://forums.gentoo.org/viewtopic-t-93 … art-0.html. Needing to know how to configure the kernel source to enable the intel driver still stands. The source I am using is the latest arch kernel source.
    ===============
    RT5592 Linux Driver quick start       
    ====================
    Check tools: 
    ====================
    *Before install driver, please check already install compile tool and  kernel source code
    1>Install compile tool
        $yum install gcc-c++
    2>check kernel source code exists /usr/src/kernels/ "kernel name"
        Download your kernel source code
        *http://www.kernel.org/pub/linux/kernel/        
        or
        $yum install kernel-devel
    ====================
    Build Instructions: 
    ====================
    1> $tar -jxvf DPO_GPL_RT5592STA_LinuxSTA_vx.x.x.x.tar.bz2
         go to "DPO_GPL_RT5592STA_LinuxSTA_vx.x.x.x" directory.
    2> In Makefile
         set the "MODE = STA" in Makefile and chose the TARGET to Linux by set "TARGET = LINUX"
         define the linux kernel source include file path LINUX_SRC
         modify to meet your need.
    3> In os/linux/config.mk
         define the GCC and LD of the target machine
         define the compiler flags CFLAGS
         modify to meet your need.
         ** Build for being controlled by NetworkManager or wpa_supplicant wext functions
             Please set 'HAS_WPA_SUPPLICANT=y' and 'HAS_NATIVE_WPA_SUPPLICANT_SUPPORT=y'.
             => $wpa_supplicant -Dwext -ira0 -c wpa_supplicant.conf -d
         ** Build for being controlled by WpaSupplicant with Ralink Driver
             Please set 'HAS_WPA_SUPPLICANT=y' and 'HAS_NATIVE_WPA_SUPPLICANT_SUPPORT=n'.
             => $wpa_supplicant -Dralink -ira0 -c wpa_supplicant.conf -d
    4> $make           
         # compile driver source code, need administrator.
         # To fix "error: too few arguments to function ¡¥iwe_stream_add_event"
            => $patch -i os/linux/sta_ioctl.c.patch os/linux/sta_ioctl.c
    5> $make install
         #install driver
         #copy RT2860STA.dat to /etc/Wireless/RT2860STA/RT2860STA.dat
    6>$vi /etc/rc.d/rc.local
         #input "ifconfig ra0 up"
        $reboot
    7> unload driver   
         $ifconfig ra0 down
         $rmmod rt5592sta
    ======
    Heres the output of my error, when I compile:
    =======
    make -C tools
    make[1]: Entering directory `/home/white/driver/DPO_GPL_RT5592STA_LinuxSTA_v2.6.0.0_20120326/tools'
    gcc -g bin2h.c -o bin2h
    make[1]: Leaving directory `/home/white/driver/DPO_GPL_RT5592STA_LinuxSTA_v2.6.0.0_20120326/tools'
    /home/white/driver/DPO_GPL_RT5592STA_LinuxSTA_v2.6.0.0_20120326/tools/bin2h
    cp -f os/linux/Makefile.6 /home/white/driver/DPO_GPL_RT5592STA_LinuxSTA_v2.6.0.0_20120326/os/linux/Makefile
    make -C /home/white/linux-3.2.9 SUBDIRS=/home/white/driver/DPO_GPL_RT5592STA_LinuxSTA_v2.6.0.0_20120326/os/linux modules
    make[1]: Entering directory `/home/white/linux-3.2.9'
      WARNING: Symbol version dump /home/white/linux-3.2.9/Module.symvers
               is missing; modules will have no dependencies and modversions.
      CC [M]  /home/white/driver/DPO_GPL_RT5592STA_LinuxSTA_v2.6.0.0_20120326/os/linux/../../os/linux/sta_ioctl.o
    /home/white/driver/DPO_GPL_RT5592STA_LinuxSTA_v2.6.0.0_20120326/os/linux/../../os/linux/sta_ioctl.c:2364:2: error: unknown field ‘private’ specified in initializer
    /home/white/driver/DPO_GPL_RT5592STA_LinuxSTA_v2.6.0.0_20120326/os/linux/../../os/linux/sta_ioctl.c:2364:2: warning: initialization from incompatible pointer type [enabled by default]
    /home/white/driver/DPO_GPL_RT5592STA_LinuxSTA_v2.6.0.0_20120326/os/linux/../../os/linux/sta_ioctl.c:2364:2: warning: (near initialization for ‘rt28xx_iw_handler_def.get_wireless_stats’) [enabled by default]
    /home/white/driver/DPO_GPL_RT5592STA_LinuxSTA_v2.6.0.0_20120326/os/linux/../../os/linux/sta_ioctl.c:2365:2: error: unknown field ‘num_private’ specified in initializer
    /home/white/driver/DPO_GPL_RT5592STA_LinuxSTA_v2.6.0.0_20120326/os/linux/../../os/linux/sta_ioctl.c:2365:2: warning: excess elements in struct initializer [enabled by default]
    /home/white/driver/DPO_GPL_RT5592STA_LinuxSTA_v2.6.0.0_20120326/os/linux/../../os/linux/sta_ioctl.c:2365:2: warning: (near initialization for ‘rt28xx_iw_handler_def’) [enabled by default]
    /home/white/driver/DPO_GPL_RT5592STA_LinuxSTA_v2.6.0.0_20120326/os/linux/../../os/linux/sta_ioctl.c:2366:2: error: unknown field ‘private_args’ specified in initializer
    /home/white/driver/DPO_GPL_RT5592STA_LinuxSTA_v2.6.0.0_20120326/os/linux/../../os/linux/sta_ioctl.c:2366:26: warning: excess elements in struct initializer [enabled by default]
    /home/white/driver/DPO_GPL_RT5592STA_LinuxSTA_v2.6.0.0_20120326/os/linux/../../os/linux/sta_ioctl.c:2366:26: warning: (near initialization for ‘rt28xx_iw_handler_def’) [enabled by default]
    /home/white/driver/DPO_GPL_RT5592STA_LinuxSTA_v2.6.0.0_20120326/os/linux/../../os/linux/sta_ioctl.c:2367:2: error: unknown field ‘num_private_args’ specified in initializer
    /home/white/driver/DPO_GPL_RT5592STA_LinuxSTA_v2.6.0.0_20120326/os/linux/../../os/linux/sta_ioctl.c:2367:2: warning: excess elements in struct initializer [enabled by default]
    /home/white/driver/DPO_GPL_RT5592STA_LinuxSTA_v2.6.0.0_20120326/os/linux/../../os/linux/sta_ioctl.c:2367:2: warning: (near initialization for ‘rt28xx_iw_handler_def’) [enabled by default]
    make[2]: *** [/home/white/driver/DPO_GPL_RT5592STA_LinuxSTA_v2.6.0.0_20120326/os/linux/../../os/linux/sta_ioctl.o] Error 1
    make[1]: *** [_module_/home/white/driver/DPO_GPL_RT5592STA_LinuxSTA_v2.6.0.0_20120326/os/linux] Error 2
    make[1]: Leaving directory `/home/white/linux-3.2.9'
    make: *** [LINUX] Error 2
    Last edited by confusedoldman (2012-12-25 20:14:34)

  • I redirected iTunes to an external drive and moved my iTunes library and folder, but my hard drive is still low on space.  How can I be sure that my music is all on the external HD ONLY, especially with the new iCloud technology?

    I redirected iTunes to an external drive and moved my iTunes library and folder, but my hard drive is still low on space.  How can I be sure that my music is all on the external HD ONLY, especially with the new iCloud technology?  It doesn't look like I created any more space by doing this, AND I totally lost all my iTunes playlists.  I'm not sure if because I added old library materials manually if this messed up my playlists, or if the new location is just not reading my moved library.  In any case, I followed step by step instructions and found a few holes and thought I'd just "figure it out" but I guess I'm not as smart as I thought since I'm still scratching my head many hours later.
    Thanks for any support ;-)
    Eaglerocker

    Quick answer if you use iTunes' default preferences settings:  Copy the entire iTunes folder (and in doing so all its subfolders and files) intact to the other drive.  Open iTunes and immediately hold down the option (alt) key (shift on Windows) so you get a prompt to select a library, then guide it to the 'iTunes Library.itl' file in the moved iTunes folder.
    If this is to a new computer and you put the copied iTunes folder in the default location of Macintosh HD > Users > *User Name* > Music  then you don't even need to start with the option key held down, iTunes will automatically look for it there.  (Make sure there isn't anything already in the iTunes folder there that you want to keep since you will be replacing it with the one you are moving.)
    iTunes: How to move [or copy] your music [library] to a new computer [or another drive] - http://support.apple.com/kb/HT4527 - a somewhat bewildering and not always easily understandable set of options.

  • HT201250 Hi, I had updated folder on my hard drive wich was wrongly replaced with a folder from my external drive. I m not using time machine. How can i recover that updated folder? (it was done on 3-5-12)

    Hi, I had updated folder on my hard drive wich was wrongly replaced with a folder from my external drive. I m not using time machine. How can i recover that updated folder? (it was done on 3-5-12)

    If the folder was replaced, it was written over.
    Nothing short of forensic data recovery (probably involving taking the drive apart to scan the discs seperately) is going to recover anything (if indeed even that will).

  • Moving iTunes Mobile Applications folder to an alternate drive

    I found out how to move the iTunes Mobile Applications folder to either an external drive or as in my case, from my 256GB SSD systems/application drive to a non-SSD drive on my desktop (3.0 TB in size). This is important for any iTunes users with their systems/applications on a SSD drive (i.e. on the C: drive but with constrained SSD drive space). In my case, my Mobile Apps folder is 40+ GB in size.
    iTunes allows you to easily move your iTunes music folder to an alternate drive but it does not provide a means to move the Mobile Apps folder. I have confirmed this. However, in Windows Vista, 7 and 8, using the “mklink” command, you can set up a symbolic link from the iTunes Mobile Apps folder on the C: drive to the relocated Mobile Apps folder on another drive. iTunes thinks it is adding new Mobile Apps to the C: drive Mobile Applications folder, but it is actually updating the real Mobile Apps folder on the alternate drive. I’ve tried this approach and it works like a charm. The steps required are as follows:
    1. Copy the existing Mobile Apps folder and its content on the C: drive to its new location on an alternate drive on your desktop or to an external drive.
    2. Note and record the exact detailed path to the existing Mobile Applications folder as well as the exact detailed path for the new Mobile Applications folder
    3. Delete the existing Mobile Applications folder (You cannot create a symbolic link to a directory that already exists on that same drive)
    4. Open a Command Prompt (admin) window on your desktop. On Windows 8, this is easily done by right clicking the start icon on the bottom left of the desktop screen and selecting the Command Prompt (admin) option.
    5. change directory to C:\  (i.e., enter cd c:\)
    6.  enter the mklink command and press enter  (format mklink /d link_address   target_address) for my Windows system this looked like the following:
         mklink /d "C:\Users\Marv\Music\iTunes\Mobile Applications" "D:\Music\iTunes\Mobile Applications"
    This command recreates the Mobile Applications folder on the C: drive in the exact place it was before, but only as a pointer to the real folder on the alternate or external drive. The link is transparent to iTunes and my 40+ GB Mobile Applications folder can be on a large drive rather than on my 256GB SSD systems/applications drive.

    It requires elevation. If you find the command line application (cmd.exe), right-click, run as administrator, and paste the command, that will work.
    However, this technique, which worked for me in the past, seems now to be failing. All new downloads are in the root of iTunes Media. The bizarre thing is that iTunes thinks it has put a downloaded file in the correct folder, so says it cannot play it, and if I move it manually to the correct folder, iTunes sees it without problems. I've tried mklink /d and mklink /j, neither works (the former shows the redirected target pathname, the latter behaves as if the target path is actually part of the native directory structure).

  • One user can not map a network drive

                       Hi,
    A costumer of mine is trying to map a network drive for an existing user that has always had access to the NSS6000 Network Storage Device. This still works for all other users except this one. It looks like an authentication failure. They connect thru CFIS (which means it's using the active directory).
    So far i have troubleshooted the following and ran out of options half an hour ago.
    I rebooted the NAS. No luck.
    I made a different folder and gave the user access. And tried to connect to that. No luck. (to confirm its not related to the folder security)
    I tried to map the drive on a different computer. No luck. (to confirm its not a local computer problem)
    I tried to map the drive to another folder on a different server, this worked fine. (to confirm credentials are correct).
    I tried to remove the user on the NSS600 and tried to update it. The user reappeared instantly in the user list on the NAS. No luck.
    I fear the user table the NSS keeps is corrupted. And i can't find a way to force the NAS to recreate it based on current folder security or active directory users.
    Please help, as i am in no mood to reconfigure the entire NAS.
    Kind regards,
    Tim Sars

    Hi,
    How did you map the network drive? Manually via GUI? Command? GPP? If you're using one of the above solutions, then try other solutions as a alternative way to check the result.
    According to your description, If Windows remains unable to reconnect mapped Network Drive at login, then I would suggest you created a batch file with net use command, use it as an logon script, this provides an alternate way to reconnect drives on
    a re-logon.
    example
    @echo off
    net use * /delete /yes
    net use x: \\server_name\shared_directory_name
    You can find detailed information in the following link
    https://helpdesk.egnyte.com/hc/en-us/articles/201638304-Mapping-a-drive-using-a-net-use-command-and-logon-scripts-for-domain-users
    http://technet.microsoft.com/en-us/library/bb490717.aspx
    NOTE
    This
    response contains a reference to a third party World Wide Web site. Microsoft is providing this information as a convenience to you.
    Microsoft
    does not control these sites and has not tested any software or information found on these sites.
    Yolanda Zhu
    TechNet Community Support

  • Just got Prosoft drive genius 3 software, and it's telling me that the external hard drive that i am using for my time machine back up drive needs to be defragmented.  is it wise to do this or should i not??

    just got Prosoft drive genius 3 software, and it's telling me that the external hard drive that i am using for my time machine back up drive needs to be defragmented.  is it wise to do this or should i not??

    Let's hope a couple things: that you have bootable clones of your drives also; that the backup drive for TimeMachine has over 3x capacity of the data you plan and are storing. I would also switch TM backup drives so you have a 2nd.
    Fragmented free space affecting performance happens when the drive is too full which may mean there isn't enough free space for a full backup set.
    1.5TB for backing up 500GB, while WD Green 3TB is $140 and WD Black 1.5TB is, about the same price.
    I'd be worried about the integrity and directory, and whether you can afford to lose that drive. Defragging is also a very slow operation. the ideal: to just clone a drive, or start over with another drive and wait. cloning TM volumes has not been done or has it? SuperDuper hoped to but I don't think they or Bombich's CCC made it there.
    Trouble with highly fragged is when free space gets to 20% normally, 1/3 or so though for TM volumes, and finding where and a chunk of space for the file being written. Does TM use large spare image files of like 2GB?
    Best would be to ask in the TimeMachine section Snow Leopard
    https://discussions.apple.com/community/mac_os/mac_os_x_v10.6_snow_leopard?view= discussions#/?tagSet=1009
    where there are some good FAQ and tutorials, and people that know the ins-and-outs and shortcomings.

  • Folder mapping with Unix XI box / XI is not pulling the file from folder

    We have installed XI on Unix box. We have developed a test scenario using file adapter and tested the mapping program. it's executing successfully. Problem is after completion of configuration XI server is not pulling the file from the assigned folder. I think we need to map that network driver with the XI server. Hope my assumption is correct if not correct me and please help me to resolve the problem.
    any help appreciated
    Regards,
    Venkat Bomma.

    Well, I had the same problem once but I don't remember exatcly the solution...
    I am pretty sure it's a post-installation activity (search in SDN or marketplace for the relevant Guide).
    You can also find some useful information in this doc right here <a href="https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/08438c77-0501-0010-50a0-e39">How-To Monitor and Analyze Errors in the SAP J2EE Adapter Engine</a> starting from chapter 3.
    Let me know if this helps. In the meantime I will dig in my memory...
    Cheers,
    Alex

  • Trying to watch on a folder on an network drive

    I store all of my photos on a netwrok drive so that everybody can acccess them.  Genrally the photos are imported and put up there by my wife using picassa on her laptop.  I am trying to watch this folder and find that PSE 10 organiser will not retain the watched folder.
    I have the folder on the network drive mapped to S: on my computer when I try and watch this folder it seems to add it then tells me the path cannot be found.  So I use the nework location to put the watch folder in and it happily accepts it then when I close down organiser and repopen it the watch folder has dissappeared.
    Any ideas?

    Thanks looks like it may have worked.
    I forgot to mention before that I lost the watched folder when I put the laptop in standby or rebooted.  Tried it after standby and the watched folder was there although unusally it took three or four attempts to open organiser! The selection screen came up selected organiser and rather than the bar changing and then opening the selection screen just disappeared and had to reopen it
    Will keep an eye on it and let you know
    Thanks

  • Only Able To Add One File At A Time From Mapped SharePoint (2013) Drive to Outlook (2010) E-mail

    I am using SharePoint 2013. I have mapped several network drives. When adding files off SharePoint to an Outlook email, I can only add one file at a time. I can add multiple files IF they are not on SharePoint (e.g., stored locally, or on Dropbox); Previously,
    when using SharePoint 2010, I was able to upload multiple files. 
    ANy advice?
    Thanks. 

    Hi,
    There are two methods to add multiple files from SharePoint library to outlook emails:
    Sync SharePoint library to outlook via “Connect to Outlook”, then you will find SharePoint Lists in outlook. Locate the library folder, you could select multiple items and drag them to an email.
    Open SharePoint library via “Open with Explorer”, then you could selected multiple files and drag them to an email.
    Regards,
    Rebecca Tu
    TechNet Community Support

  • I just tried to copy a folder to a pen drive from my mac. It transferred fine. I then ejected the pen drive then pulled it out. When I pulled it out it said it had not ejected correctly despite me just Doing this. The folder is now missing from both! Help

    I just copied a folder from my desktop to my pen drive. It transferred fine. I then ejected the pen drive then pulled it out. On doing so it said it had not been ejected properly!!!!! The folder is now missing from my computer and the pen drive. Pulling my hair out please help!

    When youi say Eject, the RAM copy of the Directory is written back to the drive. On a pen drive, this can take several seconds.
    If you get too excited and don't wait those few seconds, the directory write will be incomplete, and the drive will lose its integrity or lose files or both.

  • Without thinking, I dragged my iTunes folder to new hard drive ...

    As friendly as Macs are - and as long as I have been using them - the iTunes issues never cease to puzzle me. In this case, I hope there is an easy answer, though I fear I know differently form the posts.
    I wanted to move my itunes to my new laCie hub/drive extenral to free up space for FCP on my main internal drives. So I thought (or didn't think) and dragged to make a copy of the iTunes folder from my main 'Music' location. Now, of course, I can't return it or reconnect it. I DO have my ipod fully loaded .. so assume that is an option to restore it.
    So a) is there an option i don't know about (I just want it back the way it was! AaRRGGGH!)
    or b) can you offer me the info on restoring from ipod (ouch)
    Thanks!
    Brent

    When dragging a folder to another disk, Mac OS makes a copy.
    You can drag the folder out of the trash onto the external and open iTunes with the Option key held or you can use the original folder on the internal.
    If you want you use the external drive for iTunes.
    Quite iTunes.
    Drag the iTunes folder from the trash to where you want.
    Start iTunes and hold the Option key. Select Choose existing library and select the folder on the external drive.
    You should see all your music and playlists.
    Quti iTunes.
    Drag the original folder on yoru internal drive tot eh trash (don't empty it yet).
    Start iTunes normally and make sure all your music works.
    If so, you can delete the trash and free up all that space on the internal drive.

  • Moving a shared iTunes Media Folder to another hard drive

    For many years our family has been sharing our iTunes media on a single computer. Currently there are 3 of us. We each have our own iTunes Library in our ~/Music/iTunes folders, but all the shared media is in /Users/Shared/Music.
    We have outgrown the current internal hard drive, and I now have a big external drive ready to go, but I can't figure out how to move the media files without the need for 2 out of the 3 of us to rebuild our iTunes library from scratch.
    I tried first using the technique described in many different articles of having the first user change the media folder location preference and then use "Consolidate library" to actually move the media files to the new location. But then when I do the same for the second user, it makes a second copy of every file in the new location.
    Is there a way to get the second user to simply update the locations of all the files in the Library, and not make copies?
    Alternately, is there a way to rebuild the 2nd and 3rd users Libraries, but to keep the existing playlists working. The need to recreate these playlists is the main task that we are trying to avoid.
    Thanks in advance,
    -steve

    If your library files are on the current external drive, with the media folder inside the main library folder, then simply copy this folder to the new drive and use the hold option/shift when starting iTunes method to open the library in its new location.
    If your media folder is on the external but the library files are on the internal drive then start by copying the contents of your iTunes folder, *iTunes Library, iTunes Library Extras.itdb, iTunes Library Genius.itdb, sentinel, Album Artwork* folder etc. to the parent folder of the media folder on the external. (You can leave the .xml file behind, it will have a slightly different name in the new location and will be recreated automatically.) Use the option-launch-iTunes method above to open the library on the external drive. Make sure it all works properly then close it and proceed as outlined in the first paragraph.
    iTunes uses the folder name for the folder holding the *iTunes Library* file as the window title, so you may get odd results if your library files are now in the root of the drive. As long as the media folder is stored as a sub- folder of the library folder you can move everything to a new folder or path and use the option-launch-iTunes method. E.g. if your media was at *\iTunes Media* then move the libray files to the root folder \ - open, test and close iTunes - create a folder called iTunes - move the libray files, Album Artwork and iTunes Media folder into the new iTunes folder then open the library in the new location.
    tt2

  • HT3275 I am using an external drive for backup. I am now getting a message that the drive needs a disk repair, but when I run disk repair it  just seems to freeze.

    I am using an external drive for back up. Yesterday the backup failed and I received a message that the external drive( a passport drive) needed a 'disk repair", when I ran disk repair nothing happened it seemed to freeze. Suggestions? should i simply erase the external drive and start over-my computer is fine.

    Get a different drive for backup.
    In the meantime, once you are backed up some drive safe, then you can attempt to repair the backup drive using the repair the directory link.

  • I can't map a network drive from Windows 7, using the exact same settings that work fine with Vista or XP

    I have Windows 7  64 bit Home Premium,and I can't map a network drive.  I use a Cisco VPN client to connect to my University network, and then when I go to map the drive I get a message that it can't be found.  I have done web research it seems that I am unable to edit the local security settings (apparently you can do this in Ultimate and Professional versions), and that this may be the culprit.  Does Microsoft make some patch available?  My IT people, and the tech help at HP are baffled by this.  If Windows 7 Home Premium does not allow for mapping of network drives, then I'm dumping it and returning to Vista.  Has anybody had similar problems?

    Day 2 of trying to map a drive in Windows 7 Professional:
    My journey to ____..
    Begins:
    I purchased Windows 7 Home 3xuser license pack for ~140 US I kep hearing friend sayhow much faster it was than Vista 32bit so I thought hey let’s “upgrade”
    .. I looked up the definition of the word “upgrade” the following is what I found:
    1.
    To exchange a possession for one of greater value or quality; trade up.
    2.
    Computer Science
    To replace software or hardware with an upgrade.
    3.
    Computer Science
    a.
    To replace (a software program) with a more recently released, enhanced version.
    b.
    To replace (a hardware device) with one that provides better performance.
    So we,re all clear on what an upgrade is suppose to be. I wanted tomake sure I understood before I proceeded.
    I installed a copy on my latptop Toshiba Centrino 1.83 Ghz/3 G Ram decent computer for all intent and purposes. It’s been working fine
    on Vista but running slow. So I went through MS “requirements checking” to determine if my computer passed the MS test and worth of such the honor and also get MS’s blessing before I moved forward with the “upgrade”.
    I proceeded with the upgrade went relatively smoothly had to uninstall a few programs but I figure that’s such a 
    small price to pay for such great enhancement that I will receive from my “upgrade”. Approximately 4 to 5 hours later after minimal reboots I was all set to go with my new upgraded OS. It was working as prescribed faster than Vista cleaner
    interface sorta, helpful little taskbar gadgets. I was stoked that night I went to be thinking I will go to work and be a rock star on my brand newly “upgraded” computer.
    Oh and by the way, I was so thrilled about Windows 7 I even upgrade my home computer as well.
    I go into work and I have a very big user migration that night, I am an network engineer and I use my laptop for work I use Visio, Wireshark
    and others, all the tools that help us do our job efficiently and effectively.
    I sit down turn on my computer it boots faster than Vista and I’m just chomping at the bit to get going have lots of work to do. So let
    go back for a minute an look at the definition of “upgrade”
    “3.
    Computer Science
    a.
    To replace (a software program) with a more recently released,
    enhanced version.
    b.
    To replace (a hardware device) with one that provides
    better performance.”
    So were good on what upgrade is?
    I have my computer up I have logged in (locally) not on a domain as I was not when I was on Vista OS. I wanted to attach the server to get some
    files so I go to map a drive………………. Hmmmph ….. that’s weird I cannot map a drive …… let’s try this again……… hmmmph…. what this domain thing going here I
    never need that before in the lesser product Vista but ok I’ll add my
    \\servername\folder and my domain.org\username..... hit enter and hmmmmmph …. It ask me for my password again.. well I could have fat gingered it so I’ll type it in reallllllllly slow.. hmmmmmmph ….. again no such luck…
    So I decide consult a colleague of mine who recommended I “upgrade” to Windows 7. After speaking with me he tells me oh! You need
    Windows 7 Professional to do the same things you did in Vista home … I’m perplexed by this but let’s once more take a look at the word “upgrade” to “enhance
    and/or make better
    ”. So now I’m a little perturbed by this little bit of information but I suck it up and decide I’ll drop another ~100.00 US on an “upgrade” to Professional small price to pay for such a great product.. I mean have
    you seen those commercial WOW!
    I make my purchase download and once “upgrade” to new “upgrade” with even more improvement over Vista and XP I mean
    with those two OS’s it took me all of 5 second to map a drive SURELY Windows 7 Professional will map a drive like no one business.
    After 
    few reboots my computer has been fully “upgraded” and ‘upgrade” again to W7 Pro and I’m off to the races ready to get to work cause my migration will be starting in a few hours and I want to be prepared. Sytsem reboots quickly
    I’m logged and ready to start getting my information I so desperately need. I go to map my drive I figure I’ll help W7Pro out I’ll be proactive and use “domain.org\username” that way W7Pro 
    will like me and think oh! this man is brilliant. I hit enter with my correct password that I type realllllly slow. …… waited it’s thinking for sure this is it .. the anticipation is killing me the excitement is overwhelming …….
    THUD my world just came crashing down ..no luck .. no login ..no mapping drives…I’m now on hour 6 of this ridiculous journey to the “upgrade” to “upgrade” ____. So now I’m left to forum because MS surely does not
    think I am going to pay them $275.00 and hour for support on something that should have work right out of the box.
    So I’m on day to I have tried everything on this forum page to get my mapped drive to work with nothing working for me. It appears that
    if I want to use my computer I will have to rolled back to the lesser (Vista).
    Just in case you’re wondering how I made it through the user migration. I had my co-worker bring me my XP computer worked like it’s
    was suppose to.

Maybe you are looking for

  • Warning message in Modulepool

    Hi All, How to create a warning message in Modulepool. Thanks Basheer

  • Can I use a Airport Express and a Foscam IP camera without a internet connection?

    Hi All, I have a Foscam FI8918W IP camera.  I have it working perfectly at home on my local network over wifi with either my Airport Extreme or my Airport Express. I planned to use this IP cam as a wireless camera for on stage work with bands, monito

  • Delete/Remove past due Purchase Requisition

    Hi  Experts, Delete/Remove past due Purchase Requisition, error message: Plant not generated due to XX05 Regarding the issue deleted Pur Reqs,   I should be the one to delete it. but Pur Reqs, it is still open. Iu2019ve tried but found that donu2019t

  • Read Counter/Position Line or Volume Counter

    I have the iPod Nano 4 GB. Serial # YM538AJCTK3 It used to show the read counter or position line that shows at which point on the song/podcast I'm on; or the. Now, it's not showing it. Instead it's showing 5 small circles that doesn't indicate the p

  • Addon list not loading in Firefox 17 after update

    Running FF beta 17 - I go to tools & click addons. Nothing happens - will not open. clicked control/shift/a = same fail. sorry - I cleared cache/cookies + used avg pro to clean + restarted windows 7 64 X and FF = still fail - I see this similar probl