Jump to content

Windows 8.1 start hiding duplicate shortcuts


Recommended Posts

Posted

Hi,

 

I have redirected the Windows 8.1 start screen. I have folders one for each subject. Each subject has applications used by that subject. But some applications are used by more than one subject. For example Photoshop is used by Art, Design Technology & ICT. When i put the put the Photoshop shortcut into all 3 folders it only displays into the Art folder. It is hiding it from the other 2 folders. If i remove it from Art it will then Display in Design Technology and not ICT.

 

Does anyone know how to prevent the start screen from removing duplicate shortcuts please? When i google this i get loads of stuff but not anything relating to this.

 

Thanks

Posted
Yeah Same.. trying each and every forum to get the answer..not successful though.. I will post back if i get anything about that..
Posted
u could try add a space at end of the extra shortcuts might show them up as name is different?

 

When you put a space at the end Windows automatically removes the space from the file name.

Posted

I am experiencing this problem too. I have Matlab 64 bit installed on my computer, and recently had to install matlab 32 bit to enable use of some 32 bit drivers. The programs have different directories but the same name and one is always hidden. :(

specifically, the shortcuts are to:

C:\Program Files (x86)\MATLAB\R2013b\bin\matlab.exe

C:\Program Files\MATLAB\R2013b\bin\matlab.exe

Posted
Does anyone know how to prevent the start screen from removing duplicate shortcuts please?

Make hard links of the Photoshop executable and then create separate shortcuts to each .exe on the Start Screen?

 

cd /d "%ProgramFiles%\Adobe\Adobe Photoshop CC (64 Bit)"
mklink /H "Photoshop (Art).exe" Photoshop.exe
mklink /H "Photoshop (ICT).exe" Photoshop.exe
mklink /H "Photoshop (Tech).exe" Photoshop.exe

 

http://i.imgur.com/9as8c3N.png

 

Alternatively, for non-subject specific programs like Photoshop, just create a group on the Start Screen called 'Adobe Creative Suite' and put them in there.

Posted
The problem with hard links they are pretty large. I would like to avoid them if I can.

Symbolic links didn't work when I tried them, so hard links may be the only option. :(

 

You could compress the EXEs to save a bit of disk space.

 

http://i.imgur.com/nKHPhbz.png

Posted (edited)

Does adding "-derp" after the closing quote on the path work?

I just tried it here by creating 2 shortcut's to Photoshop.exe and adding -derp{X} to the end of the path after the closing quote and both appear here although my test here doesnt have a redirected menu.

Photoshop should ignore the -derp switch as it has no idea what it does, you just add -schoolart1 etc.

 

I would be very surprised this wouldnt work as MS should assume switches mean different apps regardless.

Edited by ZeroHour
  • 3 months later...
Posted (edited)

@FN-GM. OblyTile generates a VBScript (Launcher.vbs) in %ProgramFiles%\OblyTile for each tile you create (along with the tile images).

 

If you prevent users running scripts via AppLocker/Group Policy they probably won't be able to run the programs via the tiles you create.

Edited by Arthur
  • 1 month later...
Posted
Right back onto this project, hopefully I can finish it this time. The method that @burgomaster says won't work as they are not tiles. The only way I can see this working is @ZeroHour way, just if we get a fussy app it might not like it. Wish there was a GP to turn it off.
Posted

Classic Shell - Start menu and other Windows enhancements :)

 

Ok, ok. What was wrong with using mklink again? I'm assuming that the start screen is resolving symlinks and thus still refusing to display duplicates. Hard links should be OK though.. They don't actually use any additional disk space, since all links will reference the same bits on the disk. It will just *appear* to be using more space, depending on which application you ask. I think you will double up when it comes to backup/copying over the network however. Is this going in an image? or do you have devices with low disk space (tablets, SSD, etc.)?

 

Assuming the dummy command line arguments idea works (questionable, since apparently two distinct executables in different directories were hidden simply because they have the same name?) you will probably be fine in 95% of cases but there could always be one app that throws an error on invalid arguments. Be careful with things like "-derp" though, as some apps will accept a "-d" and successfully match to "-derp", taking "erp" as the argument (think java's -D).

Posted
Right I have been trying what @ZeroHour says, it causes issue with some programs. MKlnk also has issues, for example with word 2013. Urgh I will not let MS beat me!
Posted
Right I have been trying what @ZeroHour says, it causes issue with some programs. MKlnk also has issues, for example with word 2013. Urgh I will not let MS beat me!

 

Out of interest what issues? not sure how switches can break things. MSI based shortcuts wont work but you can usually directly link the exe anyway.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...