NOTICE: If you want Windows Seven Tutorials please go here: 7meetsnick.com . If you still want Windows Vista Tutorials then I will be slowly adding new tutorials to the site. I have to focus on 7MeetsNick.com right now. If you need Windows Vista help / tutorials please contact me on Skype: VistaMeetsNick I do charge $10.

Friday
27Nov2009

How to See What Your Boot Up Time is in Vista

To optimize the boot/shutdown of Windows, it is necessary to know precisely the reboot time of the computer to be able to refine its adjustments. But rather than having the hand on a stop watch at the time of the reboot, better use this easy way, You will appreciate how simple it is to use and the precision of the result. The relative time value will then give you a point of comparison to optimize the boot/shutdown of your computer.

Click to read more ...

Monday
23Nov2009

How to Fix the Error "The User Profile Service failed the logon. User profile cannot be loaded."

When you log on to Vista using a temporary profile (user account), you receive this error message: For more information, see: Microsoft Help and Support: KB947215 The User Profile Service failed the logon. User profile cannot be loaded. This issue may occur if the user profile was manually deleted by using the command prompt or Windows Explorer by a user or by some program. A profile that is manually deleted does not remove the security identifier (SID) from the user profile list in the registry. Since the SID is still present, Vista will still try to load the profile by using the ProfileImagePath that points to a nonexistent path. Therefore, the profile cannot be loaded.

Click to read more ...

Friday
20Nov2009

How to Reset and Clean the Notification Icons List in Vista

These are the system tray icons in the Notifcation Area. Over time, theCustomize Notification Icons list can become bloated with every icon that was ever displayed in the Notification Area. Some of these may have been uninstalled by now, but are still listed under the Past Items. This will show you how to reset this list to keep it clean and current.

Click to read more ...

Wednesday
18Nov2009

How Turn DEP On or Off for a Program in Vista

Data Execution Prevention (DEP) is a security feature that can help prevent damage to your computer from viruses and other security threats. Harmful programs can try to attack Windows by attempting to run (also known as execute) code from system memory (RAM) locations reserved only for Windows and other authorized programs. These types of attacks can harm your programs and files. If DEP notices a program on your computer using memory incorrectly, it closes the program and notifies you with the DEP stop error. DEP is ran in a software mode and in a hardware mode. If your processor supports DEP (NX for AMD, and XD for Intel), then you will have hardware and software DEP. If it doesn't, then Vista will just use software DEP. 64 bit applications will have DEP enabled all the time by default, but 32 bit applications do not and must have DEP manually enabled for them.

Click to read more ...

Tuesday
17Nov2009

Creating Windows and Buttons in Java

This three part step by step tutorial will show you guys how easy it is to create Windows and Buttons that perform special task in the Java Language. JCreator: http://www.jcreator.com/download.htm This code makes the window appear in the center part of your screen everytime: this.setLocationRelativeTo(null);

Click to read more ...