Search found 4 matches

by cjtemple
16 Mar 2021 06:34
Forum: DOS Batch Forum
Topic: netsh profile name issue
Replies: 8
Views: 8524

Re: netsh profile name issue

I did a little more testing and debugging. Found it was the apostrophe that was throwing things off. I renamed my network for now. At some point I will have to go about getting it to escape that character. I am pretty sure I tried the typical \ escape character. There is a workaround by using a wild...
by cjtemple
16 Mar 2021 05:03
Forum: DOS Batch Forum
Topic: netsh profile name issue
Replies: 8
Views: 8524

Re: netsh profile name issue

Ah, sorry about that. I see you wanted me to show that profile explicitly.

Code: Select all

C:\WINDOWS\system32>netsh wlan show profiles "John Temple's iPhone"
Profile "John Temple's iPhone" is not found on the system.
by cjtemple
12 Mar 2021 22:18
Forum: DOS Batch Forum
Topic: netsh profile name issue
Replies: 8
Views: 8524

Re: netsh profile name issue

Certainly, scroll down a bit in the first code block.
by cjtemple
12 Mar 2021 13:15
Forum: DOS Batch Forum
Topic: netsh profile name issue
Replies: 8
Views: 8524

netsh profile name issue

I am working on a one liner to test out a larger project but I am running into issues with profile names. Show profiles has the profile name but when I try to use it I get an error that profile doesn't exist (or at least that is how I interpret the message). This is run from an elevated command prom...