[XP] "er is onvoldoende schijfruimte" icoon uitschakelen

Pagina: 1
Acties:

  • Ventrigo
  • Registratie: Juli 2004
  • Niet online

Ventrigo

Het is zeker mijn tube !

Topicstarter
Zoals het er al staat wil ik dat icoontje dat telkens komt met dat je hardschijf vol zit weg hebben. Ik weet dat me hardeschijf vol zit en ik ga ook binnenkort een nieuwe kopen maar heb daar nu nog geen tijd en geld voor.

Dus is mijn vraag: Hoe kan ik dat icoontje permanent weg krijgen/hebben( wat evva )?

Self reflection is the school of wisdom


  • Maestro.mosjuh
  • Registratie: Augustus 2001
  • Niet online
denk dat het een zoekvraagje is; maar omdat ik een standaard file met dit soort tweaks op mijn hd heb staan....

copy-paste het volgende in tweak.reg:
code:
1
2
3
4
5
6
7
8
9
10
11
Windows Registry Editor Version 5.00
  ;-----
  ;-----  Won't check if you are low on diskspace and pop up a balloon telling you
  ;-----  NoInstrumentation disables windows user tracking
  ;-----
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]
"NoLowDiskSpaceChecks"=dword:00000001
"NoInstrumentation"=dword:00000001
[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]
"NoLowDiskSpaceChecks"=dword:00000001
"NoInstrumentation"=dword:00000001
en dubbelklik op de file...
tadaa


eventueel alternatief (zet de melding niet uit; maar zorgt dat hij bij hoger percentage pas gaat waarschuwen):
code:
1
2
3
4
5
6
7
Windows Registry Editor Version 5.00
  ;-----
  ;-----  Hard Disk Free Space Warning 
  ;-----  Value: 0 - 99 percent (Default is 10)
  ;-----
[HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\LanmanServer\Parameters]
"DiskSpaceThreshold"=dword:00000005
lijkt mij duidelijk :)

[ Voor 30% gewijzigd door Maestro.mosjuh op 26-10-2004 23:34 ]

At the beginning there was nothing. So God said 'apt-get install light'.