Will the REAL My Documents please identify itself???

I'm setting up a computer that runs on Windows 7 (W7).  I need to locate the user data on a different drive (partition) than the one in which the OS (W7) is stored.  Let's say that the data partition is called drive D:.  Then let's say I define
the the following folders (directories):
D:\Documents\User1
D:\Documents\User2
1.  Sign on as User1
2.  Go to the "My Documents" item within the "Libraries" item (sorry but I simple cannot think of anything better to call these 2 abstract things than "items") and select (right click) properties and change the location
from "C:\Users\User1" to "D:\Documents\Users1", which seems to work fine.
3.  Repeat Step 2 for "User2".
4.  Perform a similar operation on the abstract thing-a-jig under "Favorites" that is called "Downloads".  In that, change the location in the properties to refer to "D:\Documents\username\Downloads.  The
problem that arises here is that when you go to select the target (destination) folder it is referred to as "My Documents", which would be harmless except that the folder in "D:\Documents" for every user is called "My Documents". 
This is also true when viewing the same folders in Windows Explorer.  In that there are multiple sub-folders that are all called "My Documents".
5.  If you now select the respective sub-folders called "My Documents" within the "D:\Documents" folder and open the properties you find the folder names that were originally specified as the value for the location property. 
W7 also seems to use the correct folder to store the applicable files.
However, I'd say that this is a completely unusable setup.  What gives?
Is there a way to get rid of all the none sensical abstraction that have been added to W7 and return to the well understand concepts employed in Windows XP and prior releases?  I suppose you could call that either Classical or Legacy My Documents?

There is a hidden Desktop.ini file in the Documents folder which has a line that looks like this
LocalizedResourceName=@%SystemRoot%\system32\shell32.dll,-21770
It is the LocalizedResourceName that causes the folder to appear as "My Documents" in the parent folder even though the real name is Documents or user1 or user2 or whatever. The same mechanism also causes all symbolic links to the Documents folder
to appear as "My Documents."
I would suggest that you copy the original folder structure - that is, instead of using
D:\Documents\User1
D:\Documents\User2
and possibly ending up with two "My Documents" folders appearing in D:\Documents, you should use
D:\User1\Documents
D:\User2\Documents
Alternatively, try reading the comments here:
https://social.technet.microsoft.com/Forums/windows/en-US/home?category=w7itpro&filter=alltypes&sort=lastpostdesc
where it is suggested to try one of the following
- delete the Desktop.ini file
- rename the LocalizedResourceName
- edit the registry so that the real name is used when Desktop.ini is created
You can also try looking at this kb
http://support.microsoft.com/default.aspx?scid=kb;EN-US;947222
If you feel the need for a fresh start you could try reading
http://www.sevenforums.com/tutorials/581-libraries-restore-default.html

