Archive for the 'Windows' Category

Windows: Disabling the system beep

3 ways to tackle this:

  1. sc remoteMachine stop beep && sc remoteMachine config beep start= disabled
  2. sc stop beep && sc config beep start= disabled
  3. Net Stop Beep && Reg Add HKLMSYSTEMCurrentControlSetServicesBeep /v Start /d 4 /t REG_DWORD /f


Run IE7 without add-ons

Start -> Run -> “C:\Program Files\Internet Explorer\iexplore.exe” -extoff

Disable the Insert Key in Windows

1. Go to Start -> Run -> regedit
2. Go to HKLM\System\CurrentControlSet\Control\Keyboard Layout
3. Right-click on the right half of the screen and choose New -> Binary Value
4. Name the new Value Scancode Map
5. Enter 000000000000000002000000000052E000000000
6. Close regedit
7. Reboot.

Breaking the 2TB (2 TeraByte) File System Limit

Silly me, didn’t realise that NTFS had a limit of 2TB partitions (This is why you research.).
I have a Dell Poweredge DP500 with 6x 1TB disks.

My options:
Go Linux - not at this point in time. Though I seriously considered it.
Use GPT partitions (System drive cannot be a GPT drive, hence I lose some drives still)

What I ended up opting for was:

1x RAID 1 array for OS - 1TB
1x RAID 5 array for data - 3TB (Converted the disk to GPT)

So I lose 2 drives to redundancy in this config instead of the 1 I would have liked.

Ideally what needs to happen is:

- Manufacturers (maybe some do) to support EFI firmwares so we can boot GPT partitions.
- For them to make it well known that there is a limit when buying these items and configs.

*Update: Been told Server 2008 and Vista don’t have this problem but I don’t have licenses for those yet.

Good reading for this topic:

https://www.microsoft.com/whdc/device/storage/GPT-on-x64.mspx
http://technet2.microsoft.com/WindowsServer/en/library/4b35160a-4e27-4258-9e8b-e2088f8a757a1033.mspx?mfr=true
http://www.experts-exchange.com/OS/Microsoft_Operating_Systems/Server/2003_Server/Q_23066074.html
http://www.carltonbale.com/2007/05/how-to-break-the-2tb-2-terabyte-file-system-limit/

When NTBackup dies (or anything that uses the Volume Shadow Service (VSS))

NTBackup isn’t working and you’re getting errors like this:

Volume shadow copy creation: Attempt 1.
Timeout before function completed

Error returned while creating the volume shadow copy:0xffffffff.

Error returned while creating the volume shadow copy:ffffffff
Aborting Backup.
———————-
The operation did not successfully complete.
———————-

This is how I fixed it:

Continue reading ‘When NTBackup dies (or anything that uses the Volume Shadow Service (VSS))’

Restore the Windows native Zip file integration

To restore the Windows Zip file integration quickly, type this command from Start, Run dialog:

REGSVR32 ZIPFLDR.DLL

If that does not help, another command is required to change the .ZIP association. Type in Start, Run:

cmd /c assoc .zip=CompressedFolder