Click here to Skip to main content
15,886,362 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Myself new member to code project.
I am trying to open a command prompt to access folders of a USB connected windows phone. I have tried several commands like the following but nothing is working.
wmic logicaldisk get name

GET-WMIOBJECT win32_diskdrive | Where { $_.InterfaceType -eq 'USB' }


Could someone suggest me the best way to accomplish this without using any tool? My task is to access the mobile device to adjust language settings using PowerShell commands.

Phone : Lumia 1020 running Windows Phone 8.

Thanks,
vudesw
Posted
Comments
virusstorm 19-May-15 15:47pm    
Are you trying to adjust phone settings by changing files on the device?

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900