Macro Name: @StartMenuDir
Returns the Path to current user's Start Menu.
Example:
Returns the Path to current user's Start Menu.
Example:
#include <MsgBoxConstants.au3>
;Display Current User Start Menu Folder Path
MsgBox($MB_SYSTEMMODAL, "Start Menu Folder - Current User", @StartMenuDir)
;Display Current User Start Menu Folder Path
MsgBox($MB_SYSTEMMODAL, "Start Menu Folder - Current User", @StartMenuDir)
- 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 User Profile Folder Path for Current User
- 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 Start Menu Folder Path for 'All Users'
- AutoIt - Get Startup Folder Path for 'All Users'
- AutoIt - Get Desktop Folder Path for 'All Users'
Interesting? Share and Let Others Know.
Post a Comment