Macro Name: @ProgramsCommonDir
Returns the path to Start Menu's Programs folder for 'All Users'.
Example:
Returns the path to Start Menu's Programs folder for 'All Users'.
Example:
#include <MsgBoxConstants.au3>
;Display All Users Start Menu's Programs Folder
MsgBox($MB_SYSTEMMODAL, "Start Menu's Programs Folder - All Users", @ProgramsCommonDir)
;Display All Users Start Menu's Programs Folder
MsgBox($MB_SYSTEMMODAL, "Start Menu's Programs Folder - All Users", @ProgramsCommonDir)
- 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 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