2015-08-28 49 views
0
xp_cmdshell 'netsh wlan show profile name="xxxx"' 

它給我關於我的Wifi網絡的信息。xp_cmshell'wlan show profile name =「xxxx」key = clear'

但是,當我試圖使用相同的命令與「鍵=明確

xp_cmdshell 'netsh wlan show profile name="XXX" key=clear' 

我找回密碼不相同的結果。只是信息缺席/存在 我不知道如何顯示密碼。 我是否需要更高級的安全帳戶或者由於安全原因而被禁用?

回答

1

我已更改SQL配置管理器 - SQL Server實例proporties - >登錄卡,登錄帳戶本地系統並重新啓動服務。它解決了問題。

相關問題