The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
1answer
31 views

Hide Windows start orb in python (3.2)

I am creating a program that will replace the windows start menu in Python. I have managed to find a way to hide the taskbar as shown below but i can't find a way to hide the start orb(Windows ...
1
vote
0answers
24 views

Disable startscreen *being triggered* by touchpad/mouse [closed]

I happily run stock Windows 8 on my own devices, i am not another "i dont get/like the startscreen" whiner. Given is a laptop running windows 8.0 is hooked up to a 2nd display (LED wall, or a beamer) ...
2
votes
1answer
41 views

Add a check box to not add the start menu icons

So this is probably really simple, and I've been looking and looking for an example, but can't seem to find one. I just need to add a check box to select the option NOT to create a start menu ...
1
vote
1answer
106 views

How to pin Application icon to the metro start screen in windows 8 programmatically

How can I pin application icon to metro start screen in win8 programmatically(c++)? I know how to do it manually. I also know that it will be added automatically once I launch that application.
0
votes
1answer
24 views

how do i start the “help and support” application in the windows start menu using vb net 2012

When I click on "help and support" in the windows 7 start menu, the helpPane.exe program runs. But when I run helpPane.exe, nothing happens. any ideas?
0
votes
1answer
87 views

VB net 2012 code to search for programs and files as in the windows 7 start menu

I want to make a textbox similar in function to the search textbox in the windows 7 start menu. When I search for something in the windows 7 start menu, the process searchindexer.exe runs. So you ...
0
votes
0answers
37 views

Creating StartMenu Entry on Windows

I like to create a StartMenu Entry. Currently I link a Folder of my Filesystem to the Startmenu with following Code: linkd "%USERPROFILE%\AppData\Roaming\Microsoft\Windows\Start ...
2
votes
1answer
394 views

Creating Windows 8 Start screen groups and tiles (not only for exes) with Inno Setup

We are using Inno Setup to build installers for our ActiveX grid control. With the release of Win8, two new questions arose: Is it possible to create our own new group of tiles on the Start screen ...
0
votes
0answers
82 views

are older program installers compatible with Windows 8 [closed]

i have created installers that create start menu shortcuts like these Programs/Visual Novels/BROCCOLI/Galaxy Angel/Moon Angel-tai/Galaxy Angel Programs/Visual Novels/BROCCOLI/Galaxy Angel/Moon ...
1
vote
1answer
119 views

Open the start menu right next the program?

I've been researching how to open the Start Menu programmatically, but the problem is that I'd like it to open it right next to the application I'm creating. I'm making a toolbar at the top of the ...
0
votes
0answers
128 views

How to create a Window start menu shortcut with Visual Studio outside a folder

I'm publishing my WPF project with Visual Studio, but when I run the resulting setup.exe and install it, it always creates a folder in my start menu and puts my application shortcut inside of it. The ...
0
votes
1answer
395 views

Switch from start menu to desktop in Windows 8

Is there a way to programmatically switch from the start menu to desktop. For example if you had a service thats runs once the user logs in and you wanted that service to switch to the desktop view ...
0
votes
0answers
394 views

Change Windows 8 Start Screen Colour With Registry Editing

I know a very similar question title have appeared in the forum before (asked by me), but I still decided to use it as it relates to my question the best. However, the question itself is completely ...
2
votes
2answers
2k views

How to enable Start Menu in Windows 8? [closed]

Can anyone give me some hack or provide some way, by which I can enable the Start Menu in Windows 8. I am finding hard to use Windows 8 without Start Menu. I dont have any problem, If I need to ...
2
votes
1answer
501 views

Can I create/update Windows 8 Start menu tiles from my WinApi application?

I have a regular Windows API (not metro) application that I would like to have a live (periodically updating) Start Menu tile on Windows 8, instead of a static start menu shortcut. I tried to ...
22
votes
2answers
346 views

Custom search tab in Windows start menu search with C#

