Archive for 'Windows Registry'

Hide Run Menu With Visual Basic Script

I’ve written an article about Manage Registry with Visual Basic Script and this time I want to modified the script to make it to manage Run menu. As you know Run menu is a great menu, with Run you may can go everywhere easier. So, I call it gateway. Yup it’s a gate to go every corner your computer.
Read more

Preview BMP File as Its Icon

By default, when you’re browsing your bitmap files (*.bmp), you’ll look their default icon. And the icon is the same for all of bitmap files. And that does not be a problem for common users, but if you often to seeking for a bitmap file, that could be a problem because you can’t see its content. Fortunately, you can hack the registry to force system to preview the bitmap file content as its icon.
Read more

Save Last Opened Folder

Windows will reset all opened windows every time you restart your computer. But some times, I am tired if I have to open my data folder every time Windows restarted. The good news is you can to make Windows save your last opened folder so that the folder will open automatically every time you restart Windows XP.
Read more

Hide Log Off Button on Start Menu


By default, Windows XP puts Log Off button on Start Menu where located beside Turn Off Computer button. And if you don’t want the Log Off button on there, just hide it.
Read more

Hide an Account from Welcome Screen

Welcome screen always appear as first screen on Windows XP. You can look all created accounts on your computer. To login, just click an account on there. That’s it, it’s so easy. By default, Windows XP will show all of created accounts in system. Unfortunately, maybe you don’t want this. Maybe you have a ‘secret’ account which want to hidden. Because Windows XP doesn’t provide a tool to hide it from Welcome Screen, you must tweak the registry.
Read more

Backup Entire of Registry

As you know, Windows Registry is one of important Windows component. So, if your registry is damage, your Windows won’t run properly or even Windows won’t boot up. Because registry is very important, you need to keep it. One of ways to keep it is to backup it. There are so many ways to backup registry and in this article I want to show you how to backup it easily.
Read more

Hide Clock By Registry

LogoI have been writing article about hide clock at sys tray through taskbar properties. And that’s an easy way to hide or show it, so do the other users. So if you want to make it safer, hide it through Windows registry.
Read more

Add Date Created Information in Info tip text

LogoIf you’re hovering your mouse on image file you will see the info tip that contained Dimension, Date Picture Taken, Camera Model, Type and Size information, but I want to add the Date Created information because I want to know when the file was copied in my hard drive and I found how do to do it, I’ll share it…

Read more

Free Your Memory Space

Logo
Every time we’re opening program, the program doesn’t load the .exe file only, it calls its all library files to memory as well. Unfortunately, by default Windows XP doesn’t always unload the library file from memory when we close the program that using that .dll file. So, I will share a little trick to unload the library files from memory when the programs don’t need them anymore.

Read more