shortcut
14 TopicsShortcut pointing to Batch script (.bat file) - PSF Tool not worked.
Hi All, Scenario: I have an app with multiple shortcuts, in those one shortcut's Target is "cmd.exe" and argument is path of a batch script file(.bat file). I have tried to create MSIX package with the help of PSF Tool. while testing I am able to launch every shortcut, except this one (which has batch script). I tried the below things: 1. As we know there is no communication between MSIX container and the native cmd.exe file, I have copied cmd.exe (which is not recommendable) file into msix package and tried to launch the shortcut. It didn't work. 2. In config.json file, replaced cmd.exe with the psflauncher.exe in place of target, which mean this psflauncher will call the .bat file to execute. It didn't work 3. In config.json file, placed .bat file path in Target place with out any arguments. It didn't work. Is there any thing else to try other than above, please advise and guide. Thanks in Advance.7.7KViews0likes34CommentsIntune installed desktop shortcut needs to be removed
I created a desktop shortcut via intune windows app (win 32). Here is my script New-Item -Path "c:" -Name "mem" -ItemType "directory" -Force Copy-Item "S:\Shortcuts\UKG.ico" -Destination "c:\mem\UKG.ico" $Shell = New-Object -ComObject ("WScript.Shell") $ShortCut = $Shell.CreateShortcut("C:\users\public\desktop\UKG.lnk") $ShortCut.TargetPath="-------------------------------------" $Shortcut.Arguments="------------------------------------" $ShortCut.IconLocation = "c:\mem\UKG.ico"; $ShortCut.Description = "UKG Shortcut"; $ShortCut.Save() (I replaced the path with ————————) The app works fine and copies the ico file from a network share and places it on the c drive in a folder it creates named mem. Now after creating the shortcut they have decided to use SSO which is a new address. I need to delete the ico file in the mem folder and remove the desktop shortcut. I created a simple script. $ShortcutFile = "$env:Public\Desktop\UKG.lnk" if (Test-Path $ShortcutFile){ Remove-Item $ShortcutFile } else { Write-Output "Shortcut Not Found" } To just delete the shortcut. When I run the script as an admin in powershell it works just fine. If I try and run the script in a normal powershell it fails and says it doesn't have access to the public desktop. I ran the file in Intune as just a script and it fails. I converted it to an intunewin file and added it as an intune windows app (win 32). It successfuly runs on all my pcs but does not remove the icon. I'm at a loss and I really need to remove this icon so I can push the new one. Any suggestions on how to remove it via a script or app? I've checked into remediation scripts but that isn't going to be an option for now.Solved5.1KViews0likes23CommentsURL Shortcuts not working in Edge
Good evening When we used IE11 we use to have shortcuts on all workstations to a specific webpage, this was created by dragging the url from the addressbar to the desktop to create a .website file This functionality doesnt seem to work in Edge even after setting Edge as the default app for .website files. I tried instead to create a standard shortcut / .url file however whenever I click on the shortcut I receive this instead of the desired webpage: Edge is set as the default application for .url files. What is the proper way to create a shortcut to a webpage with the webpage icon in Edge. Thanks.20KViews1like6CommentsIt's not possible to use the sidebar shortcut on Nordic keyboards
The shortcut for the sidebar is Ctrl+Shift+/ which prevents it from being able to be utilized at all on Nordic keyboards (and likely others), since slash requires you to press Shift+7. Unfortunately, as far as I know, there's no way to rebind hotkeys in Edge. I tried rebinding the shortcut using AutoHotkey, but not even that seems to work. Although let's be honest, you shouldn't need a workaround for basic shortcuts in a browser. Please add an alternative shortcut. Ctrl+Shift+. works, period is right next to comma which is used for the vertical tabs shortcut so it would make a lot of sense.505Views0likes0CommentsLet us disable Win + F shortcut that opens Feedback hub
It's very annoying and happens many times, when I want to press Win + G to open Gamebar in game and then I accidentally press the button next to it G which is F and open feedback hub app instead. please add an option in Feedback hub to turn this shortcut off. I rarely use Win + F to send a feedback anyway, I always open feedback hub from start menu to file a feedback. please upvote this feedback: https://aka.ms/AAb4pm22.2KViews1like3CommentsUninstalling games from the Xbox app doesn't remove game shortcut from desktop
Install games from Xbox app, play it, then uninstall it, the shortcut that was made automatically on desktop will still be there, having a white placeholder icon. Expected behavior: the shortcut on desktop should be removed when the game is uninstalled from the uninstall option of the Xbox app. occurring in latest Windows 10 insider Dev build and Xbox app if you can reproduce it, add your details to this feedback: https://aka.ms/AAcirp216KViews1like3Comments