Ferum01
24-04-2014, 18:34
Помогить поправить скрипт работающий в windows xp, в windows 7 работать не хочет...
'---------------------------------------------------
'http
Sub SetDeffLangSettings()
Set WshShell = CreateObject("WScript.Shell")
WshShell.RegWrite "HKEY_CURRENT_USER\Software\Policies\Microsoft\Windows\Network Connections\NC_EnableAdminProhibits","1"
End Sub
'------------------------------------------------------------------------------------------
Call SetDeffLangSettings()
WScript.Quit
'---------------------------------------------------
'http
Sub SetDeffLangSettings()
Set WshShell = CreateObject("WScript.Shell")
WshShell.RegWrite "HKEY_CURRENT_USER\Software\Policies\Microsoft\Windows\Network Connections\NC_EnableAdminProhibits","1"
End Sub
'------------------------------------------------------------------------------------------
Call SetDeffLangSettings()
WScript.Quit