I am interested to know how can I do the same thing that the apllication listed below does: Start Menu Calculator I want to know how can I create an custom tab in Start Menu Search and then handle it ...
0
votes
0answers
178 views

how to develop a widget for windows 7's start menu

I want to develop a Google searcher for windows 7's start menu. It means a widget for start menu to show Google search result for search pattern of start menu. I don't know is it possible to do ...
0
votes
1answer
227 views

Create DataObject from Shell Run / Help (MFC C++)

I need help to create an IDataObject to enable drag and drop of these 2 Items (Run and Help) For Example I need to do just like Windows Startmenu does. to run them I use these ...
0
votes
1answer
125 views

Is there a better way to find a user's Start Menu?

For me, my Start Menu is located at %appdata%\Microsoft\Windows\Start Menu Is there a system folder reference to use in a batch file that doesn't rely on it being in this place? I would like the ...
0
votes
2answers
2k views

How to pin to start menu using PowerShell

I can pin some programmes to taskbar on Win7 using PowerShell. The code: $shell = new-object -com "Shell.Application" $folder = $shell.Namespace('C:\Windows') $item = ...
0
votes
2answers
121 views

How can I start new project from the Visual studio start menu?

In my Windows 7 Start menu, when I open the Visual Studio sub-menu, it shows my “pinned” projects and also my recently opened projects: This is quite useful and can speed up opening the project a ...
0
votes
1answer
1k views

How do I change the start menu from classic view to WinXP Start Menu?

I am working on a computer that is running WinXP but is using the classic windows start menu. I've googled, but all I can find is how to change the Windows XP and/or Win7 Start Menu TO Classic Start ...
1
vote
0answers
46 views

Updating Visual Studio screws up Programs shortcuts

First, I do apologize if this question has been asked and answered before. (I am capable of internet searching but simply cannot find an answer anywhere!) The (recurring) problem is that whenever I ...
0
votes
0answers
142 views

Using Inno setup, how to make application appear in Most Frequently Used programs

I am using Inno Setup to create an installer for my application. Using the template scripts, I have managed to get the application to be added in the start menu (under Programs) and I have managed ...
2
votes
2answers
215 views

What does Windows use each resolution version of an .ico for? (e.g., Start Menu, Desktop)?

A designer is making some Windows icons (.ico) for us and I want to make sure the various sizes (16px, 24px, etc.) will look Ok when Windows displays them. I created a Test icon with a # for each ...
1
vote
1answer
682 views

Remove shortcut and associated file with Innosetup

As part of an application update, I want to remove an old start menu entry if it exists, and the file it points to. I tried: [InstallDelete] Type: files; Name: "{group}\User's Manual (PDF)" Type: ...
0
votes
2answers
571 views

Removing exe from windows startmenu quick launch

For work we have two shortcuts that get installed to the start menu with both of them pointing to the same exe (but the second with different command line arguments). Some times windows will pick ...
5
votes
2answers
356 views

How can I group my applications in start menu deployed by clickOnce?

I have created a set of applications which are deployed using clickonce. is it possible to group them in a common start menu item? Background : I have created a series of quantitative finance related ...
1
vote
3answers
14k views

How can I disable the Start button (but not the Taskbar) on Windows 7?

