Danyfirex Posted August 15, 2015 Share Posted August 15, 2015 how is $itemverb.name in german? based on that make a comparation. Saludos Danysys.com AutoIt... UDFs: VirusTotal API 2.0 UDF - libZPlay UDF - Apps: Guitar Tab Tester - VirusTotal Hash Checker Examples: Text-to-Speech ISpVoice Interface - Get installed applications - Enable/Disable Network connection PrintHookProc - WINTRUST - Mute Microphone Level - Get Connected NetWorks - Create NetWork Connection ShortCut Link to comment Share on other sites More sharing options...
Allow2010 Posted August 15, 2015 Share Posted August 15, 2015 that is not the problem...the item name is already in the script in german an it works just fine in windows 8.1 germanWhen run on Windows 10 this loop checks all verbs and if i enable the messagebox i can see all verbs. On Win8.1 the Pin to Taskbar comes up, on Win10 it dies not exist in the verb list...so it is not a matter of localistation...Onyone ever tried the example on windows 10 x64 english and had success? I think it is a win10 issue... For $itemverb In $objFolderItem.verbs MsgBox(0,"",StringReplace($itemverb.name,"&","")) If StringInStr(StringReplace($itemverb.name,"&",""), "Taskleiste anheften") Then $itemverb.DoIt Next Link to comment Share on other sites More sharing options...
Allow2010 Posted August 15, 2015 Share Posted August 15, 2015 btw: i tried several solutions based on this code, some using vbs and some using .net. They all failed in Win10. Link to comment Share on other sites More sharing options...
Danyfirex Posted August 15, 2015 Share Posted August 15, 2015 For some reason Explorer doesn't show pin to taskbar option for Iexplore.exe file. so the solution is create first shortcut. then run the code but passing iexplore shortcut.Saludos Danysys.com AutoIt... UDFs: VirusTotal API 2.0 UDF - libZPlay UDF - Apps: Guitar Tab Tester - VirusTotal Hash Checker Examples: Text-to-Speech ISpVoice Interface - Get installed applications - Enable/Disable Network connection PrintHookProc - WINTRUST - Mute Microphone Level - Get Connected NetWorks - Create NetWork Connection ShortCut Link to comment Share on other sites More sharing options...
Allow2010 Posted August 16, 2015 Share Posted August 16, 2015 thanks for the idea, but i tried this and it still does not work, same effect, the "pin to taskbar" is not in the list of verbs, "pin to startmenu" is in the list ...strange..I also tried with calc.exe, same result...I believe MS removed this on purpose, or did anyone manage to get this working on an eglish windows? Or with any other file? Link to comment Share on other sites More sharing options...
Danyfirex Posted August 16, 2015 Share Posted August 16, 2015 I use Windows 10 Pro Spanish Version and work correclty. Danysys.com AutoIt... UDFs: VirusTotal API 2.0 UDF - libZPlay UDF - Apps: Guitar Tab Tester - VirusTotal Hash Checker Examples: Text-to-Speech ISpVoice Interface - Get installed applications - Enable/Disable Network connection PrintHookProc - WINTRUST - Mute Microphone Level - Get Connected NetWorks - Create NetWork Connection ShortCut Link to comment Share on other sites More sharing options...
Allow2010 Posted August 18, 2015 Share Posted August 18, 2015 (edited) thanks...still no luck, others seem to have the same problem. Are you usung win10 final? Clean install or Upgrade? Edited August 19, 2015 by Allow2010 Link to comment Share on other sites More sharing options...
Danyfirex Posted August 18, 2015 Share Posted August 18, 2015 Windows 10 pro Spanish Version without any updates. Saludos Danysys.com AutoIt... UDFs: VirusTotal API 2.0 UDF - libZPlay UDF - Apps: Guitar Tab Tester - VirusTotal Hash Checker Examples: Text-to-Speech ISpVoice Interface - Get installed applications - Enable/Disable Network connection PrintHookProc - WINTRUST - Mute Microphone Level - Get Connected NetWorks - Create NetWork Connection ShortCut Link to comment Share on other sites More sharing options...
esullivan Posted November 4, 2015 Share Posted November 4, 2015 Anyone have Pin to Taskbar working in Windows 10? Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now