Wednesday, May 30, 2012

How can I change or add OEM logo and information on my computer?


By default, the General tab (right-click My Computer, or double-click System in Control Panel) contains information on the Windows version, processor, memory, registered user and registration identity





Optional items include the manufacturer and model, a small picture, and a button leading to a separate page of support information.

The information is not held in the registry, but in an old-style .INI file, which can be created in any plain-text editor including Windows Notepad.

This file can have two sections:

The first section, has a section header called [General], and within that section - two entries:

Manufacturer=
Model=
The second section, headed [Support Information], is optional, but if present adds a button with that label to the page. The entries after that heading should be in the form:
Line1=
Line2=
Line3=
and so on. The limit on the number and length of lines seems limited only by the 64 KB general limit on .INI files.
The file should be saved in the %systemroot%\system folder (for Windows 98/ME computers) or in %systemroot%\system32 folder (for W2K/XP/2003 computers) as OEMINFO.INI.
The picture is a 256-colour-Windows bitmap (.BMP) file.
Microsoft states that the size should be 96 pixels square when using small fonts in Display Property settings, or 120 square with large fonts.
The file should be saved in the %systemroot%\system folder (for Windows 98/ME computers) or in %systemroot%\system32 folder (for W2K/XP/2003 computers) as OEMLOGO.BMP.
No other entry in the .INI file is required, but the latter must exist and have a populated [General] section for the bitmap to be visible in Display Properties.
No reboot is necessary in order for the hack to take place. Press the ÿ +BREAK keys and see for yourself.





For example, using this OEMINFO.INI file:

[General]

Manufacturer=Self made Computer

Model=Zelda K12

[Support Information]

Line1=Visit my home page at

Line2=

Line3=http://www.errorsolutions.blogspot.com

Line4=

Line5=For hundreds of tips, tricks, knowledge base articles and much more!

Line6=

Line7=You can also contact me by using the following e-mail address:

Line8=

Line9=errorsolutions.blogspot@gmail.com



Dual boot with Vista/Win7 installed

Problemas em Criar uma Dual Boot com o Windows Vista Instalado.

Com Windows Vista instalado primeiro

Se formatou completamente o disco rígido e removeu o Windows XP quando instalou o Vista, o procedimento para o dual boot será um pouco mais complicado. Siga estes passos:

1 - Execute o boot pelo CD de instalação do Windows XP e instale-o em uma partição ou disco rígido diferente diferente de onde o Vista está. Quando a instalação tiver terminado, o computador irá iniciar o Windows XP por padrão. Mas não se preocupe, o Windows Vista ainda está em seu computador (se você o instalou em uma partição ou HD diferente).

2 - Quando você instalou o XP, o Vista Boot Manager foi substituído pelos componentes de boot do Windows XP. O Vista Boot Manager precisa ser corrigido usando o DVD de instalação do Windows Vista. Execute o boot pelo DVD do Vista, clique em Next nas opções regionais e clique em Reparar seu computador no canto inferior esquerdo da janela. Selecione sua instalação do Windows Vista e escolha o Startup Repair. Isto irá corrigir o Windows Boot Manager e o Windows Vista será iniciado por padrão.

3 - Agora precisamos adicionar uma entrada ao Windows Boot Manager para o Windows XP. Isto é feito dentro do Windows Vista. Abra o prompt de comando como Administrador e execute os comandos abaixo:
bcdedit /create {ntldr} /d "Windows XP"
bcdedit /set {ntldr} device boot
bcdedit /set {ntldr} path \ntldr
bcdedit /displayorder {ntldr} /addlast
4 - Reinicie seu PC e teste seu menu de boot.

Com isso, o dual boot foi configurado em seu computador.

How I change the default start path for cmd.exe in Windows 7


How I change the default start path for cmd.exe in Windows 7


Just for your user:
HKEY_CURRENT_USER \ Software \ Microsoft \ Command Processor
Add String Value: "Autorun"
Vaue example: CD /d %systemroot%\system32

For all users:
HKEY_LOCAL_MACHINE \ Software \ Microsoft \ Command Processor