Posted by Erica | Posted in Windows Vista | Posted on 22-07-2009
0
In this post i`ll show how to disable delete confirmation dialog in your Windows Vista machine.
By default if we try to delete file we get following message:

To disable it right click on your “Recycle Bin” and select “Properties”.
Now all you have to do is to uncheck “Display delete confirmation dialog” box.

Press “Apply” and you are done !
Posted by Erica | Posted in Windows 2003, Windows Vista | Posted on 30-06-2009
1
Do you know that Windows server 2003 and Windows Vista include command line tool called “takeown” that lets you take ownership of files and folders?
Takeown tool basic syntax is:
takeown /f <file or folder name>
For example to take ownership of file secret.doc which resides in C:\Docs\ open command line and type:
takeown /f C:\Docs\secret.doc

Thus, if you want to take ownership of a folder named C:\Docs, as well as any files and folders inside C:\Docs, you`ll type:
takeown /f C:\Docs /r

One more tip… if you want to avoid Windows asking you questions like “Do you really want to do that?”… add one more key:
takeown /f C:\Docs /r /d y

This post will show you how to disable automatic restart when system error occurs on your Windows computer. If this option is enabled you are unable to view Blue Screen of Death (BSOD) output and to check system error code for further investigation.
To disable auto restart right click mouse on “My Computer” icon and choose “Properties”. In “System properties” window select “Advanced” tab.
In “Advanced” tab click “Settings” under “Startup and Recovery” section. In “Startup and Recovery” window uncheck “Automatically restart” option.
Press “OK” and You are done!
Posted by aidas | Posted in Windows Vista | Posted on 19-05-2009
0
This post will show you how to renew certificate in Windows Vista OS. To renew certificate:
Press Start > Run, type certmgr.msc and click OK
Select certificate you want to renew
On menu click Actions > All Tasks
Select:
* Renew certificate with New Key
or
* Advanced Operations > Renew this certificate with the same key
Follow wizard to complete renew process
Posted by aidas | Posted in Windows Vista | Posted on 11-05-2009
0
This post will show you how to fix file associations for Windows Vista OS if they became corrupted. To perform fix follow this article and download appropriate fix for your case.
This post will show you how to join computer “TestPC” to domain “testdomain.com” using command line. To do that open command line on Windows server 2003 and type:
netdom /domain:testdomain.com /user:testuser /password:yourpassword member TestPC /add