Index: base/shell/explorer/startmnucust.cpp =================================================================== --- base/shell/explorer/startmnucust.cpp (revision 70565) +++ base/shell/explorer/startmnucust.cpp (working copy) @@ -25,7 +25,7 @@ { WCHAR szPath[MAX_PATH]; - if(SUCCEEDED(SHGetFolderPathW(NULL, CSIDL_STARTMENU, NULL, 0, szPath))) + if(SUCCEEDED(SHGetFolderPathW(NULL, CSIDL_PROGRAMS, NULL, 0, szPath))) { WCHAR szCommand[MAX_PATH] = L"appwiz.cpl,NewLinkHere "; if(SUCCEEDED(StringCchCatW(szCommand, MAX_PATH, szPath)))