Clear jumplist for some taskbar buttons

I have moved most of my documents to a network drive. How do I clear the jump list for the Word and Excel buttons on my taskbar?

Hi,
Meanwhile, you can right click the Taskbar\Properties, uncheck the option"Store and display recently opened items in Jump Lists", OK, then the jump lists will be cleared, but this solution wil reset all jump lists for all programs.
If you want to clear a specific program, then locate to
%APPDATA%\Microsoft\Windows\Recent\AutomaticDestinations\
Jump List history is stored in the location, you can open the file with notepad, then find the associated one, delete it.
For example: the following data history is related with SnagIt, so I delete this file to clear the jumplist of SnagIt, but I have to say it's a somewhat hard job to find the associated one.
Yolanda Zhu
TechNet Community Support

Similar Messages

  • Looking for some additional button help.....

    this.createEmptyMovieClip("containerLogoL",this.getNextHighestDepth());
    containerLogoL.attachMovie("logoLarge","logoLarge_mc",containerLogoL.getNextHighestDepth() );
    containerLogoL.logoLarge_mc._x = 770;
    containerLogoL.logoLarge_mc._y = 770;
    The above code places a logo on the stage. When I release a button I need that logo to unload. I have tried:
    on (release) {
    clearInterval(_global.myInterval);
    _root.containerProj.unloadMovie("main.swf");
    this.removeMovieClip("containerLogoL");
    _root.gotoAndStop(5);
    I am also having issues with the logo loading a second time when I click a separate button that takes me back to frame 1 with the code that creates the empty movie clip.
    Any help would be appreciated.

    Ned,
    On my way but still having a problem with the button issue.
    //////This was the solution for the duplicating movie clips:
    stop();
    clearInterval(_global.myInterval);
    var prohibit;
    this.createEmptyMovieClip("containerProj",this.getNextHighestDepth());
    containerProj.loadMovie("main.swf")
    if(!prohibit){
    this.createEmptyMovieClip("containerBtn",this.getNextHighestDepth());
    this.createEmptyMovieClip("containerLogoL",this.getNextHighestDepth());
    this.createEmptyMovieClip("containerLogoS",this.getNextHighestDepth());
    containerBtn.attachMovie("mainBtns","mainBtns_mc",containerBtn.getNextHighestDepth());
    containerBtn.mainBtns_mc._x = 10;
    containerBtn.mainBtns_mc._y = 110;
    containerLogoL.attachMovie("logoLarge","logoLarge_mc",containerLogoL.getNextHighestDepth() );
    containerLogoL.logoLarge_mc._x = 770;
    containerLogoL.logoLarge_mc._y = 770;
    containerLogoS.attachMovie("logoSmall","logoSmall_mc",containerLogoS.getNextHighestDepth() );
    containerLogoS.logoSmall_mc._x = 10;
    containerLogoS.logoSmall_mc._y = 72;
    prohibit=true;
    /////////This button should unload the movie clip:
    on (release) {
    clearInterval(_global.myInterval);
    _root.containerProj.unloadMovie("main.swf");
    containerLogoL.removeMovieClip("logoLarge_mc");
    _root.gotoAndStop(5);
    //////And this should take me full circle to the first group of code that verifies what has been loaded.
    on(release){
    _root.gotoAndStop(1);
    ///////For some reason the logoLarge_mc will not unload with:
    on (release) {
    clearInterval(_global.myInterval);
    _root.containerProj.unloadMovie("main.swf");
    removeMovieClip(containerLogoL);
    _root.gotoAndStop(5);
    /////But it will with:
    on (release) {
    clearInterval(_global.myInterval);
    _root.containerProj.unloadMovie("main.swf");
    _root.containerLogoL.removeMovieClip("logoLarge_mc");
    _root.gotoAndStop(5);
    /////Is with the code directly above is that the logo will not reload when returning to frame 1. I tried to add an else statement to the if but that just resulted in duplicate movieclips once again.
    Thanks much for the input.

  • Firefox internal commands for some custom buttons

    Hi there! I have been looking for Firefox Browser internal commands list with commentaries describing what each of the commands is for. I want to add some custom toolbar buttons, so I need appropriate code for them.
    Particularly, I would like to learn the code (internal commands) for the following actions:
    1. "Show All Download" in the Library / Ctrl+J Shortcut;
    2. "Show All History" in the Library / Ctrl+Shift+H Shortcut.
    I use this code for "Show All Bookmarks in the Library" custom toolbar button (Ctrl+Shift+B):
    gBrowser.selectedTab = gBrowser.addTab("chrome://browser/content/places/places.xul"
    Unfortunately, you can't just replace "places.xul" with "downloads.xul" or "history.hul", while "browser/content/history/history-panel.xul" opens History Panel in the Side Bar and "browser/content/downloads/downloadPanel.xul" won't work at all.

    See if this helps you.
    https://developer.mozilla.org/en-US/docs/Mozilla/Tech/XUL/Tutorial/Keyboard_Shortcuts

  • I am totally new - first time.. I drag picts to the show and push play and for some reason they just show up as black.. the picture is not showing- clearly I have pressed some wrong button but have no idea what to do.. please help!!

    I drag picts to the show and push play and for some reason they just show up as black.. the picture is not showing- clearly I have pressed some wrong button but have no idea what to do.. please help!!

    I drag picts to the show and push play and for some reason they just show up as black.. the picture is not showing- clearly I have pressed some wrong button but have no idea what to do.. please help!!

  • My form has a list of yes or no questions.  I want to use either cheboxes or radio buttons.  I can't make it work.  When I check yes for one question, it marks all yes answers for all other questions.  If I mark some radio buttons to answer, it unmarks la

    My form has a list of yes or no questions.  I want to use either cheboxes or radio buttons.  Unfortunatly I can't make it work.  When I check yes for one question, it marks all yes answers for all other questions.  If I mark some radio buttons to answer, it unmarks later.  Need immediate help!!!

    Is it that you are using a PDF-based form? Did you copy and paste the Yes/No fields all the way down your form? If so, then all of the yes/no boxes are copies of each other and have the same name and properties in the PDF.
    For example, if you had:
         Question 1 and Question 1 Yes/No checkboxes
         Question 2 and Question 1 Yes/No checkboxes
         Question 3 and Question 1 Yes/No checkboxes
         Question 4 and Question 1 Yes/No checkboxes
    Then whatever answer you selected in Question 1 would populate down through the rest of the form.
    Changing the Yes/No field properties in questions two through four would eliminate the problem.
    I hope that helps,
    Brian

  • "Go back one page" button - for some reason doesn't work

    For some reason, multiple pages are showing up - duplicates of the page that I'm viewing, so when I click on the "go back one page" button nothing happens - I'm required to right click on the button and select the actual last page that I want to view, again.
    Stated another way, why are multiple pages listed/included under the "go back one page" button - I'm thinking this is a new 'feature' that is not good, at all.

    Start Firefox in <u>[[Safe Mode]]</u> to check if one of the extensions is causing the problem (switch to the DEFAULT theme: Firefox (Tools) > Add-ons > Appearance/Themes).
    *Don't make any changes on the Safe mode start window.
    *https://support.mozilla.com/kb/Safe+Mode
    *https://support.mozilla.com/kb/Troubleshooting+extensions+and+themes

  • I'm unable to clear my search history after many attempts with the firefox instructions as I'm unable to check the "Form and Search History" box for some reason

    I've tried several times to clear my search history without any success. I've been able to do so in the past, but this is the first time I've tried in a while and for some reason it will not let me check the box for "Form and Search History." Then sometimes it will let me check that box, but when I click "ok" to apply the clearing of the search history, nothing happens and it still remembers all my sites. At that point I try to clear it again and its back to not letting me check the "Form and Search history" box (I've gone through this cycle a few times). I tried looking through some of suggested articles that Firefox sent me too, but I don't know much about computers and just doing the things they seem talking about isn't working either. Please help, thanks!

    It seems to have worked itself out. Thanks anyway!

  • Just downloaded Firefox 4. Running Windows XP. Some of the new features are mising such as the new "Firefox Button" and the new location for the bookmarks button. The look is almost like Firefox 3. Why is this happening?

    Hi. I just downloaded Firefox 4. Some of the new features are missing such as the new "Firefox Button" and the new location for the bookmarks button. It almost looks just like Firefox 3. I am using Windows XP on this desktop computer. On my laptop, running Windows Vista, Firefox 4 has all the updates advertised. Why is this happening? How do I fix?
    Thanks
    Jamie

    Thanks so much!

  • HT1555 i just got a new apple tv but for some reason the remote only worked for about a min. and than it wount work at all. i tried to pair and unpair but nathing works but when i press a button the light on the apple tv turns off. what should i do?

    i just got a new apple tv but for some reason the remote only worked for about a min. and than it wount work at all. i tried to pair and unpair but nathing works but when i press a button the light on the apple tv turns off. what should i do?

    Have you held the menu and left arrow together for 6 secs ?  (I think you have from what you say).
    Also try unpowering and restarting AppleTV.
    AC

  • Clearing cross-profit-center to be restricted for some vendors

    Dear All,
    For some vendors we want only clearing on the same Profit Center to be allowed.
    Can you please tell me if it's possible and how?
    Many thanks in advance.
    Adela

    Ok, now I understand your requirement. What I know is that this requires an extensive user exit to be used within FI Validations. The validation should be at the line item level since we are dealing with fields from BSEG. This will need at least 2 validation steps. The first one will have pre-requisites like, the posting key, t-code (F-44) and account type K, for example. Then the user exist will read and export the profit center from the line item, say the invoice with profit center 111. Then the second validation step will have similar pre-requisites and import the profit center from the memory variable from previous step.
    This user exit in the second step will compare the profit center from the line item profit center and then will issue an error message if the values are not the same.
    You need an ABAP programmer to work with you. The user exit code would need to be inserted into a sub routine pool especially assigned to FI validations.
    Sharabh

  • HT201272 I purchased the Killers new album and for some reason now my computer says it can't find the files. So I tried to download the album again off my iTunes acount but the cloud button won't appear. Does anyone know why this is happening?

    I purchased the Killers new album and for some reason now my computer says it can't find the files. So I tried to download the album again off my iTunes acount but the cloud button won't appear. Does anyone know why this is happening?

    These are user-to-user forums, you are not talking to Apple here.
    Audiobooks (and ringtones) are currently a one-time only download. I believe that they are all supplied to Apple by audible.com, so I assume that it's them who are requiring the one-time only download restriction. To get it onto your other devices you will need to sync it via a computer. Depending upon what country that you are in, Audible.com have their own app (Audiobooks from Audible) so you might be able to buy direct from them, though I don't know whether you can buy within their app or download audiobooks directly from them within the app e.g. whether they need to be copied via a computer.

  • I recently got the iPhone 4S and for some reason the Settings button for the home screen has a little red 1.If anyone know why their is little red number1 and what I have to do it would be fantastic! Thanks :)

    I recently got the iPhone 4S and for some reason the Settings button for the home screen has a little red 1.If anyone know why their is little red number1 and what I have to do it would be fantastic! Thanks :)

    Hallo. I did it this several times and I have the latest update to iOS 6.0.1, but still the red mark 1 at the Settings icon. Do you have any other idea?
    Thank's.

  • The install button is not shown for some apps, the install button is not shown for some apps

    the install button is not shown for some apps  on my iPad. I tried everything. Nothing work :(
    Help

    Roukia wrote:
    I tried everything.
    Define everything

  • Movieclip button keeps disappearing for some reason.

    I created our website using Actionscript 2.0 and on several of our pages there is a drop-down text box that has a "close" button on it, which is just a movieclip located inside the text box movieclip.  For some reason, if you stay on a page for a few minutes the close button disappears.  The hand still shows up when you hover over where it was at and you can still click on it, but it just turns invisible.  I'm not sure what's causing this.  Any suggestions?
    The website is:  www.klaesimage.com
    Thanks,
    Shaun

    Rothrock wrote:
    My guess is that you have some kind of loop that adjusts the _alpha to brighten it up that is like this:
    myButton.onRollover=function(){
    this.onEnterFrame=function(){
    this._alpha+=10;
    And you don't have a conditional to say, "when alpha reaches 100 stop adding more."
    So what happes is that the alpha value goes about 100 and when it gets to something like 2^15 it wraps around and becomes an incredibly low negative number. If you wait another few minutes it should eventually get back to positive values!
    Of course the best bet would be to put in some conditionals to control that it doesn't go above/below 100/0.
    After watching it for a while longer I saw that it does cycle.  I'm not sure why because its alpha should just stay at 100 once it's on that frame, the dissolve up is from a motion tween where the entire contents of the text box go from 0 alpha to 100 alpha over 10 or so frames, but once there on the frame where it stops there shouldn't be any changes to the alpha.

  • Why can't I change the content for some songs when I click the Get Info button?

    Why can't I change the content for some songs when I click the Get Info button?  The information on the song, artist, genre is grayed out and will not allow me to alter the information.

    Hi htechadmin,
    Revcevied your PM and noted all details, Many Thanks.
    Getting this addressed by the team, either they will reply to you, here, or they shall email Or Call you.
    Regards,
    LP

Maybe you are looking for