Added items to randomly change after opening other files in a subfolder.

I have a file that is pinned on my Start menu that is attached to excel 2007. Now I can quickly open this file in excel when I want.

The location of this file is \\server\sharedarea\inout.xls

I have another file I want to pin to pin of excel area. This file is located in a subfolder of the original file.

The location of this new file is \\server\sharedarea\subfolder\anotherfile.xls

However when I opened the "anotherfile.xls" my pinned original file "inout.xls" has been replaced by "anotherfile.xls" and anotherfile.xls does not appear in my list of files recently viewed and or not "inout.xls".

In order to get the "inout.xls" file that is pinned in my pinned items I open it in excel and the pinned "anotherfile.xls" link is automatically crushed and changed in the pinned file 'inout.xls'. For this reason, I am not able to get both "inout.xls" and "anotherfile.xls", pinned to the excel menu area start due to this bug. Not appear in my list of recent files either.

I also have the same problem with task bar pinned items. If I open a folder or a file that is located in a subfolder of the original pinned item, windows, in his infinite wisdom, will replace my original pinned object, change to the new folder / file I open even if I don't want it (and 99% of the time I don't want it).

Someone from microsoft can fix pinned bugs points because it is certainly not just me that sees a massive amount of bugs in the added items. It's something I could code and get it right the first time. It would take probably more effort to get Windows to the elements of pinned randomly change he would to leave him alone.

I'm starting to think that the code of favorite items in Windows 7 needs a serious rewrite. So many bugs for something that really should not have problems, there!

Thank you for the lack of support on this issue.

Tags: Windows

