Windows Vista – How To Disable Delete confirmation dialog

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:

vista1

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.

vista2

Press “Apply” and you are done ! :)

Windows server 2003/2008 and Vista – How to take ownership of files and folders via command line

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

takeown1

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

takeown2

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

takeown3

Windows – How to spy on Windows users

Posted by Erica | Posted in Windows 2003, Windows 7, Windows Vista, Windows XP | Posted on 26-06-2009

0

This post will show you how to spy on other users using Windows computer.

For this purpose we tested software named “Detective Dominator”.

“Detective Dominator” is a stealth keylogger that will provides you  with necessary confidence in monitoring PC and internet activity.  Whether you want to monitor your computer while you are away, retrieve lost information, or monitor your children’s activity it is really nice keylogger software for the job.

keyloger

If you have your own business this tool can help you for the perfect employee monitoring software.  As per developer this software for pc usage monitoring allows you to find out virtually everything that happens on the computer…

If you are interested read more about “Detective Dominator”  Here .

Windows server 2008 and Windows Vista – How to change your license key via command line

Posted by aidas | Posted in Command line, Windows 2008, Windows Vista | Posted on 22-06-2009

0

This post will show you quick way to change license key on your Windows server 2008 or Windows Vista using command line.

Lets say we want to change our license key to AAAAA-BBBBB-CCCCC-DDDDD-EEEEE (Note that this is not legal license key !!!) .

To change key open command line (Start>Run>cmd) and type:

slmgr -ipk AAAAA-BBBBB-CCCCC-DDDDD-EEEEE

key_change

Press “Enter” and You are done !

Windows RUN commands – How to start Administrative Tools

Posted by aidas | Posted in Windows 2003, Windows Vista, Windows XP | Posted on 28-05-2009

0

This post will show you how to start “Administrative Tools” via Run on your Windows computer. To start Administrative Tools press “Start” > “Run” and type:

control admintools

administrative-tools

Press “OK” and you are Done!


Windows XP and Windows server 2003 – How to disable Windows auto restart on system failure

Posted by aidas | Posted in Windows 2003, Windows Vista, Windows XP | Posted on 25-05-2009

0

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.

windows system

In “Advanced” tab click “Settings” under “Startup and Recovery” section. In “Startup and Recovery” window uncheck “Automatically restart” option.

windows system 2

Press “OK” and You are done!

Windows Vista – How to renew certificate in Windows Vista

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

Windows server 2003 and Windows XP/Vista – How to create invisible folder

Posted by aidas | Posted in Windows 2003, Windows Vista, Windows XP | Posted on 16-05-2009

0

All we know how to create hidden folder by going into folder properties and applying “hidden” attribute. This post show another way how to create invisible folder in your Windows powered system. To do it right click mouse in desired location (desktop for example) and choose New>Folder. Hold ALT and type 255 as name. Release ALT button. OK now we have unnamed folder.

To make it invisible right click on it and choose properties. Open “Customize” tab and select “Change Icon…” . Select this icon type from list:

blank

Click OK and then click “Apply”. Hm… where is it?

Windows server 2003/2008 and Windows XP/Vista – How to enable remote desktop via registry

Posted by aidas | Posted in Registry, Windows 2003, Windows 2008, Windows Vista, Windows XP | Posted on 14-05-2009

0

This quick post will show you how to enable remote desktop service by editing registry settings on your Windows server. To enable RD open registry editor and navigate to:

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Terminal Server

Double click on “fDenyTSConnections” and change Value data to 0 .

Windows – How to boot into SAFE mode

Posted by aidas | Posted in Windows 2003, Windows Vista, Windows XP | Posted on 13-05-2009

1

This post will guide you how to boot your OS into safe mode. If you are not able to boot you machine into normal mode you need to boot safe mode and then troubleshoot any issues you encounter. Safe mode will bypass many normal windows settings and startup programs allowing you to fix OS. To get into SAFE mode press  F8 key several times when your computer is booting. This will bring “Windows advanced options menu” and you will be able to select “Safe Mode”.  Note that you`ll be presented with several Safe mode options:

“Safe Mode” – basic safe mode option, it has no additional support and is recommended in most cases.

“Safe Mode with Command Prompt” – advanced safe mode option with command line access.

“Safe Mode with Networking” – advanced safe mode option with network access. Very useful if you need to download new drivers or OS updates during troubleshoot process.

Windows Vista – How to fix file association

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.

Windows server 2003 and Windows XP/Vista – How to draw picture of your AD environment

Posted by Thomas | Posted in Tools, Windows 2003, Windows Vista, Windows XP | Posted on 03-05-2009

0

If you want to have visual picture of your active directory topology you can use Microsoft tool named “Active Directory Topology Diagrammer” which scans Active Directory information and creates Visio picture. This tool will work on Windows server 2003 and Windows XP/Vista systems. You can download it from here .

Note that you need Microsoft Office Vision 2003 or 2007 to run this tool.

How to #Tools by Thomas