Macro Name: @StartMenuCommonDir
Returns the path to Start Menu folder for 'All Users'.
Example:
Returns the path to Start Menu folder for 'All Users'.
Example:
#include <MsgBoxConstants.au3>
;Display All Users Start Menu Folder Path
MsgBox($MB_SYSTEMMODAL, "Start Menu Folder - All Users", @StartMenuCommonDir)
;Display All Users Start Menu Folder Path
MsgBox($MB_SYSTEMMODAL, "Start Menu Folder - All Users", @StartMenuCommonDir)
- AutoIt - Get AppData Folder Path for 'All Users'
- AutoIt - Get Documents Folder Path for 'All Users'
- AutoIt - Get Favorites Folder Path for 'All Users'
- AutoIt - Get Start Menu's Programs Folder Path for 'All Users'
- AutoIt - Get Startup Folder Path for 'All Users'
- AutoIt - Get Desktop Folder Path for 'All Users'
- AutoIt - Get Current User Roaming AppData Folder Path
- AutoIt - Get Current User Local AppData Folder Path
- AutoIt - Get Current User Desktop Folder Path
- AutoIt - Get My Documents Folder
- AutoIt - Get Current User Favorites Folder Path
- AutoIt - Get Current User Start Menu Programs Folder Path
- AutoIt - Get Current User Start Menu Folder Path
- AutoIt - Get Current User Startup Folder Path
- AutoIt - Get User Profile Folder Path for Current User
Interesting? Share and Let Others Know.
Post a Comment