Hoje muitas pessoas estão relatando problema com a última atualização do Windows 7 (realizada no dia 10/04/2013), o KB que está apresentando problemas aparentemente é o KB2823324, ao reiniciar o computador (com Windows 7) o mesmo não volta a iniciar.
Segundo relatos em três fóruns, foram identificados problemas com este
KB, sendo assim é recomendado que o KB seja desaprovado para instalação e
caso o computador já tenha instalado o KB que o mesmo não seja
reiniciado.
Estamos realizando testes para recuperação de computadores que já não
estão mais iniciando, assim que encontramos a solução realizaremos o
Update do Artigo.
Foruns: link, link, link, link sobre o KB. Update: dia 10/04/2013 as 13:07 Primeira Opção para resolução:
Realizamos alguns testes em um computador com problema e restauração
do Windows para um ponto de restauração funcionou normalmente. Para isto
você deverá executar o seguinte procedimento:
Iniciar o computador pressionando a tecla F8, posteriormente
selecione a opção “Recuperar o seu computador”, posteriormente selecione
a opção “Restauração do sistema“, selecione um dos
pontos de restauração e aguarde a finalização do procedimento, ao final
poderá apresentar mensagem de erro, reinicie o computador mesmo assim e
aguarde um possível CHKDSK e computador deverá inciar normalmente.
Após a conclusão do procedimento, reinicie o computador.
Assim que o computador iniciar, execute novamente o Windows Update e desabilite e oculte a atualização para o seguinte update: KB2823324.
Segue a descrição do Update: http://suporte.microsoft.com/kb/2823324
———————— Segunda Opção para resolução:
Segue a dica de nosso seguidor @fernandoagomes, link , segundo relatado no Forum os procedimentos a serem realizados são:
Iniciar o computador em modo de restauração, para isto inicie o
computador pressionando a tecla F8, posteriormente selecione a opção
“Recuperar o seu computador”, agora selecione “prompt de comando” e
execute o segundo comando: dism.exe /image:C:\ /cleanup-image /revertpendingactions
Lembrando que o C:\ pode ter outra letra dependendo de como sua
instalação foi realizada, para isso acesse a unidade e confirme se o
diretório do Windows se encontra na partição selecionada, para confirmar
execute o comando “dir” para listar as pastas contidas
no diretório, caso seja a correta execute o comando na mesma, ou tente
acessar outra unidade (Por exemplo: C:\, D:\, E:\ …).
Após a conclusão do procedimento, reinicie o computador.
Assim que o computador iniciar, execute novamente o Windows Update e desabilite e oculte a atualização para o seguinte update: KB2823324.
Segue a descrição do Update: http://suporte.microsoft.com/kb/2823324
Inicie os programas de forma mais fácil e rápida, e localize rapidamente os documentos que utiliza com mais frequência.
Torne a sua experiência Web mais rápida, fácil e segura que nunca com o Internet Explorer.
Crie facilmente uma rede doméstica e ligue os seus computadores a uma impressora com o Grupo Doméstico.
Execute muitos programas de negócio do Windows XP no Windows XP Mode (download separado).
Ligue-se a redes empresariais com facilidade e maior segurança com a Adesão a Domínio.
Além da Cópia de Segurança e Restauro integral do sistema disponível em todas as edições, pode fazer uma cópia de segurança numa rede doméstica ou empresarial.
Ajude a proteger os dados do computador e de dispositivos de armazenamento portáteis contra perda e roubo com o BitLocker.
Trabalhe no seu idioma preferido e alterne entre qualquer um de 35 idiomas.
Malicious software will often attempt to replace core system files
with modified versions in an effort to take control of the system. The
System File Checker can be used to verify the integrity of the Windows
system files. If any of the files are found to be missing or corrupt,
they will be replaced. You can run the System File Checker by using this
command:
sfc /scannow
2: File Signature Verification
One way to verify the integrity of a system is to make sure that all
the system files are digitally signed. You can accomplish this with the
File Signature Verification tool. This tool is launched from the command
line but uses a GUI interface. It will tell you which system files are
signed and which aren’t. As a rule, all the system files should be
digitally signed, although some hardware vendors don’t sign driver
files. The command used to launch the File Signature Verification tool
is:
sigverif
3: Driverquery
Incorrect device drivers can lead to any number of system problems.
If you want to see which drivers are installed on a Windows 7 system,
you can do so by running the driverquery tool. This simple command-line
tool provides information about each driver that is being used. The
command is:
driverquery
If you need a bit more information, you can append the -v switch.
Another option is to append the -si switch, which causes the tool to
display signature information for the drivers. Here’s how they look:
driverquery -v
driverquery -si
4: Nslookup
The nslookup tool can help you to verify that DNS name resolution is
working correctly. When you run nslookup against a host name, the tool
will show you how the name was resolved, as well as which DNS server was
used during the lookup. This tool can be extremely helpful when
troubleshooting problems related to legacy DNS records that still exist
but that are no longer correct.
To use this tool, just enter the nslookup command, followed by the name of the host you want to resolve. For example:
nslookup dc1.contoso.com
5: Ping
Ping is probably the simplest of all diagnostic commands. It’s used
to verify basic TCP/IP connectivity to a network host. To use it, simply
enter the command, followed by the name or IP address of the host you
want to test. For example:
ping 192.168.1.1
Keep in mind that this command will work only if Internet Control
Message Protocol (ICMP) traffic is allowed to pass between the two
machines. If at any point a firewall is blocking ICMP traffic, the ping
will fail.
6: Pathping
Ping does a good job of telling you whether two machines can
communicate with one another over TCP/IP, but if a ping does fail, you
won’t receive any information regarding the nature of the failure. This
is where the pathping utility comes in.
Pathping is designed for environments in which one or more routers
exist between hosts. It sends a series of packets to each router that’s
in the path to the destination host in an effort to determine whether
the router is performing slowly or dropping packets. At its simplest,
the syntax for pathping is identical to that of the ping command
(although there are some optional switches you can use). The command
looks like this:
pathping 192.168.1.1
7: Ipconfig
The ipconfig command is used to view or modify a computer’s IP
addresses. For example, if you wanted to view a Windows 7 system’s full
IP configuration, you could use the following command:
ipconfig /all
Assuming that the system has acquired its IP address from a DHCP
server, you can use the ipconfig command to release and then renew the
IP address. Doing so involves using the following commands:
ipconfig /release
ipconfig /renew
Another handy thing you can do with ipconfig is flush the DNS
resolver cache. This can be helpful when a system is resolving DNS
addresses incorrectly. You can flush the DNS cache by using this
command:
ipconfig /flushdns
8: Repair-bde
If a drive that is encrypted with BitLocker has problems, you can
sometimes recover the data using a utility called repair-bde. To use
this command, you will need a destination drive to which the recovered
data can be written, as well as your BitLocker recovery key or recovery
password. The basic syntax for this command is:
repair-bde -rk | rp
You must specify the source drive, the destination drive, and either
the rk (recovery key) or the rp (recovery password) switch, along with
the path to the recovery key or the recovery password. Here are two
examples of how to use this utility:
The tasklist command is designed to provide information about the
tasks that are running on a Windows 7 system. At its most basic, you can
enter the following command:
tasklist
The tasklist command has numerous optional switches, but there are a
couple I want to mention. One is the -m switch, which causes tasklist to
display all the DLL modules associated with a task. The other is the
-svc switch, which lists the services that support each task. Here’s how
they look:
tasklist -m
tasklist -svc
10: Taskkill
The taskkill command terminates a task, either by name (which is referred to as the image name)
or by process ID. The syntax for this command is simple. You must
follow the taskkill command with -pid (process ID) or -im (image name)
and the name or process ID of the task that you want to terminate. Here
are two examples of how this command works:
Nos novos computadores Magalhães a reposição do SO dispensa a utilização da 'pen de reposição'. No arranque do computador quando se deve seleccionar o SO se
pressionar as teclas CTRL+G, conseguirá aceder às opções de reposição. Em ambos os SO (Windows ou Caixa Mágica), no 'Ambiente de
Trabalho' existe um manual completo do Magalhães que contém toda a
informação sobre configurações, controlo parental, reposição e resolução
de alguns problemas (o manual que está em cada sistema operativo é
referente ao próprio SO).
In
the Group Policy Editor window, browse to Computer Configuration >
Policies > Windows Settings > Security Settings > Local
Policies > Security Options.
By Registry
Click Start, click Run, type regedit, and then click Enter.
If prompted to enter your credentials by UAC, do so and/or press Yes to continue.
O HyperTerminal já não faz parte do Windows. Tem à disposição várias opções para substituir esta funcionalidade.
HyperTerminal é o aplicativo de comunicações mais antigo do Windows.
História
Lançado em 1985, o HyperTerminal, que até 1995 se chamava Terminal, permitia conectar o computador para uma outra pessoa.
Em 1995, com o lançamento do Windows 95, o componente passa a se chamar HyperTerminal, em parceria entre a Hilgraeve e a Microsoft. Lançou novos recursos, como a criação de um servidor, entre outros.
Em 2007, com o lançamento do Windows Vista, o HyperTerminal não é mais incluído como parte dos Acessórios do Windows, agora o HyperTerminal está disponível apenas no site oficial da Hilgraeve - http://www.hilgraeve.com/
Que pode ser descarregado daqui -->
Gratuitamente http://files.digitizor.com/wp-content/uploads/2009/08/hyperterminal1.zip