Similar Questions

  • How to reverse change how open .dll files?

    How to reverse change how open .dll files? I changed accidentally, trying to open only ONE file, most of them to open with Microsoft Picture It! software and now some things do not load, and my USB ports are completely useless!  Help. How to reverse this mess? OR should I simply delete all these and download replacements? A lot of new files that I downloaded automatically changes in Pic! icons, once that they finish downloading... - and I cannot restore, because he says that nothing has changed.

    Thank you!

    Hello

    I suggest you follow the steps mentioned below.

    Method 1:

    I suggest running the fix that is present in the link mentioned below and check if the problem is resolved.

    How to change or choose the program that starts when you double-click a file in Windows XP

    http://support.Microsoft.com/kb/307859

    Method 2:

    If the problem started recently, so, I suggest you do a system restore and see if the problem is resolved. Follow the steps mentioned in the article below.

    How to restore Windows XP to a previous state

    http://support.Microsoft.com/kb/306084

    Thanks and regards.

    Thahaseena M
    Microsoft Answers Support Engineer.

  • JAD params of the reading of the JAD file that is changed after the cod file is built?

    Hello

    We have a requirement in which, you must change the jad file, after the cod file is generated.

    But when I try to do is not able to read the newly added params to MIDlet.getAppProperty() . He can read the jad attributes that were there in the jad file before creating the cod file.

    Example:

    existing JAD has "KeyA" whose value is "A." Now package for the project and generate the blah.cod file

    Add a parameter more "KeyNew" with the value "ValueNew.

    Print the source MIDlet.getAppProperty("KeyA") andMIDlet.getAppProperty("KeyNew")

    Step 1. Existing.jad

    KeyA: A.

    Step 2. Build the cod

    Step 3. Add another parameter to Existing.jad

    KeyA: A.

    KeyNew: ValueNew

    Step 4. Existing.jad of charge using javaloader.

    load Javaloader u Existing.jad

    Step 5. Run the application

    Actual output: it prints only a. and not ValueNew

    I read that this is possible in JDE 4.3 + and I'm working on JDE 5.0

    Help, please.

    ~ Joey

    Apparently it only works if we install the Jad with Javaloader file. Having an installation OTA of the Jad file works.

  • InDesign CS6 crashed shortly after opening a file

    Hello

    I searched the web to answer this but have had no luck. I recently opened a file that was working fine but suddenly does not open. I opened the file INDD CS5 and decided to try the CS6 to see if it would work.

    Here's my process.

    1. I open the file
    2. 7 seconds after the file opens, I get the message "Adobe InDesign CS6 has stopped working"

    I am sure that it is a matter of link of image or a police problem, but he invites not to replace fonts or find the images.

    Any suggestions?


    Peter

    We tried to open on the other two systems. Both open the file and Indesign falls down after about 7-8 seconds. Do you have a recommendation for a font manager that might help my situation?

  • InDesign CC 2014 crashes seconds after opening the file

    Hi all

    I have an InDesign document that I worked on recently, a large document with many links and placed of vectors, however seconds after opening the InDesign file suddenly crashes.

    We have the same problem on several Mac and tried to separate the file of its related files/pictures, but also the document fonts, without success.

    Is there a way we can convert this to a .idml or otherwise without paying over the odds for a company to recover it?

    (I saw people potentially sending Adobe file to correct - it would be an option?)

    Thank you

    Mark

    Convert the .indd .idml through scripts has corrected this problem.

    The script can be found here:

    Free script Batch convert/export InDesign documents. Peter Kahrel

  • Problem adding items to a group after removing everything...

    Hello world

    I would really appreciate help on something. I have a group that has a few buttons in it. This group is one of the four States, and there is a component for each State. After the user runs the rest of the program and returns to this State, I want to delete the former buttons and add new buttons with new values. Bascially, I want to update the component when it is visited again. I have a problem with adding new buttons to the group when the user revisits the component / state.

    The group is created:

              <s:VGroup id="buttons"  x="0" y="35"  height="400" width="280" />
    

    When the function init for this component is called, buttons are added from an array of buttons:

    for(var i:int = 0; i < 10; i++){
              var button:Button = questions[i];
              trace(button);
              button.addEventListener(MouseEvent.CLICK, myEventHandler);
              trace(buttons);
              buttons.addElement(button);
    }
    

    When the user switches to the next State, the buttons are removed:

    if(counter == 4){
              buttons.removeAllElements();
              FlexGlobals.topLevelApplication.currentState = 'Summary';
    }
    

    When the user returns to its original state, the buttons are not added to the group as they are the first time. The trace output that each button is added is also different the second time:

    For the first time: (successfully)

    Main.MainBackground2.contentGroup.gameComp.buttons
    button8
    

    Second time:

    buttons
    button8
    

    Can someone point me in the right direction? And very good question, is there a better way I should do this?

    Is there a better way to refresh everything within a component when viewing it s second time?

    Thanks in advance!

    I don't know why you use addElement() to add buttons. You're not supposed to leave the functionality of the State to manage when the buttons must be visible? This is the way to do it in most cases. You can view a larger code example, where you have boiled down the code in a minimal example that always enhibits the question.

    If this post answers your question or assistance, please mark it as such.

    Greg Lafrance - Flex 2 and 3 certified ACE

    www.ChikaraDev.com

    Training Flex and Support Services

  • 'My Documents' are not automatically closing after opening a file

    In earlier versions of windows when I have selected a file in windows Explorer the Explorer window would close automatically but in vista I have to manually close the search box.  How can I configure it automatically closes?

    You can not - there is no control over the configuration for this feature (and it does not work like that).  It must be closed manually.

    Sorry, it wasn't the answer you wanted to hear but that's the way it is with Vista.

    Good luck!

    Lorien - MCSA/MCSE/network + / has + - if this post solves your problem, please click the 'Mark as answer' or 'Useful' button at the top of this message. Marking a post as answer, or relatively useful, you help others find the answer more quickly.

  • Adobe Acrobat Pro XI not responging not after opening any PDF

    Hello!

    Adobe Acrobat Pro XI 11.03 32 bit on 64 bit Windows 8 Pro. After opening any file PDF program shows the image of first page and immediately stops responding. "The Installation of Acrobat to repair" did not help.

    Help, please!

    Thank you. That contributed to-I played with the compatibility options. Finally affecting Windows 7 compatibility mode for acrobat.exe seems to help.

  • Problem in opening some files

    I have 'Windows cannot find' - ' C:\WINDOWS\system32\rundll32\.exe when I try to open "Add or remove programs" Control Panel. " Is there a repair?

    It has also arisen while trying to open other files

    In the Run dialog box type: sfc/scannow, and then click OK

    You will be prompted to insert your CD of the OS

    If you do not have your OS CD follow the instructions below.

    Go to the control panel
    Folder options
    View tab
    Highlight: uncheck "Hide protected operating system files" and click on apply, click OK

    Go to the menu 'start '. Click on 'my computer '.
    Double-click the disk "C:".
    Double-click the "Windows" folder
    Double-click on the "System 32" folder.
    Double-click the "Dllcache" folder
    Locate the Rundll32.exe file, right-click on it and select "copy".
    Click on the 'Back' button in Windows Explorer to return to the "System 32" folder.
    Right-click any open space, and then click "Paste".

    Back to: check "Hide protected operating system files" and click on apply, click OK

  • message from Homeless trying to open a file in Adobe Acrobat?

    When I try to open an Adobe Acrobat file, I get a message 'homeless' and it does not open.

    Go to start / / Default programs / associate a file or Protocol with a program / and highlight the file type that you want to open (and what this file type?).  What is the default program to open this type of file and which is the program suitable for use.  If this is not the case, click on edit and see if the correct program is listed.  If not, click Browse and locate the executable file for defaullt program program, it is recommended to use, select that and replace the default for that file type.  Now, these types of files will be opened with the specified default program.

    Remember, you can not read/open a file sent to you, simply because it was sent.  What email program are you using (name and version) and you can download and open other files without problems?  You need a program on your computer to open this type of file, and must be associated with this type of file as shown above.

    I don't know what it means "a message from homeless.  Please post the EXACT Word for Word error message.

    If you get this program by e-mail, copy the file to your desktop and see if you can open it from there.  If not, open the program that is supposed to be able to open that file type and click on File / Open and navigate to the file on the desktop and try opening it from within the program.

    I hope this helps.  If this is not the case, just reply answers to all the questions above.  We need your help to be able to help you.

    Good luck!

    Lorien - MCSA/MCSE/network + / has + - if this post solves your problem, please click the 'Mark as answer' or 'Useful' button at the top of this message. Marking a post as answer, or relatively useful, you help others find the answer more quickly.

  • Open the file to see "Could not complete your request because of a program error"... I can open my file somehow?

    First, display the help here. I can't open a file... when I try to open it I get the message "could not complete your request because of a program error." I can open other files even if there be this one? All the tips to find out how possible difficulty this ic then one opened this file again?

    I tried to open the same file on my end, and it gives the same error.

    Looks like the file has been corrupted.

  • Illustrator managed to lose my diapers every time that I open the file it again.

    Illustrator managed to lose my diapers, whenever I open the file it again. The objects that I put on the layers are grouped on the file, but they are always on one layer and it is the only available layer. Are they hidden or something? (I'm new to illustrator) I tried to create an extra layer, put a few items on it, saved. Open the file again and little matter I have they disappear! What is going on? I'm not very happy with that!

    Illustrator treats differently the file formats than Inkscape does.

    SVG is Inkscapes's native file format. Illustrator cannot handle SVG too well. Illustrators native file format is HERE. If you want full editability, you must always save I.

    You can save a SVG with 'Modifiable Illustrator', but this is achieved by saving a SVG with embedded AI. The double file size, not suitable for the web. If you need SVG for a reason, I would recommend saving an AI for editablity and a SVG to upload on the web or get your developer.

    So your strategy to save files totally depends on what you want to achieve.

  • InDesign Cs5 Dungeon crashing when opening this file

    Hi guys,.

    I'm back for another problem with my InDesign. It's been a while since my last problem...

    Right now I am faced with a new problem and I hope you guys can fix it with me...

    So the problem is that right now this file... Whenever I try to open it, it comes to crash. But that's fine when I open other files. Yesterday, it was fine when I export in PDF and same file package. This morning when I tried to open it, it comes crashing...

    The solutions I've tried:

    Troubleshooting 101: Export .idml or .inx to erase the corruption of files

    http://forums.adobe.com/thread/526991

    (I can not open the file because it says that the file is missing or in any other place..)

    Troubleshooting 101: Replace or 'trash' to your InDesign preferences

    http://forums.Adobe.com/message/2404821#2404821

    and none of this works.

    I even tried to save as.  It still does not...

    Here is the log

    Signature of the problem:

    Problem event name: APPCRASH

    Application name: InDesign.exe

    Application version: 7.0.0.355

    Application timestamp: 4bad00be

    Fault Module name: COMPOSER of PARAGRAPH. RPLN

    Fault Module Version: 7.0.0.355

    Timestamp of Module error: 4bad0414

    Exception code: c0000005

    Exception offset: 0002e623

    OS version: 6.1.7601.2.1.0.768.3

    Locale ID: 1033

    Additional information 1: 0a9e

    More information 2: 0a9e372d3b4ad19135b953a78882e789

    Additional information 3: 0a9e

    Additional information 4: 0a9e372d3b4ad19135b953a78882e789

    Should I leave it as it is and try again tomorrow? Maybe it'll work? :/

    I forgot to return ups yesterday because I do not bring my external HD. And now I regret it

    Help, please?

    Thank you!

    Good day!

    I have political fear here is that we do not offer help to people who use pirated software.

  • Why is my media player of securities randomly suddenly played on every album & not as shown, one after the other?

    All of a sudden my Windows Media Player (11) started playing the songs on each album random & not one after the other in chronological order, any ideas anyone please?

    Hello

    To better understand the issue, please let me know if you have made recent changes made on the computer before this problem?

    This problem may occur if the Windows Media Player settings are incorrect.

    Method 1:
    Let's first run the fixit and check if it helps.

    Solve the problems of Windows Media Player video and other media or library
    http://support.Microsoft.com/mats/windows_media_player_diagnostic

    Method 2:
    If the problem persists, I suggest you organize your digital media collection
    and check if it helps.

    Organize and search your digital media collection
    http://Windows.Microsoft.com/en-us/Windows-XP/help/Windows-Media-Player/11/library

    Check out the link for more information.

    Create and use your own customized reading lists
    http://Windows.Microsoft.com/en-us/Windows-XP/help/Windows-Media-Player/11/playlists

    Hope this information helps. Answer the post with an up-to-date issue report to help you further.

  • file .avi and .mov on iMac changed in .m4v when they are copied to the external hard drive. I will be able to open these files on other devices like a Windows PC?

    file .avi and .mov on iMac changed in .m4v when they are copied to the external hard drive. I will be able to open these files on other devices like a Windows PC?

    FWIW, do not change the extensions of file simply by copying the files to an external drive.

Maybe you are looking for

  • Compaq 6720 s: changing the settings of the Ram in HP Compaq 6720 s. Possible?

    It says that my phone can have up to 4 GB of ram.I am aware ran sticke must be correct and the same thing.My question is;Is it possible to change the ram settings in the Bios?Thank youdvtrv

  • Offering several times windows updates KB257073, KB2518864 and KB2633880

    Original title: Updates won't install / (* added # title KB) I'm having the same problem that appears that many others have also. After several attempts, I can not install these updates; KB257073, KB2518864 and KB2633880. During the installation, the

  • card technology V570 intel wifi not found

    I re-installed Win 7 OS and installed all the drivers except for the WIFI, I have 3 files of pilot WIDI, WIMAX, WIFI... I don't know what to do all 3 of them, first of all I would like to know that. 2ndly I want to install on this wireless configurat

  • missing programs after removing a Trojan virus

    After successfully removing a Trojan horse with my user account security essentials is empty! When I trie to reach through my computer, my file is "dimmed" I connected as another user to find that most of their programs are gone.  Tried to do the res

  • New problem with Amazon. No video control using WMP version 11.

    Thanks for your help, Meghmala.  I did what you suggested, but when I came tohttp://go.microsoft.com/FWLink?LinkID=34506 the 'UPGRADE' button was grey once again and would not work.  However, after changing the choice of two hidden files, I tried the