I can't create a shortcut or even create a folder inside C:\\ProgramData\\Microsoft\\Windows\\Start Menu\\ and get an "Access is denied" error in both cases. I am using C++(WinAPI) and am interested in creating a shortcut inside that folder. Code for creating shortcut is working perfectly for other locations(for example for creating shortcuts on Desktop). How can I workaround this error?
Creating shortcut inside windows start menu
1.4k Views Asked by IKM2007 At
1
There are 1 best solutions below
Related Questions in C++
- How to immediately apply DISPLAYCONFIG_SCALING display scaling mode with SetDisplayConfig and DISPLAYCONFIG_PATH_TARGET_INFO
- Why can't I use templates members in its specialization?
- How to fix "Access violation executing location" when using GLFW and GLAD
- Dynamic array of structures in C++/ cannot fill a dynamic array of doubles in structure from dynamic array of structures
- How do I apply the interface concept with the base-class in design?
- File refuses to compile std::erase() even if using -std=g++23
- How can I do a successful map when the number of elements to be mapped is not consistent in Thrust C++
- Can std::bit_cast be applied to an empty object?
- Unexpected inter-thread happens-before relationships from relaxed memory ordering
- How i can move element of dynamic vector in argument of function push_back for dynamic vector
- Brick Breaker Ball Bounce
- Thread-safe lock-free min where both operands can change c++
- Watchdog Timer Reset on ESP32 using Webservers
- How to solve compiler error: no matching function for call to 'dmhFS::dmhFS()' in my case?
- Conda CMAKE CXX Compiler error while compiling Pytorch
Related Questions in WINAPI
- How to immediately apply DISPLAYCONFIG_SCALING display scaling mode with SetDisplayConfig and DISPLAYCONFIG_PATH_TARGET_INFO
- Changing the theme of a #32768 (menu) window class at runtime
- Issue with GetOpenFileName while debugging
- How to populate a ListBox with SendMessage?
- Is there a function to end a child process?
- HDR video publishing
- Frameless Qt + WinAPI maximized window size is bigger than the availableGeometry()
- Mount .iso file with python
- What is Win32 x86-64 CONTEXT::VectorRegister for?
- WinAPI - right mouse drag & drop and IContextMenu
- Win32 per-filesystem cache tuning?
- Client connection timeout during Android & Windows PC communication via sockets
- MessageBoxEx sometimes shows as hollow window, border only, and only on Windows 11
- Win32api send message and Pydirectinput and Powertoy (Keyboard Manager ) Not working when open the application
- Would it be possible to run an application right after csrss.exe loads? (Windows)
Related Questions in SHORTCUT
- How when click button order in custom siri intents make custom action
- Set default (custom value) in iOS AppIntent parameter
- Activating a Shortcut on 'hot-corner'
- How to assign keyboard shortcut for arrow keys in Visual Studio Code
- Custom Keyboard Shortcuts in Flutter for returning an independent widget
- Is there any way to make tkinter window dismiss Win + D command?
- Windows shortcut target field, change to current directory
- How can I create a .desktop file [Desktop Entry] that executes a command in the current directory?
- How to restore data of a shortcut file
- Create windows executable shortcuts for given bash commands
- Google Meet PWA with StartParameters?
- How automatically add comments in the start and end of an HTML block using a shortcut
- Autohotkey two buttons pressed result in third button
- Assign shortcut to macro/module in MS-Project?
- MacOS Safaris WebApp to App feature fullscreen metatags
Related Questions in ACCESS-DENIED
- Error: VS800075 when downloading artifact from another project
- Error: id returned 5 exit status when building C++ code in Code::Blocks
- Azure Storage Account Access: Role Assignments Yield 'Access Denied' even for "Blob Owners" roles
- in Ubuntu CREATE FILE encountered operating system error 5(Access is denied.) MSSQL
- Access denied when using Get-PnPSubWeb
- MySQL/Django/Docker -> 1045, "1045 (28000): Access denied for user 'X'@'xx.xxx.xx.xx' (using password: YES)", '28000'
- Getting CreateProcess error=5, Access is denied while trying to launch the emulator programmatically from Java Appium code
- http://50.18.239.87:8080/manager/html 403 access denied, Tomcat Server is on EC2 instance
- Access denied error while setting up spark config in Python
- MYSQL where to set password for mysqladmin?
- My azure student account is not eligible to access most of the services and resources
- VirtualAllocEx failing with ERROR_ACCESS_DENIED code
- AmazonS3Exception: Access Denied (Service: Amazon S3; Status Code: 403; Error Code: AccessDenied;
- Error trying to run project. Access is denied (But user has access to the project folder)
- LinkedIn API - ACCESS_DENIED - Not enough permissions to access
Related Questions in STARTMENU
- In Windows 7 _ Is It Possible to widen the arrow button next to Switch Off button on Start Menu?
- How to pin an app to the start menu Win 11
- Implementing a customized desktop application using C# and.NET 4.7
- How to detect if Windows Start (Orb) button is clicked?
- How to get the icon of an app by it's AppID given by Get-StartApps on Windows 10 and above
- RDP Logs Of Who I Have Connected To
- HoloLens 2 / Unity : Start Menu Icon
- How to make uninstallation work by right clicking app icon from start menu
- How to make Inno Setup create single shortcut/icon in Start menu instead of a folder (program group)
- How can I add/not add a shortcut to an uninstaller depending on the Windows version in Inno Setup?
- Open startmenu from file
- How to add Main Menu and Retry menu in pygame
- How can I load my workspace from my start menu GUI in ROBLOX?
- Using NSIS the Uninstaller shortcut does not show up in the Start Menu
- Error Dialog pops up during Unistallation
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular # Hahtags
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
Writing to the All-users start menu requires UAC rights. So, you'll need to run your application as administrator. Or just use the current-user start menu "C:\Users\[CurrentUser]\AppData\Roaming\Microsoft\Windows\Start Menu"
Hope this helps.