Similar Messages

  • Microsoft word will not open .docx documents please help I believe I have been able to open these before I am using Office for Mac.

    Hello,
    I am unable to open .docx seemingly all of the sudden. These documents are now defaulting to pages. I believe I have been
    able to open these before. I am using word in Microsoft Office 2004 for Mac. Please advise.
    Thanks
    Troy

    Do a Get Info (command - I) on a docx document, unlock the padlock, and change the open with to Microsoft Word. Then click change all.

  • Is there a way that safari can remember passwords?  I'm pretty uncool so I will need real simple instructions, please

    I can't seem to get safari to remember passwords.  I'm not too cool so I need some pretty basic help.  Thanks

    From your Safari menu bar (top of your screen) click Safari then from the drop down menu click Preferences.
    Select the Autofill tab.
    Make sure User names and passwords is selected.
    If you are having problems with specific sites where Safari won't "remember" a password, open the Keychain Access app.
    That's located in /Applications/Utilities
    Select Passwords on the left. Type in the name of the website where Safari isn't storing the password then right or control click that keychain then click Delete.
    Go back to Safari, go to the website, login with your user name and password. You should be prompted to save that data to a new keychain. Click Yes.
    Also, your profile indicates you are running v10.5.7. If that is correct, you need to update your system software including Safari.
    Click your Apple menu icon top left in your screen. From the drop down menu click:  Software Update...
    Restart your Mac after the updates are installed.

  • Unable to find a Re-Seller willing to sell me an Upgrade from Acrobat 9-Pro to XI. Live in Puerto Rico. Cannot buy through the Adobe Website. Locally identified Re-Seller unable/unwilling to provide me with the advertised Upgrade. My Options are; please?

    Unable to find a Re-Seller willing to sell me an Upgrade from Acrobat 9-Pro to XI. Live in Puerto Rico. Cannot buy through the Adobe Website. Locally identified Re-Seller unable/unwilling to provide me with the advertised Upgrade. My Options are; please?

    Reason I had to chat with Customer Support is that I got the following message upon placing Upgrade Order.
    What Different Country? It's the US. The ONLY placed I've lived my entire life! Apparently some software changes were made to the site and the PR Territory fell in a no-man's land.

  • I just updated my Iphone 3G and now it won´t work anymore. It wouldn´t even boot. It was just working for 3 sek. after the installation and now it shut itself down. Any help, please?

    I just updated my Iphone 3G and now it won´t work anymore. It wouldn´t even boot. It was just working for 3 sek. after the installation and now it shut itself down. Any help, please? Thankyou

    I suspect you have a 2G iPod. Those can only go to iOS 4.2.1.
    Identifying iPod models
    iPod touch (3rd generation)
    iPod touch (3rd generation) features a 3.5-inch (diagonal) widescreen multi-touch display and 32 GB or 64 GB flash drive. You can browse the web with Safari and watch YouTube videos with Wi-Fi. You can also search, preview, and buy songs from the iTunes Wi-Fi Music Store on iPod touch.
    The iPod touch (3rd generation) can be distinguished from iPod touch (2nd generation) by looking at the back of the device. In the text below the engraving, look for the model number. iPod touch (2nd generation) is model A1288, and iPod touch (3rd generation) is model A1318.
    You also said: "It also will not let me download any music onto it." What happens when you try to sync music to the iPod?

  • The XML document builds on itself when called twice. Help!!!

    When I run the Sample program for the Oracle classgen for Java
    the XML document node repeats itself when called the second
    time. This is what I mean:
    import oracle.xml.classgen.*;
    import oracle.xml.parser.*;
    public class TestWidl
    static WIDL w1 = new WIDL();
    public static void main (String args[])
    test();
    test();
    static void test ()
    try
    DTD dtd = w1.getDTDNode();
    w1.setNAME("WIDL1");
    w1.setVERSION(WIDL.VERSION_1_0);
    SERVICE s1 = new SERVICE("Service1", "Service_URL");
    s1.setINPUT("File");
    s1.setOUTPUT("File");
    BINDING b1 = new BINDING("Binding1");
    b1.setTYPE(BINDING.TYPE_INPUT);
    BINDING b2 = new BINDING("Binding2");
    b2.setTYPE(BINDING.TYPE_OUTPUT);
    VARIABLE v1 = new VARIABLE("Variable1",
    VARIABLE.NULLOK_FALSE);
    v1.setTYPE(VARIABLE.TYPE_STRING);
    v1.setUSAGE(VARIABLE.USAGE_INTERNAL);
    v1.setVALUE("value");
    VARIABLE v2 = new VARIABLE("Variable2",
    VARIABLE.NULLOK_TRUE);
    v2.setTYPE(VARIABLE.TYPE_STRING1);
    v2.setUSAGE(VARIABLE.USAGE_HEADER);
    VARIABLE v3 = new VARIABLE("Variable3",
    VARIABLE.NULLOK_FALSE);
    v3.setTYPE(VARIABLE.TYPE_STRING2);
    v3.setUSAGE(VARIABLE.USAGE_FUNCTION);
    v3.setMASK("mask");
    CONDITION c1 = new CONDITION("CRef1", "CMatch1");
    c1.setSERVICE("Service1");
    c1.setTYPE(CONDITION.TYPE_SUCCESS);
    CONDITION c2 = new CONDITION("CRef2", "CMatch2");
    c2.setTYPE(CONDITION.TYPE_RETRY);
    CONDITION c3 = new CONDITION("CRef3", "CMatch3");
    c3.setSERVICE("Service3");
    c3.setTYPE(CONDITION.TYPE_FAILURE);
    REGION r1 = new REGION("Region1", "Start", "End");
    b1.addNode(r1);
    b1.addNode(v1);
    b1.addNode(c1);
    b1.addNode(v2);
    b2.addNode(c2);
    b2.addNode(v3);
    w1.addNode(s1);
    w1.addNode(b1);
    w1.addNode(b2);
    w1.validateContent();
    w1.print(System.out);
    catch (Exception e)
    System.out.println(e.toString());
    e.printStackTrace();
    The XML output looks like this:
    First Call to test():
    <?xml version = '1.0' encoding = 'ASCII'?>
    <!DOCTYPE WIDL SYSTEM "file:/home/hmiranda/tmp/WIDL_dtd.txt">
    <WIDL NAME="WIDL1" VERSION="1.0">
    <SERVICE NAME="Service1" URL="Service_URL" INPUT="File"
    OUTPUT="File"/>
    <BINDING NAME="Binding1" TYPE="Input">
    <REGION NAME="Region1" START="Start" END="End"/>
    <VARIABLE NAME="Variable1" NULLOK="False" TYPE="String"
    USAGE="Internal" VALUE="value"/>
    <CONDITION REF="CRef1" MATCH="CMatch1" SERVICE="Service1"
    TYPE="Success"/>
    <VARIABLE NAME="Variable2" NULLOK="True" TYPE="String1"
    USAGE="Header"/>
    </BINDING>
    <BINDING NAME="Binding2" TYPE="Output">
    <CONDITION REF="CRef2" MATCH="CMatch2" TYPE="Retry"/>
    <VARIABLE NAME="Variable3" NULLOK="False" TYPE="String2"
    USAGE="Function" MASK="mask"/>
    </BINDING>
    </WIDL>
    Second Call to test:
    Please note how service1 repeats itself. I would expect that
    the XML string would look like the first output:
    How can I fix this??
    <?xml version = '1.0' encoding = 'ASCII'?>
    <!DOCTYPE WIDL SYSTEM "file:/home/hmiranda/tmp/WIDL_dtd.txt">
    <WIDL NAME="WIDL1" VERSION="1.0">
    <SERVICE NAME="Service1" URL="Service_URL" INPUT="File"
    OUTPUT="File"/>
    <BINDING NAME="Binding1" TYPE="Input">
    <REGION NAME="Region1" START="Start" END="End"/>
    <VARIABLE NAME="Variable1" NULLOK="False" TYPE="String"
    USAGE="Internal" VALUE="value"/>
    <CONDITION REF="CRef1" MATCH="CMatch1" SERVICE="Service1"
    TYPE="Success"/>
    <VARIABLE NAME="Variable2" NULLOK="True" TYPE="String1"
    USAGE="Header"/>
    </BINDING>
    <BINDING NAME="Binding2" TYPE="Output">
    <CONDITION REF="CRef2" MATCH="CMatch2" TYPE="Retry"/>
    <VARIABLE NAME="Variable3" NULLOK="False" TYPE="String2"
    USAGE="Function" MASK="mask"/>
    </BINDING>
    <SERVICE NAME="Service1" URL="Service_URL" INPUT="File"
    OUTPUT="File"/>
    <BINDING NAME="Binding1" TYPE="Input">
    <REGION NAME="Region1" START="Start" END="End"/>
    <VARIABLE NAME="Variable1" NULLOK="False" TYPE="String"
    USAGE="Internal" VALUE="value"/>
    <CONDITION REF="CRef1" MATCH="CMatch1" SERVICE="Service1"
    TYPE="Success"/>
    <VARIABLE NAME="Variable2" NULLOK="True" TYPE="String1"
    USAGE="Header"/>
    </BINDING>
    <BINDING NAME="Binding2" TYPE="Output">
    <CONDITION REF="CRef2" MATCH="CMatch2" TYPE="Retry"/>
    <VARIABLE NAME="Variable3" NULLOK="False" TYPE="String2"
    USAGE="Function" MASK="mask"/>
    </BINDING>
    </WIDL>
    Any Help is appreciated.
    Hector.
    null

    Hector Miranda (guest) wrote:
    : When I run the Sample program for the Oracle classgen for Java
    : the XML document node repeats itself when called the second
    : time. This is what I mean:
    : import oracle.xml.classgen.*;
    : import oracle.xml.parser.*;
    : public class TestWidl
    : static WIDL w1 = new WIDL();
    : public static void main (String args[])
    : test();
    : test();
    : static void test ()
    : try
    : DTD dtd = w1.getDTDNode();
    : w1.setNAME("WIDL1");
    : w1.setVERSION(WIDL.VERSION_1_0);
    : SERVICE s1 = new SERVICE("Service1", "Service_URL");
    : s1.setINPUT("File");
    : s1.setOUTPUT("File");
    : BINDING b1 = new BINDING("Binding1");
    : b1.setTYPE(BINDING.TYPE_INPUT);
    : BINDING b2 = new BINDING("Binding2");
    : b2.setTYPE(BINDING.TYPE_OUTPUT);
    : VARIABLE v1 = new VARIABLE("Variable1",
    : VARIABLE.NULLOK_FALSE);
    : v1.setTYPE(VARIABLE.TYPE_STRING);
    : v1.setUSAGE(VARIABLE.USAGE_INTERNAL);
    : v1.setVALUE("value");
    : VARIABLE v2 = new VARIABLE("Variable2",
    : VARIABLE.NULLOK_TRUE);
    : v2.setTYPE(VARIABLE.TYPE_STRING1);
    : v2.setUSAGE(VARIABLE.USAGE_HEADER);
    : VARIABLE v3 = new VARIABLE("Variable3",
    : VARIABLE.NULLOK_FALSE);
    : v3.setTYPE(VARIABLE.TYPE_STRING2);
    : v3.setUSAGE(VARIABLE.USAGE_FUNCTION);
    : v3.setMASK("mask");
    : CONDITION c1 = new CONDITION("CRef1", "CMatch1");
    : c1.setSERVICE("Service1");
    : c1.setTYPE(CONDITION.TYPE_SUCCESS);
    : CONDITION c2 = new CONDITION("CRef2", "CMatch2");
    : c2.setTYPE(CONDITION.TYPE_RETRY);
    : CONDITION c3 = new CONDITION("CRef3", "CMatch3");
    : c3.setSERVICE("Service3");
    : c3.setTYPE(CONDITION.TYPE_FAILURE);
    : REGION r1 = new REGION("Region1", "Start", "End");
    : b1.addNode(r1);
    : b1.addNode(v1);
    : b1.addNode(c1);
    : b1.addNode(v2);
    : b2.addNode(c2);
    : b2.addNode(v3);
    : w1.addNode(s1);
    : w1.addNode(b1);
    : w1.addNode(b2);
    : w1.validateContent();
    : w1.print(System.out);
    : catch (Exception e)
    : System.out.println(e.toString());
    : e.printStackTrace();
    : The XML output looks like this:
    : First Call to test():
    : <?xml version = '1.0' encoding = 'ASCII'?>
    : <!DOCTYPE WIDL SYSTEM "file:/home/hmiranda/tmp/WIDL_dtd.txt">
    : <WIDL NAME="WIDL1" VERSION="1.0">
    : <SERVICE NAME="Service1" URL="Service_URL" INPUT="File"
    : OUTPUT="File"/>
    : <BINDING NAME="Binding1" TYPE="Input">
    : <REGION NAME="Region1" START="Start" END="End"/>
    : <VARIABLE NAME="Variable1" NULLOK="False" TYPE="String"
    : USAGE="Internal" VALUE="value"/>
    : <CONDITION REF="CRef1" MATCH="CMatch1"
    SERVICE="Service1"
    : TYPE="Success"/>
    : <VARIABLE NAME="Variable2" NULLOK="True" TYPE="String1"
    : USAGE="Header"/>
    : </BINDING>
    : <BINDING NAME="Binding2" TYPE="Output">
    : <CONDITION REF="CRef2" MATCH="CMatch2" TYPE="Retry"/>
    : <VARIABLE NAME="Variable3" NULLOK="False" TYPE="String2"
    : USAGE="Function" MASK="mask"/>
    : </BINDING>
    : </WIDL>
    : Second Call to test:
    : Please note how service1 repeats itself. I would expect that
    : the XML string would look like the first output:
    : How can I fix this??
    : <?xml version = '1.0' encoding = 'ASCII'?>
    : <!DOCTYPE WIDL SYSTEM "file:/home/hmiranda/tmp/WIDL_dtd.txt">
    : <WIDL NAME="WIDL1" VERSION="1.0">
    : <SERVICE NAME="Service1" URL="Service_URL" INPUT="File"
    : OUTPUT="File"/>
    : <BINDING NAME="Binding1" TYPE="Input">
    : <REGION NAME="Region1" START="Start" END="End"/>
    : <VARIABLE NAME="Variable1" NULLOK="False" TYPE="String"
    : USAGE="Internal" VALUE="value"/>
    : <CONDITION REF="CRef1" MATCH="CMatch1"
    SERVICE="Service1"
    : TYPE="Success"/>
    : <VARIABLE NAME="Variable2" NULLOK="True" TYPE="String1"
    : USAGE="Header"/>
    : </BINDING>
    : <BINDING NAME="Binding2" TYPE="Output">
    : <CONDITION REF="CRef2" MATCH="CMatch2" TYPE="Retry"/>
    : <VARIABLE NAME="Variable3" NULLOK="False" TYPE="String2"
    : USAGE="Function" MASK="mask"/>
    : </BINDING>
    : <SERVICE NAME="Service1" URL="Service_URL" INPUT="File"
    : OUTPUT="File"/>
    : <BINDING NAME="Binding1" TYPE="Input">
    : <REGION NAME="Region1" START="Start" END="End"/>
    : <VARIABLE NAME="Variable1" NULLOK="False" TYPE="String"
    : USAGE="Internal" VALUE="value"/>
    : <CONDITION REF="CRef1" MATCH="CMatch1"
    SERVICE="Service1"
    : TYPE="Success"/>
    : <VARIABLE NAME="Variable2" NULLOK="True" TYPE="String1"
    : USAGE="Header"/>
    : </BINDING>
    : <BINDING NAME="Binding2" TYPE="Output">
    : <CONDITION REF="CRef2" MATCH="CMatch2" TYPE="Retry"/>
    : <VARIABLE NAME="Variable3" NULLOK="False" TYPE="String2"
    : USAGE="Function" MASK="mask"/>
    : </BINDING>
    : </WIDL>
    : Any Help is appreciated.
    : Hector.
    Move
    WIDL w1 = new WIDL();
    out of test() and modify it as
    public class TestWidl
    static WIDL w1 = new WIDL(); ...
    and this will work.
    Oracle XML Team
    http://technet.oracle.com
    Oracle Technology Network
    null

  • Is there any way to insert a pop up calender and tick boxes into pages on the ipad? And if not if I do it on a mac will the document work on pages on the ipad?

    Is there any way to insert a pop up calender and tick boxes into pages on the ipad? And if not if I do it on a mac will the document work on pages on the ipad? I'm trying to set up a document with quick check boxes to tick and a date to choose rather than type? I know it possible to do it on pages on a mac but i haven't been able to find anything on the ipad to create such a thing, and I don't know if it will work on the ipad if I create it on the mac

    RGA,
    Unfortunately, I do not believe that it is possible for a DAQ board to generate an AI Start Trigger from an analog trigger, but not be triggered itself until it receives a digital trigger.
    Spencer S.

  • Will the full version of adobe allow you to review and scroll 2 documents at the same time?

    will the full version of adobe allow you to review and scroll 2 documents at the same time?

    Sorry, I do not understand what you mean by "the full version of adobe".  Do you mean Acrobat?
    I am also not clear what you mean by "review and scroll 2 documents at the same time"; please clarify.  Adobe Reader (and Acrobat) lets you open as many documents as you want, but if you press Page Down/Page Up on one document, it will not perform that action on the other documents at the same time.

  • I have iPad 4th Generation with iOS 6.1.3  Since my iBooks was updated to version 3.1.1 I cannot open pdf file attachment in my email.  When I tap of the attachment, the iBooks icon no longer show itself.  Can someone please help?

    I have iPad 4th Generation with iOS 6.1.3  Since my iBooks was updated to version 3.1.1 I cannot open pdf file attachment in my email.  When I tap of the attachment, the iBooks icon no longer show itself.  Can someone please help?

    Thanks for all (Ocean20 & Courcoul) who replied. 
    Reset the device did not help me but it does triggers me to attempt to resend the PDF file attachment on email--and it works the 2nd time.  My problem is now solved.
    The Adobe Reader is very helpful--it allows me to scroll through the document easily, unlike iBooks, where I cannot scroll straight up or down.

  • Hello , I want to ask some question about ipads \  How powerful is the iPad?  How useful is it for reading books, newspaper or magazines or for surfing the web? Can you identify any shortcomings of the device?   please help me :(

    Hello ,
    I want to ask some question about ipads \
    How powerful is the iPad? 
    How useful is it for reading books, newspaper or magazines or for surfing the web?
    Can you identify any shortcomings of the device?  
    please help me

    it's less powerful than your average computer. THink of it like a netbook but with a better processor.
    It'll do fine for surfing (although if you browse a lot of flash based sites you will need to get a third party browser since safari doesn't accommodate it)
    You may do OK on reading books, papers or magazines, especially if they have apps, but the ipad's screen is backlit, so it doesn't work well outdoors and you may need to fiddle with the brightness so that you don't get eye strain (it's just like doing too much reading from a computer screen)
    I would say the biggest short comings are data transfer. Apple's preferred work flow is that everything is done via iTunes or the internet....well people dont' always have 100% reliable always on internet access so you can find yourself in a situation where you can't get things on/off the iPad.
    By and large, it's a good device for day to day stuff, but is not a computer replacement.

  • What do I need to do to fix Error 1324. The path My Documents or the volume is invalid. Please enter it again?

    I am having trouble saving pdf files using Adobe on my PC.
    I get Error 1324. The path My Documents or the volume is invalid.
    How do I fix this please.
    I tried to uninstall and reinstall but I cannot uninstall as I get Error 1324. The path My Documents or the volume is invalid

    Reader does not provide a save as option. You must be using the MS plugin for creating PDFs since Reader can not create PDFs (you would have to have Acrobat). Since you do not have Acrobat, but Reader, you will have to check why the MS plugin is not working -- not an Adobe issue.

  • In iCloud preferences when I deselect an item, e.g. documents I get a message saying the info in documents will be taken off my mac and kept in iCloud. I would rather have in on my mac and not in iCloud. How can I keep my data?

    Macbook pro, os 9.4.1.
    In iCloud preferences when I deselect an item, e.g. documents I get a message saying the info in documents will be taken off my mac and kept in iCloud. I would rather have the info on my mac and not in iCloud. How can I keep my data on my mac?

    My mistake, my OS is 10.9.4.
    Thank you for your reply.
    I guess, I really don't understand iCloud and how files are stored and where. I gather when I was asked to set it up I should have declined. Anyway, it looks like some of my files are stored in the cloud. If I shut off "documents" in the preferences it will remove those docs from my macbook, but they will remain in the cloud and I could get access to them for another computer if I set it up.
    I also gather to avoid this, I have to, on a file by file basis, save them to my mac and then they will be on my mac. What I don't get, is that these files must exist on my mac because I can edit it without being connected to the internet. Maybe those files I see when disconnected from the internet are on my mac and I wouldn't be able to see cloud files unless I was connected to the internet.
    My concern is that when I deselect "documents" in the iCloud preferences it warns me that those documents on my mac will be removed from my mac. I am afraid to deselect "documents' or "calendars" as a result.
    If I seem confused, I am. Please don't feel obligated to reply if my message is too muddled.
    LR

  • After the latest update, documents from adobe reader moved to respective folders remain the the Recent. Why? Please advise

    After the latest update, documents from adobe reader moved to respective folders, remain the the Recent. Why?

    The version 11.0 of Adobe Reader for iOS had the Clear List button. However, the newer versions 11.2.x or 11.3.x of Adobe Reader for iOS no longer provides the option to clear the Recents list.
    If you would like the feature back, would you send a request via the following request form?
    Adobe Feature Request/Bug Report Form
    (Please select Adobe Reader for iOS for the product name.)
    Our Product Management team will determine the priority of the feature based on customer feedback/requests.  Thank you.

  • Will the assignment of image to a parked document trigger event FIPP.Change

    Hi All,
    We are developing a workflow that has some integration with SAP ArchiveLink. The workflow waits for a scanned image to be assinged before the Parked Document can be released. For this i'm using a wait for event step that waits till the event FIPP.Assigned is raised. And once the event is received the release process is carried out.
    Will the assignment of image trigger event FIPP.Changed? If yes, how do I determine whether an image is assigned or not to a Parked Document? Can I determine by looking at the link table TOA01?
    Please let me know your thougths.
    Thanks,
    Mustajab

    I would think it will not - but why don't you turn on the event trace (SWELS) and find out (SWEL). Image.Assigned is more likely to be triggered.

  • I've about had it! Can anyone please tell me where they hid the "real" Flash Player this time?

    Sorry folks - don't mean to take my frustrations out on the innocent but I am sick of always having to run in circles trying to get what my creative cloud membership pays for. I finally got a new laptop and I'm stoked because it's the first one I've owned that will be able to run Adobe stuff without batting an eye (okay within reason - it's still a laptop! lol!). Anyways, the problem is Windows and some other programs along with Adobe. I've had to reinstall everything like four times now. But if I can get Windows to behave and stay stable - I can work on some delayed projects.
    So I got to reinstall CC and after 4 times this searching and hunting for apps is really getting on my nerves. First, why can't Adobe put the real Flash Player in with the regular download on the CC login? I know we got the plug in with IE but I can't use it with Acrobat Pro. I'm embedding vids and stuff in PDF's and the only thing that's worked so far is that actual player.  Flash Builder along with Flash Professional don't help either. About a week ago, I tracked the real "Flash Player" down but this time - I can't find it to save my life. Every time I get to click on the DOWNLOAD THE LATEST VERSION OF FLASH PLAYER link - it sends me back to a CC login page or back to the IE instructions. I've only logged into my account ...uh...about 25 times now if I counted all the open tabs right.
    Okay so I get tired of searching all over for the Flash Player I need and decide to jump over to Adobe Story. I've got some other aps downloading and those will probably finish in about six to eight hours. But Story Plus isn't a download and it's included in the CC membership to. Now that program I liked. I had a bunch of projects saved and it has taken me a bit to get back over there to check it out but guess what.
    I log in and it says I'm on the free version and my projects are gone. The more I search, the more Adobe insists I get the Story CC Plus with my membership - but that's not what I've got on my screen when I log in. *sigh*
    I checked my membership status just in case - yes, I'm coming up for my renewal next month but there's no problems with my status and my bill shows current. So now I'm getting really frustrated. I see a nice little link that says get Premium support with your CC membership. Oh yeah? Click! They lied again. No matter how hard I look, the links only send me in circles (I"m bookmarking this page otherwise it will vanish into the nether too! )
    So now I get to go pull my backups for my script that is no longer on Story Plus. Wonderful. I'm not going to go look at membership again. I'm really close to cancelling as it is - so I'm gonna go chill out and wait for stuff to download.

    Flash Player is free, and you might ask for help in Flash Player
    This forum is about the Cloud as a delivery process, not about using individual programs... and as far as I know, Flash Player is a different, free, download
    If you start at the Forums Index https://forums.adobe.com/welcome
    You will be able to select a forum for the specific Adobe product(s) you use
    Click the "down arrow" symbol on the right (where it says All communities) to open the drop down list and scroll

Maybe you are looking for