Hi, I have a bunch of programs on my desktop I want to put in my Start menu. Someone has any idea how to do this? In addition, I have Windows 8

I have shortcuts to programs on my desktop I want to put in my windows menu start. I looked and there was no possibility to add to the start menu. Does anyone have an idea how to do this? Thank you

Copy the shortcut "C:\ProgramData\Microsoft\Windows\Start start\program"

This will place the program on the screen of "All Apps". From there you can right click the icon and the Pin-to-Start

ProgramData is a hidden folder, click the view tab in the file Explorer, and check the "Hidden items" box if you do not see.

Tags: Windows

Similar Questions

  • I have updated to ios 9.3.1 now I have no sound for text messages alerts and alert sounds no calendar! I just missed a meeting disaster. Any ideas how to solve this problem, all the settings are correct.

    I have updated to ios 9.3.1 now I have no sound for text messages alerts and alert sounds no calendar! I just missed a meeting disaster. Any ideas how to solve this problem, all the settings are correct.

    Try a reset...

    Force restart your iPhone: tap on and hold the Home and Sleep/Wake buttons for at least ten seconds, until you see the Apple logo.

    If this does not help, tap settings > general > reset > reset all settings

  • I have an Iphone 6 and can't send or receive text messages to Iphone users not.  I can send the Imessages blue very well, but it is impossible to send green messages any idea how to solve this

    I have an Iphone 6 and can't send or receive text messages to Iphone users not.  I can send the Imessages blue very well, but it is impossible to send green messages any idea how to solve this

    SMS or text messages, are a specific function of the carrier. You must have an addition of text on your cell phone plan. If you can not send SMS, you must contact your operator to solve the problems.

  • first window opens as it should but each new window on the top of the page opens too small that it can be reduced. I have changed a setting. someone has any ideas

    must have changed a setting. someone has any ideas

    Hello

    Open the second window, drag to the size you want by making a left click and drag the lower right corner. Close the first window, and then close the other now the key and by doing a file/exit (do not use the x in the upper right corner). See if that helps. Good luck, Rick Rogers, aka "Crazy" - Microsoft MVP http://mvp.support.microsoft.com Windows help - www.rickrogers.org

  • I am trying to open a web site called shark Groove and he always tells me that I have no ' adobe flash', but I do. I tried to open it in 'Internet Explorer' and it works? Do you have any idea how to solve this problem?

    I have version 3.6.13 Firefox and Windows XP. I don't know if I had something off or not? I put Firfox in safe mode to see if it would run faster, and since I'm now getting this message?

    There are 2 versions of Adobe Flash:

    • the version of the Plugin for Firefox and most other browsers
    • the only ActiveX for IE version (see: ActiveX)
    • Updated, you need to update as well

    You do not have the Plugin version installed for Firefox. Search for "Shockwave Flash" in tools > Modules > Plugins

    1. Install the Flash plugin to the latest version.

      • Download and SAVE to your desktop, so you can find the Setup program later
      • If you do not have the current version, click on the "Player Download Center" link on the 'download and information' or 'Download manual installers' below
      • Once the download is complete, exit Firefox
      • Click on the installer, you just download and install
        • Windows 7 and Vista: will need to right click on the installer and choose 'run as administrator '.
      • Launch Firefox and recheck your version or up to the download link below to test the installation
      • Download and information: http://www.adobe.com/software/flash/about/
        • Use Firefox to go to the site above to update the Firefox plugin (will also install the plugin for most other browsers, except IE)
        • Use IE to go to the site above to update the ActiveX to IE
      • Download manual installers.
  • I can't send photo attachments and other documents from my outlook account. I have to use a different Web-based e-mail address. It's not because the files are too big. Any ideas how to fix this - I am confused.

    It is an intermittent problem - the message says something like the computer can not find attached messages always want to send the email. I can see the attachments so I do not understand why it does this.
    all ideas

    It is an intermittent problem - the message says something like the computer can not find attached messages always want to send the email. I can see the attachments so I do not understand why it does this.
    all ideas

    1. when it happens again, temporarily disable your anti-virus mail option electronics scannibg. Try to send attachments again.
    If it works, that's your problem.

    2. Please see if one of your settings match the following:
    Open Outlook > tools > Options > Mail Format tab, in the compose in this message format: set as HTML > OK

    t-4-2

  • I have a disc for Photoshop CS6 installed on Windows PC. I want to buy a Mac and CS6 a migration from Windows to Mac > any ideas how to do this, I don't want to have photoshop CC.

    I want to transfer my Photoshop CS6 of Windows to Mac. My drive is a single Windows software. How to migrate from Windows to Mac. I don't see how to contact adobe to ask directly. Thank you, I do not want to subscribe to Photoshop CC cloud or buy a new Mac Photoshop CS6 disk.

    You must ask for a swap of platform your PC CS6 cleaner and install CS6 on your Mac with the new Adobe series provide you. A product for another language or version of trading platform

    You can also still buy perpetual CS6 700 $ $1000 Standard extended.

    You can always buy CS6 products by calling a call center of Adobe, but why would you? Creative Cloud features will take your creativity further with more ways to create, collaborate and share.  To purchase by phone, call the 800-585-0774.

  • Do you have any idea how to solve this problem.

    Hello

    I created a very simple game that plays music. It loads and plays automatically when you go to the game scene. The problem is when the game is over and you play again, the music starts again, not at the beginning, but layered, once on top of the other.

    I would that be better with ActionScript that I am. I hope someone is able to help me solve this problem. I need to stop going around in circles with this.

    Thank you!

    Michelle

    keeps track of the score
    var score: number = 0;

    determines the first time that the fire button is pushed
    to start the timer
    var flag: Number = 1;

    create a new timer
    var myTimer:Timer = new Timer (1000);


    Variable that contains the name of the
    music file to download.
    var soundReq:URLRequest = new URLRequest ("music.mp3");

    Create an object of class Sound.
    This will allow you to use methods
    to manipulate the music.
    var sound: Sound = new Sound();

    Create an object of the SoundChannel class.
    This will allow you to control the audio playback.
    var soundControl:SoundChannel = new SoundChannel();

    Create a new object to control the volume
    var volumeControl:SoundTransform = new SoundTransform();

    Mark to keep track of the music (whether he plays or not).
    0, the music does not play.
    var flag2:Number = 1;

    set the initial note in the text box
    count_txt. Text = "0";

    Adds a listener to the timer
    myTimer.addEventListener ("timer", timedFunction);

    make the button invisible insect in the beginning
    insect_btn. Visible = false;

    set the initial time in the text box
    timer_txt. Text = "20";

    makes the insect disappear when the user draws on it
    function disappear(e:MouseEvent):void
    {
    If the timer reaches 0
    If (timer_txt.text is "0")
    {
    make the fire buttons and inactive insects
    launch_btn. RemoveEventListener (MouseEvent.CLICK, target);
    insect_btn. RemoveEventListener (MouseEvent.Click, disappear);
    }
    on the other
    {
    remove the button from the insect
    insect_btn. Visible = false;

    increase the score
    count_txt. Text = String(++score);

    }
    }

    makes the insect appear when the user
    Click on the view button and begins
    the timer if this is the beginning of the game
    function target(e:MouseEvent):void
    {
    If this is the beginning of the game
    Start the timer as soon as the user
    Click on the view button
    if(flag==1)
    {
    myTimer.start ();
    flag = 0;
    }

    Position the insect on stage
    insect_btn.x = Math.random () * 625;
    insect_btn.y = Math.random () * 475;

    make the visible insect
    insect_btn. Visible = true;
    }

    Displays the number of times and
    When the timer reaches 0
    makes the insect and inactive launch button
    function timedFunction(e:TimerEvent)
    {
    the timer between 1 and more
    Subtract 20 to create a timer that decreases the value
    var tc: int = 20 - myTimer.currentCount;

    display the clock in the text box
    timer_txt. Text = tc.toString ();

    If the number of timer 0
    If (myTimer.currentCount > 19)
    {
    make the fire button and the inactive button bug
    insect_btn. RemoveEventListener (MouseEvent.Click, disappear);
    launch_btn. RemoveEventListener (MouseEvent.CLICK, target);

    stop the clock
    MyEventArgs;

    move image where is the button 'replay '?
    gotoAndPlay ("done_frame");

    }
    }
    function playAgain(evt:MouseEvent):void
    {
    gotoAndPlay ("play_frame");
    }


    Load method applied to the sound object
    who will be our music.
    Sound.load() (soundReq);

    Play method applied to the sound object
    starting to play our music.
    soundControl = sound.play().


    When you click on the btn_play, this function
    will be called and it will play music
    function playSound(event:MouseEvent):void
    {
    Check the indicator.
    If the flag is 0, then the music is not playing.
    If (Flag2 == 0)
    {
    soundControl = sound.play().

    Reset indicator 1, to indicate that
    Subsequently the music plays.
    Flag2 = 1;
    }

    }

    When you click on the btn_stop, this function
    will be called and it stops the music
    function stopSound(event:MouseEvent):void
    {
    soundControl.stop ();

    Reset the indicator to 0, to indicate that
    Subsequently the music does not play.
    flag = 0;
    }


    When btn_up is enabled, the function is called
    function increaseVolume(event:MouseEvent):void
    {
    Adjust the volume by adding a unites.5
    the current volume
    volumeControl.volume +=. 5;

    Change the volume of the background music
    soundControl.soundTransform = volumeControl;
    }

    When btn_down is enabled, the function is called
    function decreaseVolume(event:MouseEvent):void
    {
    The volume in soustrayant.5 units
    volumeControl.volume-=. 5;

    If the volume is not less than zero
    change the volume
    otherwise to give volume to zero
    If (volumeControl.volume > = 0)
    soundControl.soundTransform = volumeControl;
    on the other
    volumeControl.volume = 0;

    }


    set up event listeners
    insect_btn.addEventListener (MouseEvent.Click, disappear);
    launch_btn.addEventListener (MouseEvent.CLICK, target);


    Add listeners to the play and stop buttons
    btn_play.addEventListener (MouseEvent.CLICK, playSound);
    btn_stop.addEventListener (MouseEvent.CLICK, stopSound);

    Add listeners to events for the up/down buttons
    btn_up.addEventListener (MouseEvent.CLICK, increaseVolume);
    btn_down.addEventListener (MouseEvent.CLICK, decreaseVolume);

    These two lines are already in your code:

    Sound.load() (soundReq);

    soundControl = sound.play().

    Find them and replace them with

    {if(!bool)}

    bool = true;

    Sound.load() (soundReq);

    soundControl = sound.play().

    }

    and place

    var bool:Boolean at the top of your code.

  • When I shut down windows end progra - sample appears and windows will not be stopped, unless I click for end of program. Eny one have an idea how to stop this program from running?

    When I shut down windows end progra - sample appears and windows will not be stopped, unless I click for end of program. Eny one have an idea how to stop this program from running?

    Then, you will need to request Support Intel if the drivers you downloaded were appropriate for your hardware and Windows XP.

  • Im trying to install my first than Pro CS4, the first disc installs fine but the 2nd disc refuses to install. I have searched a downloadable version, but can not find a. any ideas how I can actually complete installation?

    Im trying to install my first than Pro CS4, the first disc installs fine but the 2nd disc refuses to install. I have searched a downloadable version, but can not find a. any ideas how I can actually complete installation?

    Download & install instructions https://forums.adobe.com/thread/2003339 can help

    -includes a link to access a page to download the Adobe programs if you do not have a disk or drive

    -you will need to enter your original serial number during the installation for non-Cloud programs

    - or kglad links in response to #1 here can help https://forums.adobe.com/thread/2081216

    Also go to https://forums.adobe.com/community/creative_cloud/creative_cloud_faq

    - and also read https://forums.adobe.com/thread/1146459

  • I've recently upgraded to El Capitan - biggest problem is timing removed all the entries in my previous ical. Any ideas how I can track down the file containing these essential documents and install in the new program?

    I've recently upgraded to El Capitan - biggest problem is timing removed all the entries in my previous ical. Any ideas how I can track down the file containing these essential documents and install in the new program?

    All calendars are enabled in the sidebar?

  • I have Pandora Radio and he plays only a song and must then be restarted. He has not done this before. No idea how to solve this problem?

    I have Pandora Radio and he plays only a song and must then be restarted.  He has not done this before. No idea how to solve this problem?

    Hi Howard,

    -What version of Windows you are using on the computer?

    The question you posted would be better suited in Pandora Radio support Forums. Contact them for assistance. Please see the link below.

    www.Pandora.com/contact

    www.Help.Pandora.com

    It will be useful. Back to us for any problem related to Windows. We will be happy to help you.

  • the windows XP from my laptop IBM + enter in standby mode without anything in the regular workplace? any idea what can cause this problem? virus? installation program?

    the windows XP from my laptop IBM + enter in standby mode without anything in the regular workplace? any idea what can cause this problem? virus? installation program?

    Hello

    · Were there any changes made on the computer before the show?

    You can check the link: how to solve the problems of hibernation and standby in Windows XP: http://support.microsoft.com/kb/907477

  • I have a spam in my email MSN that sends messages to all of my contacts in my address book. No idea how to eliminate this problem. Thank you!

    I have a spam in my email MSN that sends messages to all of my contacts in my address book. Emails to all of my contacts in my address book. The emails are added to viagra and * with links on how order cheap products. No idea how to eliminate this problem. I have Microsoft Essentials and performed a full scan with clear results. The issue is my e-mail account. Thank you!

    Support MSN:
    http://support.Microsoft.com/kb/940784

  • I have a problem with my shrink to a smaller size text, when I create a link. Can someone help me understand how to solve this problem?

    I have a problem with my shrink to a smaller size text, when I create a link. Can someone help me understand how to solve this problem? Here is the URL of the page where it happens. Spring Art tour

    Tamlyn

    Line 22 of your main document

    do-size: 14px;

    change that to

    font size: 1 rem;

    See https://css-tricks.com/confused-rem-em/

Maybe you are looking for

  • Satellite L500-19th - connection of the second SSD/HDD internal

    According to the control system L500-19th has a free SATA port. Port 0: freePort 1: HDD internal (1 TB Western D)Port 4: DVD drive internalPort 5: drive external eSATA connecting I intend to connect an SSD on port 0.Where can I find the port? If this

  • How many USB devices you can Garland to the latest Mac Mini?

    I need to connect several USB devices to my recent Mac Mini but it seems that if they are plugged directly into one of the 3 ports on the back, will not work.  Any ideas on that?

  • Lack of power?

    Dear users of machines, I D10 that has SAS 15 K with win 7. But, it can not turn on, not even the bios screen. Originally, when the power cable is in the machine, the noise of the fan comes on about 5 sec, and then I can turn it on. After the first s

  • my friend told me while updatng windows via internet, virus attacks. is this true? __

    my friend told me while updatng windows via internet, virus attacks. is this true?

  • Restrict network guest/BYOD

    We received a preconfigured router, but it was not configured correctly. Initially, our guest and VLAN BYOD had no access to the internet. I added access-list 130 permit ip 192.168.2.0 0.0.0.255 anyaccess-list 130 allow ip 192.168.3.0 0.0.0.255 any A