mau8211 Posted January 25, 2017 Share Posted January 25, 2017 Hi everyone, I am having a problem with some commands I have a flashed ducky with twin ducky When I try my script that contain: STRING $usbPath = Get-WMIObject Win32_Volume | ? { $_.Label -eq 'DUCK' } | select name DELAY 500 ENTER STRING cd $usbPath.name DELAY 500 ENTER Directly on my powershell it works fine, but when i use the rubberducky, It types exactly the same on the powershell but I get a "Where-Object: cannot bind parameter 'filterscript' etc What am I doing wrong? Quote Link to comment Share on other sites More sharing options...
mau8211 Posted January 25, 2017 Author Share Posted January 25, 2017 I found that my rubber ducky is typing [ ] instead of { } why is that? Quote Link to comment Share on other sites More sharing options...
mau8211 Posted January 25, 2017 Author Share Posted January 25, 2017 I have a keyboard in spanish and I used that on the encoder, but still nothing Quote Link to comment Share on other sites More sharing options...
digip Posted January 25, 2017 Share Posted January 25, 2017 do you need to use shift+{ keys together? Quote Link to comment Share on other sites More sharing options...
mau8211 Posted January 25, 2017 Author Share Posted January 25, 2017 I use AltGr Quote Link to comment Share on other sites More sharing options...
mau8211 Posted January 25, 2017 Author Share Posted January 25, 2017 Is there a way to change the keyboard language in powershell? Quote Link to comment Share on other sites More sharing options...
0phoi5 Posted January 26, 2017 Share Posted January 26, 2017 19 hours ago, mau8211 said: Is there a way to change the keyboard language in powershell? http://www.capri-technology.be/en/blog/set-keyboard-layout-powershell Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.