dinsdag 24 maart 2009
zaterdag 21 maart 2009
Vista
Dat Windows Vista niet altijd even snel werkt is wel duidelijk. Er zijn de nodige verbeteringen die handmatig in te voeren zijn. Dit is voor mensen met een matige computerkennis nogal lastig. Gelukkig zijn er volautomatische programma’s die dit voor de gebruiker doen. Zo’n programma noemen we een tweak.
Handmatig: Niet of wel doen?
Als je kennis hebt van computers dan is er niks mis mee om het handmatig te doen. Op die manier ben je honderd procent zeker van je zaak en hoef je niet te vrezen op een computerfout of verlies van bestanden. Als je genoeg kennis hebt dan kan je hier verder lezen wat er allemaal te veranderen valt.
Voor de tweak: Een herstelpunt aanmaken
Voordat je een tweak gaat gebruiken is het verstandig om een herstelpunt aan te maken. Met een herstelpunt gaat Vista automatisch terug naar dat punt en worden alle wijzigingen tussen die twee punten ongedaan gemaakt. Op die manier kan je altijd weer terugschakelen. Het maken van een herstelpunt is eigenlijk erg makkelijk, volg hier voor de volgende stappen op:
Ga naar het startmenu
Ga naar computer
Klik met je rechtermuisknop op computer
Selecteer eigenschappen
Ga naar geavanceerde systeemeigenschappen
Selecteer de optie om zelf een herstelpunt aan te maken en kies de juiste harde schijf. Het aanmaken van een herstelpunt zal even duren maar zo ben je zeker van je zaak. Het is trouwens ook mogelijk om Visa op een reguliere basis een herstelpunt aan te laten maken.
De tweak
Er zijn op het internet een boel tweaks te vinden. Een tweak is een programma die allemaal registers en instellingen wijzigt waardoor je computer sneller gaat lopen. Als je een tweak gaat gebruiken dan is het belangrijk dat deze is getest en door meerdere mensen als goed is bestempeld. Op het internet zijn tientallen van deze programma’s te vinden.
Mz Vista Force
Een voorbeeld van een tweak is Mz Vista Force. Met dit programma kan je haast alles veranderen, van bepaalde registers tot het gebruik van het interne geheugen. Mz Vista Force is hier te downloaden.
Labels: v, Vista, Vista sp1, Vista Transformation
maandag 21 mei 2007
Vista, Change the amount of space used by System Restore | Windows Vista™
System Restore is a very useful feature of Windows Vista but it has one main drawback. After running for a few weeks, it can use a lot of your hard disk space. With the default settings turned on, System Restore might use up to 15 percent of the space on each disk. For example, if you have a 250GB hard disk drive, System Restore might end up using 37,5GB of it. That is a lot of space.
What can we do to limit the amount of space used by System Restore? In Windows XP making this kind of configuration was pretty easy. You had a slider in the System Properties window that you could move left or right to the desired percentage. Unfortunately this slider was removed from Windows Vista.
In order to configure the amount of space used by System Restore, you need to use a tool called Volume Shadow Copy Administrative Command-Line Tool (or vssadmin.exe).
For example, if you want System Restore to use a maximum of 1GB of space for the restore points on drive "C:", you should type the following:
vssadmin resize shadowstorage /On=C: /For=C: /Maxsize=1GB
Labels: Vista
dinsdag 20 februari 2007
Verify the Integrity of Windows Vista System Files
Verify the Integrity of Windows Vista System Files
Windows Vista includes a utility that will scan your system for corrupt, changed or missing system files. Running this from the command prompt is much easier than booting off the dvd into repair mode.
To run this utility, you will need to open a command prompt in administrator mode. You can do that by right clicking the Command Prompt in the list and choose “Run as Administrator”
Once you have an administrator command prompt open, you can run the utility by using the following syntax:
SFC [/SCANNOW] [/VERIFYONLY] [/SCANFILE=] [/VERIFYFILE=]
[/OFFWINDIR= /OFFBOOTDIR=]
The most useful command is just to scan immediately, which will scan and attempt to repair any files that are changed or corrupted. You can run that command with this command:
sfc /scannow
Labels: Vista