On Windows XP, it was possible to disable the Start button with the following code: hTray = FindWindow (TEXT("Shell_TrayWnd"), NULL); if (hTray) { hStartButton = FindWindowEx(hTray, NULL, ...
0
votes
1answer
422 views

Creating start menu shortcuts, result is error LGHT0094

When adding start menu shortcuts light.exe will produce the LGHT0094 error: <Directory Id="ProgramMenuFolder" Name="Menu"> <Directory Id="DirManufacturer" ...
1
vote
3answers
7k views

Clean Windows 7 Start Menu MRU List

Is there a way to clean the most recently started applications from the Windows 7 start menu programmatically? I'm looking for some registry entries and/or files to delete so the corresponding items ...
0
votes
1answer
919 views

getting the “friendly” name for window startmenu items/shortcut files

This is curious, some startmenu items seems to resolve to a "friendly" name that's not contained in the actual .lnk file. For example: "c:\ProgramData\Microsoft\Windows\Start ...
0
votes
2answers
873 views

Creating a Windows 7 Taskbar Icon

My Goal I want to make it so that, on first run, my program will make its icon appear in the Windows 7 Taskbar. I know that the icon files are shortcuts in ...
11
votes
1answer
1k views

Custom source for Windows 7 Start Menu Search

I recently came across an article about Windows 7's new Federated Search and Search Connectors. Basically, you provide users a small XML file (.osdx; an OpenSearch XML file) and they can then use ...
1
vote
1answer
114 views

How would I pass my program a string from the start menu search in Windows (like ping)?

When my program is launched from the start menu shortcut I would like to send it a string. I see that ping does this because I can type in ping [and a domain] and it will pop the cmd window and do the ...
1
vote
0answers
553 views

WM6.5 - C# - Check if Start Menu is Visible

Hi guys, I'm developing an Windows Mobile 6.5 start menu replacement called JWMD Stuick. Currently, I'm able to detect if the Start Menu is created or destroyed by checking GetWindowLong() API.. ...
0
votes
1answer
264 views

Adobe AIR - Option to not create a shortcut when installing an AIR application

Hello Stackoverflow community, Does anyone know if there is an option to not create a shortcut to an AIR application after its installation? Currently, all I have found is an option to choose the ...
0
votes
0answers
97 views

why is win7/ie8 favorites the start menu? [closed]

does anyone know why Win7 Pro IE8 favorites are really the programs in the start menu? I don't see the point, there are usually tons of folders here so it is hard to find internet shortcuts, and why ...
2
votes
2answers
872 views

How to 'Refresh' the Vista start menu programmatically

I am working on a piece of code that removes an extra folder we have in the user's start menu. I start by removing all of the shortcuts it contains, and then remove the folder itself. After this is ...
7
votes
1answer
5k views

Use Wix installer to add shortcut to subfolder in startmenu programs

I am trying to add my program shortcut to an existing folder in the start menu shortcuts. For example All Programs -> AppNameFolder -> AppNameVersionFolder -> AppShortcut In order to achieve ...
0
votes
2answers
2k views

Is it possible to 'Pin to start menu' using Inno Setup?

I'm using the excellent Inno Setup installer and I notice that some Applications (often from Microsoft) get installed with their launch icon already highly visible ('pinned?') in the start menu (in ...
2
votes
3answers
277 views

Replacing the Start Menu

I want to make my own Start Menu replacement and I am trying to figure out what approach to use. There are a number of ways the Start Menu is activated: click on it, hit windows key, hit ctrl+esc keys ...
2
votes
4answers
1k views

Custom Windows 7 Start Menu Search Provider

I'd like to write custom providers for start menu searching, but I can't seem to find where to begin. Things I'd like to be able to do when I type in the search box on the start menu Type "thomas" ...
3
votes
2answers
6k views

How to “refresh” Windows 7 start menu from NSIS installer?

I have an installer (NSIS) that creates shortcuts in start menu. When I remove the program uninstall removes the folder from: C:\Users\<username>\AppData\Roaming\Microsoft\Windows\Start ...
0
votes
1answer
292 views

Specifying the Order of Start Menu Shortcuts

I created shortcuts for some of my exe's in the program menu. For example, I might create shortcuts for a.exe, v.exe, and g.exe. By default, it aligns as a, g, v (in alphabetical order). I want to ...
0
votes
1answer
103 views

Is there a way to change the name of a Start menu link name using a Custom Action

We are localizing our application and need to change the name displayed in the Start menu based on the current UI culture. We would like to do this using a Custom Action during the installation. We ...