rob998 Posted May 19, 2014 Posted May 19, 2014 Hello, Has anyone managed to get the scripts to pin items to the taskbar working? I've tried the ones suggested on the MS Technet - set everything up and nothing works. I don't even get an event log entry to say whats happening. If I run it manually it works. I've got pinitem.vbs in the netlogon share (vbs from Pin Items to the Start Menu or Windows 7 Taskbar via Script - The Deployment Guys - Site Home - TechNet Blogs) Pinitem.bat as a login script running for example - cscript \\domain controller\netlogon\PinItem.vbs /taskbar /item:"c:\windows\system32\calc.exe" Anyone managed to get it working? Rob
robjduk Posted May 20, 2014 Posted May 20, 2014 yeah I have it working here as a .bat however point it towards a network share rather than a DC location... cscript "\\file location here\pinitem.vbs" /item:"c:\Windows\Explorer.exe" /taskbar works well but would love to get it to not show up when it runs. Tried /S and such but it stops the script working. Guess that is for another post on another day though.
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