Category Archives: Tips & tricks

Tips & tricks

Restauro de sistema(desactivado!?)

SINTOMAS:

System Restore tab may be missing in My Computer Properties. Also, when you start System Restore (rstrui.exe), you receive this message:

“System Restore has been turned off by group policy. To turn on System Restore, contact your domain Administrator.”

-or-

System Restore Properties page says disabled by Group Policy

read more »

Tips & tricks

Wireless Zero Configuration (WZC) service: Erro 1068

Normalmente acontece quando o serviço está a ser gerido por um outro programa que não o WZC.

No meu PC HP Pavilion serie 9000, entrado no regedit e em:

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Ndisuio

altero o seu valor da chave “Start” de 4 para 1, reinicio o PC e está tudo a funcionar normalmente 😉

Normalmente estas configurações são alterada por Trojans ou Worms.. virosices…

Tips & tricks

Gravar CD de 90 Min com o Nero

PDF 90minutecdrinfo.pdf
Fonte: http://www.burnsmart.com/90minutecdrinfo.html

software Tips & tricks

Redirecionando a saída de comandos DOS para área de transferência

No windows 2003 basta utilizar um comando seguido de |clip e o output é redireccionado para a área de tranferência 🙂
Por ex.º c:\dir /s |Clip

No windows 2000 e XP o comando não existe mas basta colocar o executável no %system root%\system32 e ele vai funcionar.

Download: clip.exe

Tips & tricks

Unidades de Conversão

Fonte: http://www.gesbanha.pt/welcome/fac_conv.htm read more »

Tips & tricks

Indicativos telefónicos internacionais

Fonte: http://www.gesbanha.pt/welcome/Telfint.htmÂ

read more »

Tips & tricks Tutorials

Validar NISS (VB.Net)

Função para validar NISS, com base nos critérios deste documento (NISS.pdf)

ValidarNISS_VBNet.txt

read more »

Tips & tricks Utils

Validação de números de cartões

  • NIF – Número de Contribuinte, Â
  • BI – Bilhete de Identidade
  • NISS – Número de Identificação na Segurança Social
  • NIB, IBAN (Portugal),
  • Cartões de Crédito e ISBN

Â

Fonte: http://maracuja.homeip.net/software/nif

Tips & tricks

Changing the, Date, Time, and Currency Format

LCID Chart

read more »

Tips & tricks

How to disable the use of USB storage devices

To disable the use of USB storage devices, use one or more of the following procedures, as appropriate to your situation:

If a USB Storage Device Is Not Already Installed on the Computer
If a USB storage device is not already installed on the computer, assign the user or the group Deny permissions to the following files:

  • %SystemRoot%\Inf\Usbstor.pnf
  • %SystemRoot%\Inf\Usbstor.inf

When you do so, users cannot install a USB storage device on the computer. To assign a user or group Deny permissions to the Usbstor.pnf and Usbstor.inf files, follow these steps:

  • Start Windows Explorer, and then locate the %SystemRoot%\Inf folder.
  • Right-click the Usbstor.pnf file, and then click Properties.
  • Click the Security tab.
  • In the Group or user names list, click the user or group that you want to set Deny permissions for.
  • In the Permissions for UserName or GroupName list, click to select the Deny check box next to Full Control, and then click OK.

Note In addition, add the System account to the Deny list.

  • Right-click the Usbstor.inf file, and then click Properties.
  • Click the Security tab.
  • In the Group or user names list, click the user or group that you want to set Deny permissions for.
  • In the Permissions for UserName or GroupName list, click to select the Deny check box next to Full Control, and then click OK.

If a USB Storage Device Is Already Installed on the Computer
Warning Serious problems might occur if you modify the registry incorrectly by using Registry Editor or by using another method. These problems might require that you reinstall your operating system. Microsoft cannot guarantee that these problems can be solved. Modify the registry at your own risk. If a USB storage device is already installed on the computer, set the Start value in the following registry key to 4:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\UsbStor
When you do so, the USB storage device does not work when the user connects the device to the computer. To set the Start value, follow these steps:

  1. Click Start, and then click Run.
  2. In the Open box, type regedit, and then click OK.
  3. Locate, and then click the following registry key: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\UsbStor
  4. In the right pane, double-click Start.
  5. In the Value data box, type 4, click Hexadecimal (if it is not already selected), and then click OK.
  6. Quit Registry Editor.

in http://support.microsoft.com/kb/823732