попасть в настройку брандмауэр у Виндоуз ХР

angelika

в факе есть инструкция по настройке, а я не могу её найти у себя на компе, как туда попасть?
или по другому - как открыть порты 139,445,21 , либо как настроить SMB/FTP сервер (или брандмауэр)? чтоб меня могли сканировать поисковики...

otvertka07

это то же самое:

netsh firewall set service type = FILEANDPRINT mode = ENABLE scope = CUSTOM addresses = 10.0.0.0/8,172.16.0.0/16,LocalSubnet

для простоты можешь создать .cmd файл с таким содержанием и запускать по необходимости

angelika

ответ "команда firewall set service type = FILEANDPRINT mode = ENABLE scope = CUSTOM addresses = 10.0.0.0/8,172.16.0.0/16,LocalSubnet не найдена"
что теперь?

otvertka07

netsh забыла, либо у тебя не установлен SP2

angelika

нет же: я скопировала полностью, а ответ такой
а вот .cmd запустился и закрылся это значит всё норм, да?

otvertka07

установи sp2
http://windowsupdate.hackers

angelika

спасибо

otvertka07

для ускорения процесса можешь вот такого плана файлик запустить:
AUForceUpdate.cmd:

@echo off
Echo This batch file will Force the Update Detection from the AU client:
Echo 1. Stops the Automatic Updates Service (wuauserv)
Echo 2. Deletes the LastWaitTimeout registry key (if it exists)
Echo 3. Deletes the DetectionStartTime registry key (if it exists)
Echo 4. Deletes the NextDetectionTime registry key (if it exists)
Echo 5. Restart the Automatic Updates Service (wuauserv)
Echo 6. Force the detection
Pause
@echo on
net stop wuauserv
REG DELETE "HKLM\Software\Microsoft\Windows\CurrentVersion\WindowsUpdate\Auto Update" /v LastWaitTimeout /f
REG DELETE "HKLM\Software\Microsoft\Windows\CurrentVersion\WindowsUpdate\Auto Update" /v DetectionStartTime /f
Reg Delete "HKLM\Software\Microsoft\Windows\CurrentVersion\WindowsUpdate\Auto Update" /v NextDetectionTime /f
net start wuauserv
wuauclt /detectnow
@echo off
Echo This AU client will now check for the Updates on the Local WSUS Server.
Pause
Оставить комментарий
Имя или ник:
Комментарий: