как сдыхаться файла hiberfil.sys? я гиберницацыю выключил. а этот файл все равно создается, после перезагрузки системы.
» WINDOWS 7: обсуждение работы (Часть 3)
powercfg -h off
zheka100pudov
Цитата:
Цитата:
как сдыхаться файла hiberfil.sys? я гиберницацыю выключил. а этот файл все равно создается, после перезагрузки системы.Ещё один чукча-писатель? Хотя бы последние 3-4 сообщения прочитать Заратуста не дозволяет?
не обижай чукчей! они умнея)
Denn29
Цитата:
Evgeny972
Цитата:
Cпасибо! Как я понял, если вдруг понадобится его вернуть, достаточно просто в Электропитании включить гибернацию и он появится... неправда ли?
Цитата:
http://www.wseven.info/hiberfil-sys/
Evgeny972
Цитата:
powercfg -h off
Cпасибо! Как я понял, если вдруг понадобится его вернуть, достаточно просто в Электропитании включить гибернацию и он появится... неправда ли?
alex_party
Код: powercfg.exe /hibernate on
Код: powercfg.exe /hibernate on
alex_party
А ещё лучше опять же: powercfg -h on. А если набрать powercfg -?, то вообще, узнаете много интересного, в частности о том же hibernate
Цитата:
POWERCFG <command line options>
Description:
This command line tool enables users to control the power settings
on a system.
Parameter List:
-LIST, -L Lists all power schemes in the current user's environment.
Usage: POWERCFG -LIST
-QUERY, -Q Displays the contents of the specified power scheme.
Usage: POWERCFG -QUERY <SCHEME_GUID> <SUB_GUID>
<SCHEME_GUID> (optional) Specifies the GUID of the power scheme
to display, can be obtained by using powercfg -l.
<SUB_GUID> (optional) Specifies the GUID of the subgroup
to display. Requires a SCHEME_GUID to be provided.
If neither SCHEME_GUID or SUB_GUID are provided, the settings
of the current user's active power scheme are displayed.
If SUB_GUID is not specified, all settings in the specified
power scheme are displayed.
-CHANGE, -X Modifies a setting value in the current power scheme.
Usage: POWERCFG -X <SETTING> <VALUE>
<SETTING> Specifies one of the following options:
-monitor-timeout-ac <minutes>
-monitor-timeout-dc <minutes>
-disk-timeout-ac <minutes>
-disk-timeout-dc <minutes>
-standby-timeout-ac <minutes>
-standby-timeout-dc <minutes>
-hibernate-timeout-ac <minutes>
-hibernate-timeout-dc <minutes>
Example:
POWERCFG -Change -monitor-timeout-ac 5
This would set the monitor idle timeout value to 5 minutes
when on AC power.
-CHANGENAME Modifies the name of a power scheme and optionally it's
description.
Usage: POWERCFG -CHANGENAME <GUID> <name> <scheme description>
If the description is omitted only the name will be changed.
-DUPLICATESCHEME
Duplicates the specified power scheme. The resulting
GUID which represents the new scheme will be displayed.
Usage: POWERCFG -DUPLICATESCHEME <GUID> <destination GUID>
<GUID> Specifies a scheme GUID obtained by using the powercfg -l.
If <destination GUID> is omitted, a new GUID will be
created for the duplicated scheme.
-DELETE, -D Deletes the power scheme with the specified GUID.
Usage: POWERCFG -DELETE <GUID>
<GUID> obtained by using the LIST parameter.
-DELETESETTING
Deletes a power setting.
Usage: POWERCFG -DELETESETTING <SUB_GUID> <SETTING_GUID>
<SUB_GUID> Specifies the subgroup GUID.
<SETTING_GUID> Specifies the power setting guid.
-SETACTIVE, -S
Makes the specified power scheme active on the system.
Usage: POWERCFG -SETACTIVE <SCHEME_GUID>
<SCHEME_GUID> Specifies the scheme guid.
-GETACTIVESCHEME
Retrieve the currently active power scheme.
Usage: POWERCFG -GETACTIVESCHEME
-SETACVALUEINDEX
Sets a value associated with a specified power setting
while the system is powered by AC power.
Usage: POWERCFG -SETACVALUEINDEX <SCHEME_GUID> <SUB_GUID>
<SETTING_GUID> <SettingIndex>
<SCHEME_GUID> Specifies a power scheme GUID and may be
obtained by using PowerCfg /L.
<SUB_GUID> Specifies a subgroup of power setting GUID and may
be obtained by using "PowerCfg /Q."
<SETTING_GUID> Specifies an individual power setting GUID and may
be obtained by using "PowerCfg /Q".
<SettingIndex> Specifies which of the list of of possible values
this power setting will be set to.
Example:
POWERCFG -SetAcValueIndex <GUID> <GUID> <GUID> 5
This would set the power setting's AC value to the 5th entry
in the list of possible values for this power setting.
-SETDCVALUEINDEX
Sets a value associated with a specified power setting
while the system is powered by DC power.
Usage: POWERCFG -SETDCVALUEINDEX <SCHEME_GUID> <SUB_GUID>
<SETTING_GUID> <SettingIndex>
<SCHEME_GUID> Specifies a power scheme GUID and may be
obtained by using PowerCfg /L.
<SUB_GUID> Specifies a subgroup of power setting GUID and may
be obtained by using "PowerCfg /Q."
<SETTING_GUID> Specifies an individual power setting GUID and may
be obtained by using "PowerCfg /Q".
<SettingIndex> Specifies which of the list of possible values
this setting will be set to.
Example:
POWERCFG -SetDcValueIndex <GUID> <GUID> <GUID> 5
This would set the power setting's DC value to the 5th entry
in the list of possible values for this power setting.
-HIBERNATE, -H
Enables-Disables the hibernate feature. Hibernate timeout is not
supported on all systems.
Usage: POWERCFG -H <ON|OFF>
POWERCFG -H -Size <PercentSize>
-Size Specifies the desired hiberfile size in percentage of the
total memory. The default size cannot be smaller than 50.
This switch will also enable the hiberfile automatically.
-AVAILABLESLEEPSTATES, -A
Reports the sleep states available on the system
Attempts to report reasons why sleep states are unavailable.
-DEVICEQUERY
Return a list of devices that meet the specified criteria.
Usage: POWERCFG -DEVICEQUERY <queryflags>
<queryflags> Secifies one of the following criteria:
wake_from_S1_supported Return all devices that support waking the
system from a light sleep state.
wake_from_S2_supported Return all devices that support waking the
system from a deeper sleep state.
wake_from_S3_supported Return all devices that support waking the
system from the deepest sleep state.
wake_from_any Return all devices that support waking the
system from any sleep state.
S1_supported List devices supporting light sleep.
S2_supported List devices supporting deeper sleep.
S3_supported List devices supporting deepest sleep.
S4_supported List devices supporting hibernation.
wake_programmable List devices that are user-configurable
to wake the system from a sleep state.
wake_armed List devices that are currently configured
to wake the system from any sleep state.
all_devices Return all devices present in the system.
all_devices_verbose Return verbose list of devices.
Example:
POWERCFG -DEVICEQUERY wake_armed
-DEVICEENABLEWAKE
Enable the device to wake the system from a sleep state.
Usage: POWERCFG -DEVICEENABLEWAKE <devicename>
<devicename> Specifies a device retrieved using
"PowerCfg -DEVICEQUERY wake_programmable".
Example:
POWERCFG -DEVICEENABLEWAKE
"Microsoft USB IntelliMouse Explorer"
-DEVICEDISABLEWAKE <devicename> disable the device from waking the system
Disable the device from waking the system from a sleep state
Usage: POWERCFG -DEVICEDISABLEWAKE
<devicename> Specifies a device retrieved using
"PowerCfg -DEVICEQUERY wake_armed".
-IMPORT Imports all power settings from the specified file.
Usage: POWERCFG -IMPORT <filename> <GUID>
<filename> Specify a fully-qualified path to a file generated by
using "PowerCfg -EXPORT parameter".
<GUID> (optional) The settings are loaded into a power scheme
represented by this GUID. If not supplied, powercfg
will generate and use a new GUID
Example:
POWERCFG -IMPORT c:\scheme.pow
-EXPORT Exports power scheme, represented by the specified GUID, to the
specified file.
Usage: POWERCFG -EXPORT <filename> <GUID>
<filename> Specify a fully-qualified path to a destination file.
<GUID> specifies a power scheme GUID and may be obtained by
using "PowerCfg /L"
Example:
POWERCFG -EXPORT c:\scheme.pow
381b4222-f694-41f0-9685-ff5bb260df2e
-LASTWAKE Reports information about what woke the system from the last
sleep transition
-HELP, -? Displays information on command-line parameters.
-ALIASES Displays all aliases and their corresponding GUIDs.
The user may use these aliases in place of any GUID on
the commandline.
-SETSECURITYDESCRIPTOR
Sets a security descriptor associated with a specified
power setting, power scheme, or action.
Usage: POWERCFG -SETSECURITYDESCRIPTOR <GUID|ACTION> <SDDL>
<GUID> Specifies a power scheme or a power setting GUID.
<ACTION> Can be one of the following strings:
ActionSetActive, ActionCreate, ActionDefault
<SDDL> Specifies a valid security descriptor string in SDDL
format. Call POWERCFG -GETSECURITYDESCRIPTOR to see
an example SDDL STRING.
-GETSECURITYDESCRIPTOR
Gets a security descriptor associated with a specified
power setting, power scheme, or action.
Usage: POWERCFG -GETSECURITYDESCRIPTOR <GUID|ACTION>
<GUID> Specifies a power scheme or a power setting GUID.
<ACTION> Can be one of the following strings:
ActionSetActive, ActionCreate, ActionDefault
-REQUESTS
Enumerate application and driver Power Requests. Power
Requests prevent the computer from automatically powering off
the display or entering a low-power sleep mode.
-REQUESTSOVERRIDE
Sets a Power Request override for a particular Process, Service,
or Driver. If no parameters are specified, this command displays
the current list of Power Request Overrides.
Usage: POWERCFG -REQUESTSOVERRIDE <CALLER_TYPE> <NAME> <REQUEST>
<CALLER_TYPE> Specifies one of the following caller type:
PROCESS, SERVICE, DRIVER. This is obtained by
calling the POWERCFG -REQUESTS command.
<NAME> Specifies the caller name. This is the name
returned from calling POWERCFG -REQUESTS command.
<REQUEST> Specifies one or more of the following Power
Request Types: Display, System, Awaymode.
Example:
POWERCFG -REQUESTSOVERRIDE PROCESS wmplayer.exe Display System
-ENERGY
Analyze the system for common energy-efficiency and battery life
problems. The ENERGY command should be used when the computer is
idle and with no open programs or documents. The ENERGY command
will generate an HTML report file in the current path. The ENERGY
command supports the following optional parameters:
Usage: POWERCFG -ENERGY [-OUTPUT <FILENAME>] [-XML]
[-DURATION <SECONDS>]
POWERCFG -ENERGY -TRACE [-D <FILEPATH>]
[-DURATION <SECONDS>]
-OUTPUT <FILENAME> - Specify the path and filename to store the
energy report HTML file.
-XML - Format the report file as XML.
-TRACE - Record system behavior and do not perform
analysis. Trace files will be generated in
the current path unless the -D parameter
is specified.
-D <FILEPATH> - Specify the directory to store trace data.
May only be used with the -TRACE parameter.
-DURATION <SECONDS> - Specify the number of seconds to observe
system behavior. Default is 60 seconds.
-WAKETIMERS
Enumerate the active wake timers. If enabled, the expiration of a
wake timer wakes the system from sleep and hibernate states.[/more]
А ещё лучше опять же: powercfg -h on. А если набрать powercfg -?, то вообще, узнаете много интересного, в частности о том же hibernate
Цитата:
-HIBERNATE, -Hи о многом [more=другом.]
Enables-Disables the hibernate feature. Hibernate timeout is not supported on all systems.
Usage: POWERCFG -H <ON|OFF>
POWERCFG -H -Size <PercentSize>
-Size Specifies the desired hiberfile size in percentage of the total memory. The default size cannot be smaller than 50.
This switch will also enable the hiberfile automatically.
POWERCFG <command line options>
Description:
This command line tool enables users to control the power settings
on a system.
Parameter List:
-LIST, -L Lists all power schemes in the current user's environment.
Usage: POWERCFG -LIST
-QUERY, -Q Displays the contents of the specified power scheme.
Usage: POWERCFG -QUERY <SCHEME_GUID> <SUB_GUID>
<SCHEME_GUID> (optional) Specifies the GUID of the power scheme
to display, can be obtained by using powercfg -l.
<SUB_GUID> (optional) Specifies the GUID of the subgroup
to display. Requires a SCHEME_GUID to be provided.
If neither SCHEME_GUID or SUB_GUID are provided, the settings
of the current user's active power scheme are displayed.
If SUB_GUID is not specified, all settings in the specified
power scheme are displayed.
-CHANGE, -X Modifies a setting value in the current power scheme.
Usage: POWERCFG -X <SETTING> <VALUE>
<SETTING> Specifies one of the following options:
-monitor-timeout-ac <minutes>
-monitor-timeout-dc <minutes>
-disk-timeout-ac <minutes>
-disk-timeout-dc <minutes>
-standby-timeout-ac <minutes>
-standby-timeout-dc <minutes>
-hibernate-timeout-ac <minutes>
-hibernate-timeout-dc <minutes>
Example:
POWERCFG -Change -monitor-timeout-ac 5
This would set the monitor idle timeout value to 5 minutes
when on AC power.
-CHANGENAME Modifies the name of a power scheme and optionally it's
description.
Usage: POWERCFG -CHANGENAME <GUID> <name> <scheme description>
If the description is omitted only the name will be changed.
-DUPLICATESCHEME
Duplicates the specified power scheme. The resulting
GUID which represents the new scheme will be displayed.
Usage: POWERCFG -DUPLICATESCHEME <GUID> <destination GUID>
<GUID> Specifies a scheme GUID obtained by using the powercfg -l.
If <destination GUID> is omitted, a new GUID will be
created for the duplicated scheme.
-DELETE, -D Deletes the power scheme with the specified GUID.
Usage: POWERCFG -DELETE <GUID>
<GUID> obtained by using the LIST parameter.
-DELETESETTING
Deletes a power setting.
Usage: POWERCFG -DELETESETTING <SUB_GUID> <SETTING_GUID>
<SUB_GUID> Specifies the subgroup GUID.
<SETTING_GUID> Specifies the power setting guid.
-SETACTIVE, -S
Makes the specified power scheme active on the system.
Usage: POWERCFG -SETACTIVE <SCHEME_GUID>
<SCHEME_GUID> Specifies the scheme guid.
-GETACTIVESCHEME
Retrieve the currently active power scheme.
Usage: POWERCFG -GETACTIVESCHEME
-SETACVALUEINDEX
Sets a value associated with a specified power setting
while the system is powered by AC power.
Usage: POWERCFG -SETACVALUEINDEX <SCHEME_GUID> <SUB_GUID>
<SETTING_GUID> <SettingIndex>
<SCHEME_GUID> Specifies a power scheme GUID and may be
obtained by using PowerCfg /L.
<SUB_GUID> Specifies a subgroup of power setting GUID and may
be obtained by using "PowerCfg /Q."
<SETTING_GUID> Specifies an individual power setting GUID and may
be obtained by using "PowerCfg /Q".
<SettingIndex> Specifies which of the list of of possible values
this power setting will be set to.
Example:
POWERCFG -SetAcValueIndex <GUID> <GUID> <GUID> 5
This would set the power setting's AC value to the 5th entry
in the list of possible values for this power setting.
-SETDCVALUEINDEX
Sets a value associated with a specified power setting
while the system is powered by DC power.
Usage: POWERCFG -SETDCVALUEINDEX <SCHEME_GUID> <SUB_GUID>
<SETTING_GUID> <SettingIndex>
<SCHEME_GUID> Specifies a power scheme GUID and may be
obtained by using PowerCfg /L.
<SUB_GUID> Specifies a subgroup of power setting GUID and may
be obtained by using "PowerCfg /Q."
<SETTING_GUID> Specifies an individual power setting GUID and may
be obtained by using "PowerCfg /Q".
<SettingIndex> Specifies which of the list of possible values
this setting will be set to.
Example:
POWERCFG -SetDcValueIndex <GUID> <GUID> <GUID> 5
This would set the power setting's DC value to the 5th entry
in the list of possible values for this power setting.
-HIBERNATE, -H
Enables-Disables the hibernate feature. Hibernate timeout is not
supported on all systems.
Usage: POWERCFG -H <ON|OFF>
POWERCFG -H -Size <PercentSize>
-Size Specifies the desired hiberfile size in percentage of the
total memory. The default size cannot be smaller than 50.
This switch will also enable the hiberfile automatically.
-AVAILABLESLEEPSTATES, -A
Reports the sleep states available on the system
Attempts to report reasons why sleep states are unavailable.
-DEVICEQUERY
Return a list of devices that meet the specified criteria.
Usage: POWERCFG -DEVICEQUERY <queryflags>
<queryflags> Secifies one of the following criteria:
wake_from_S1_supported Return all devices that support waking the
system from a light sleep state.
wake_from_S2_supported Return all devices that support waking the
system from a deeper sleep state.
wake_from_S3_supported Return all devices that support waking the
system from the deepest sleep state.
wake_from_any Return all devices that support waking the
system from any sleep state.
S1_supported List devices supporting light sleep.
S2_supported List devices supporting deeper sleep.
S3_supported List devices supporting deepest sleep.
S4_supported List devices supporting hibernation.
wake_programmable List devices that are user-configurable
to wake the system from a sleep state.
wake_armed List devices that are currently configured
to wake the system from any sleep state.
all_devices Return all devices present in the system.
all_devices_verbose Return verbose list of devices.
Example:
POWERCFG -DEVICEQUERY wake_armed
-DEVICEENABLEWAKE
Enable the device to wake the system from a sleep state.
Usage: POWERCFG -DEVICEENABLEWAKE <devicename>
<devicename> Specifies a device retrieved using
"PowerCfg -DEVICEQUERY wake_programmable".
Example:
POWERCFG -DEVICEENABLEWAKE
"Microsoft USB IntelliMouse Explorer"
-DEVICEDISABLEWAKE <devicename> disable the device from waking the system
Disable the device from waking the system from a sleep state
Usage: POWERCFG -DEVICEDISABLEWAKE
<devicename> Specifies a device retrieved using
"PowerCfg -DEVICEQUERY wake_armed".
-IMPORT Imports all power settings from the specified file.
Usage: POWERCFG -IMPORT <filename> <GUID>
<filename> Specify a fully-qualified path to a file generated by
using "PowerCfg -EXPORT parameter".
<GUID> (optional) The settings are loaded into a power scheme
represented by this GUID. If not supplied, powercfg
will generate and use a new GUID
Example:
POWERCFG -IMPORT c:\scheme.pow
-EXPORT Exports power scheme, represented by the specified GUID, to the
specified file.
Usage: POWERCFG -EXPORT <filename> <GUID>
<filename> Specify a fully-qualified path to a destination file.
<GUID> specifies a power scheme GUID and may be obtained by
using "PowerCfg /L"
Example:
POWERCFG -EXPORT c:\scheme.pow
381b4222-f694-41f0-9685-ff5bb260df2e
-LASTWAKE Reports information about what woke the system from the last
sleep transition
-HELP, -? Displays information on command-line parameters.
-ALIASES Displays all aliases and their corresponding GUIDs.
The user may use these aliases in place of any GUID on
the commandline.
-SETSECURITYDESCRIPTOR
Sets a security descriptor associated with a specified
power setting, power scheme, or action.
Usage: POWERCFG -SETSECURITYDESCRIPTOR <GUID|ACTION> <SDDL>
<GUID> Specifies a power scheme or a power setting GUID.
<ACTION> Can be one of the following strings:
ActionSetActive, ActionCreate, ActionDefault
<SDDL> Specifies a valid security descriptor string in SDDL
format. Call POWERCFG -GETSECURITYDESCRIPTOR to see
an example SDDL STRING.
-GETSECURITYDESCRIPTOR
Gets a security descriptor associated with a specified
power setting, power scheme, or action.
Usage: POWERCFG -GETSECURITYDESCRIPTOR <GUID|ACTION>
<GUID> Specifies a power scheme or a power setting GUID.
<ACTION> Can be one of the following strings:
ActionSetActive, ActionCreate, ActionDefault
-REQUESTS
Enumerate application and driver Power Requests. Power
Requests prevent the computer from automatically powering off
the display or entering a low-power sleep mode.
-REQUESTSOVERRIDE
Sets a Power Request override for a particular Process, Service,
or Driver. If no parameters are specified, this command displays
the current list of Power Request Overrides.
Usage: POWERCFG -REQUESTSOVERRIDE <CALLER_TYPE> <NAME> <REQUEST>
<CALLER_TYPE> Specifies one of the following caller type:
PROCESS, SERVICE, DRIVER. This is obtained by
calling the POWERCFG -REQUESTS command.
<NAME> Specifies the caller name. This is the name
returned from calling POWERCFG -REQUESTS command.
<REQUEST> Specifies one or more of the following Power
Request Types: Display, System, Awaymode.
Example:
POWERCFG -REQUESTSOVERRIDE PROCESS wmplayer.exe Display System
-ENERGY
Analyze the system for common energy-efficiency and battery life
problems. The ENERGY command should be used when the computer is
idle and with no open programs or documents. The ENERGY command
will generate an HTML report file in the current path. The ENERGY
command supports the following optional parameters:
Usage: POWERCFG -ENERGY [-OUTPUT <FILENAME>] [-XML]
[-DURATION <SECONDS>]
POWERCFG -ENERGY -TRACE [-D <FILEPATH>]
[-DURATION <SECONDS>]
-OUTPUT <FILENAME> - Specify the path and filename to store the
energy report HTML file.
-XML - Format the report file as XML.
-TRACE - Record system behavior and do not perform
analysis. Trace files will be generated in
the current path unless the -D parameter
is specified.
-D <FILEPATH> - Specify the directory to store trace data.
May only be used with the -TRACE parameter.
-DURATION <SECONDS> - Specify the number of seconds to observe
system behavior. Default is 60 seconds.
-WAKETIMERS
Enumerate the active wake timers. If enabled, the expiration of a
wake timer wakes the system from sleep and hibernate states.[/more]
Может кто сталкивался с проблемой тормозит доступ к сервакам с компов под w7. Компы под XP работают нормально. Причем такое бывает почти на всех машинах под семеркой в сети, а не на конкретной машине. Сеть с доменом ip адреса раздаются по DHCP днсы настроены правельно. Думал дело в обновах, обновил проблема не ушла. На вирусню тоже все проверял. Компы с лицензионной семеркой на серваках 2003 сервер. Тормозит как 1ска так и просто при открытии файлов.
Подскажите в чем может быть загвоздка. Спасибо
Подскажите в чем может быть загвоздка. Спасибо
Sorenkzn
платформа 1с какая?
платформа 1с какая?
Цитата:
Sorenkzn
платформа 1с какая?
1с 8.2
Пробовал обновлять дрова на матерях ничего не помогает...Поставил на эту машину XP все залетало и 1ска тоже..
Здравствуйте.
Установил Win 7 Ultimate на ноут. Без скрытого системного раздела. В bios ничего не трогал. Первый раз всё было o`k. Так получилось - установил второй раз. Дистрибутив и условия те же. Но теперь при загрузке вместо картинки Старт Windows висит бегающая полоска Microsoft, ну а далее всё штатно. Подскажите в чём причина и как победить, вернуть? Спасибо.
Установил Win 7 Ultimate на ноут. Без скрытого системного раздела. В bios ничего не трогал. Первый раз всё было o`k. Так получилось - установил второй раз. Дистрибутив и условия те же. Но теперь при загрузке вместо картинки Старт Windows висит бегающая полоска Microsoft, ну а далее всё штатно. Подскажите в чём причина и как победить, вернуть? Спасибо.
Adomb
Пуск + R, в строке "Выполнить" напишите msconfig, перейдите на вкладку "Загрузка" и проверьте состояние чекбокса "Без GUI", при наличии - снимите. Закройте окно конфигурации системы, перезагрузитесь, проверьте результат;
В Windows 7 запустите командную строку с правами администратора: Пуск, в строке поиска напишите cmd, щелкните по значку программы правой кнопкой, выберите "Запустить от имени администратора" (рисунок). В окне командной строки выполните команду
Код: bcdboot %windir% /l ru-ru
Пуск + R, в строке "Выполнить" напишите msconfig, перейдите на вкладку "Загрузка" и проверьте состояние чекбокса "Без GUI", при наличии - снимите. Закройте окно конфигурации системы, перезагрузитесь, проверьте результат;
В Windows 7 запустите командную строку с правами администратора: Пуск, в строке поиска напишите cmd, щелкните по значку программы правой кнопкой, выберите "Запустить от имени администратора" (рисунок). В окне командной строки выполните команду
Код: bcdboot %windir% /l ru-ru
А кто подскажет, почему в Брандмауере 7-ки U (слева: Доп. параметры, Наблюдение) написано, что *Исходящие подключения не соответствующие ни одному правилу разрешены.* Я так понимаю, что любая прога может выйти в инет?
Почему если выбрать и щёлкнуть там же слева *Разрешить запуск прог через ...* невозможно снять галку с разрешения выхода программы? Т. е. я хочу не удалить её оттуда, а лишь временно запретить выход. Но галки не снимаются, а пояснения я никаких не нашёл.
Почему если выбрать и щёлкнуть там же слева *Разрешить запуск прог через ...* невозможно снять галку с разрешения выхода программы? Т. е. я хочу не удалить её оттуда, а лишь временно запретить выход. Но галки не снимаются, а пояснения я никаких не нашёл.
Denn29, выполнил - не помогает. Kb979745 пишет - изменения не для этого компа. Win7BootUpdater тоже не помогает. Пишет что-то про ошибку с защитой файлов. Ещё обратил внимание, что при загрузке появляется сначала мигающий курсор - когда всё нормально было его не было.
При очередном включении (Win 7 Ultimate) пропало сетевое подключение.
В свойствах встроенной сетевой пишет "Запуск этого устройства не возможен Код 10"
Установка свежих дров и переустановка системы не помогли.
Поставил внешнюю сетевую - работает.
Материнка GA Q35M
В чем может быть проблема?
В свойствах встроенной сетевой пишет "Запуск этого устройства не возможен Код 10"
Установка свежих дров и переустановка системы не помогли.
Поставил внешнюю сетевую - работает.
Материнка GA Q35M
В чем может быть проблема?
serg_0709
Цитата:
Цитата:
В чем может быть проблема?Во встроенной сетевой.
Цитата:
Во встроенной сетевой.
Т.е. проблема в железе?
Диспетчер ее определяет
serg_0709
Цитата:
В Диспетчере Устройств, находим "Сетевой адаптер" правый клик на нем- Свойства- вкладка Сведения(Details)- в списке Property выбрать-Hardware lds (ИД оборудования). Пишем Код сюда (на форум). (Копирование там работает.)
Цитата:
Диспетчер ее определяет
В Диспетчере Устройств, находим "Сетевой адаптер" правый клик на нем- Свойства- вкладка Сведения(Details)- в списке Property выбрать-Hardware lds (ИД оборудования). Пишем Код сюда (на форум). (Копирование там работает.)
Кто знает? Проблемы с сетью:
5 компов. на 3-ёх - ХР, на 1 - Win7 64, и на ноутбуке (Asus X71Sl) - Win7 86. Все соеденины свичом Zyxel es-108. При включении все соединяются и нормально работают кроме ноута, - нет соединения и диод на свитче мигает с периодичностью в секунду (не так как остальные), в состоянии адаптера пишет - "кабель не подключён". После выключения и включения свитча, вытыркивания - втыркивания разьёма провода, отключении - включении адаптера - ноут нормально коннектится к сети -- но срабатывает когда какой метод, или вообще никакой не срабатывает. - понять законамерность так и не получилось.
Подозрение что трабл именно в сетевухе. Пробывал переустанавливать дрова - то же самое.
Данные:
SiS191 Gygabite Ethernet controller
PCI\VEN_1039&DEV_0191&SUBSYS_18151043&REV_02
PCI\VEN_1039&DEV_0191&CC_020000
5 компов. на 3-ёх - ХР, на 1 - Win7 64, и на ноутбуке (Asus X71Sl) - Win7 86. Все соеденины свичом Zyxel es-108. При включении все соединяются и нормально работают кроме ноута, - нет соединения и диод на свитче мигает с периодичностью в секунду (не так как остальные), в состоянии адаптера пишет - "кабель не подключён". После выключения и включения свитча, вытыркивания - втыркивания разьёма провода, отключении - включении адаптера - ноут нормально коннектится к сети -- но срабатывает когда какой метод, или вообще никакой не срабатывает. - понять законамерность так и не получилось.
Подозрение что трабл именно в сетевухе. Пробывал переустанавливать дрова - то же самое.
Данные:
SiS191 Gygabite Ethernet controller
PCI\VEN_1039&DEV_0191&SUBSYS_18151043&REV_02
PCI\VEN_1039&DEV_0191&CC_020000
Цитата:
В Диспетчере Устройств, находим "Сетевой адаптер" правый клик на нем- Свойства- вкладка Сведения(Details)- в списке Property выбрать-Hardware lds (ИД оборудования). Пишем Код сюда (на форум). (Копирование там работает.)
PCI\VEN_8086&DEV_10BD&SUBSYS_00008086&REV_02
PCI\VEN_8086&DEV_10BD&SUBSYS_00008086
PCI\VEN_8086&DEV_10BD&CC_020000
PCI\VEN_8086&DEV_10BD&CC_0200
Win 7 ultimate x64 rus - интерфейсы некоторых программ стали отображать надписи странным как бы жирными шрифтами с тенью из-за чего не темных панелях вообще не видно надписей, так немного проглядывают белые следы букв. Возможно произошел сбой в системных шрифтах. Как поправить? И где теперь хранятся системные шрифты?
Заранее благодарен.
Заранее благодарен.
Всем привет.
При выборе расположения для сети, выбрал "сеть предприятия"и поставил галку больше не задавать этот вопрос. Появилась необходимость поменять расположение сети а эта функция стала не активна. Скрин тут Как сделать чтобы эта функция стала снова активна. Заранее благодарен за ответ.
При выборе расположения для сети, выбрал "сеть предприятия"и поставил галку больше не задавать этот вопрос. Появилась необходимость поменять расположение сети а эта функция стала не активна. Скрин тут Как сделать чтобы эта функция стала снова активна. Заранее благодарен за ответ.
VekSel
Не очень динамичная тема по вопросам BSODов. Но всё же там в шапке по пунктам перечень ключевых рекомендаций...
Актуально расшифровать минидамп (хотя когда у меня была проблема дампы точного диагноза всё равно не дали...)
По номерам ошибок с экрана можешь сам погуглить... или так ошибка 0х000000f4
Не очень динамичная тема по вопросам BSODов. Но всё же там в шапке по пунктам перечень ключевых рекомендаций...
Актуально расшифровать минидамп (хотя когда у меня была проблема дампы точного диагноза всё равно не дали...)
По номерам ошибок с экрана можешь сам погуглить... или так ошибка 0х000000f4
После обновления Win 7 SP1 - не видно папок в Библиотеке. Востановил систему до обновления = глюк сохранился = не видно папок в библиотеке.
Что делать?
Спасибо за ответ.
Что делать?
Спасибо за ответ.
перед выключением ноута(семёрка домашняя базовая)на мгновение появляется предупреждение от "Комодо",(удалось сфотографировать),
и ещё,связываю это с последними обновлениями,появилась "ошибка 711"(невключение диспетчера удалённого доступа).Откатывался,пытался переименовывать папку LogFile- всё-равно что-то в компе не то.Загружается через раз,обновления пока не устанавливаю,вообщем,что посоветуете?
и ещё,связываю это с последними обновлениями,появилась "ошибка 711"(невключение диспетчера удалённого доступа).Откатывался,пытался переименовывать папку LogFile- всё-равно что-то в компе не то.Загружается через раз,обновления пока не устанавливаю,вообщем,что посоветуете?
serg_0709
Цитата:
x64 ?
Bruce Sinful
Цитата:
http://rghost.ru/5397418
Распаковать в любое место на диске,затем из Диспетчера устройств обновить драйвер,сказать, что имеется диск с драйвером и ткнуть Систему носом туда,куда распаковали архив.
22mebel
Цитата:
Цитата:
(Win 7 Ultimate)
x64 ?
Bruce Sinful
Цитата:
PCI\VEN_1039&DEV_0191
http://rghost.ru/5397418
Распаковать в любое место на диске,затем из Диспетчера устройств обновить драйвер,сказать, что имеется диск с драйвером и ткнуть Систему носом туда,куда распаковали архив.
22mebel
Цитата:
появилась "ошибка 711
Цитата:
x64 ?
32
serg_0709
Цитата:
В Дисп.уст-в удалить сетевой адаптер. Рестарт.
http://rghost.ru/5398006
Распаковать в любое место на диске,затем из Диспетчера устройств обновить драйвер,сказать, что имеется диск с драйвером и ткнуть Систему носом туда,куда распаковали архив.
Цитата:
В свойствах встроенной сетевой пишет "Запуск этого устройства не возможен Код 10"
В Дисп.уст-в удалить сетевой адаптер. Рестарт.
http://rghost.ru/5398006
Распаковать в любое место на диске,затем из Диспетчера устройств обновить драйвер,сказать, что имеется диск с драйвером и ткнуть Систему носом туда,куда распаковали архив.
Страницы: 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181
Предыдущая тема: Задачи на bat-файлах 10
Форум Ru-Board.club — поднят 15-09-2016 числа. Цель - сохранить наследие старого Ru-Board, истории становления российского интернета. Сделано для людей.