Jun/083
How to fix access denied file delete error
Here is a trick that is used to delete files or folders that display this error when deleting:
Error Deleting File or Folder
Cannot delete [file]: Acess is denied.
Make sure the disk is not full or write-protected and that the file is not currently in use.
Annoying huh, here it is:
- Open a command window. You can do this by going to Start -> Run and typing cmd. If you are using Vista, go to Start, then in the search field type cmd or command.
- Now that you have the command window open, you’ll have to set a schedule. To do this, type:
at [time] /interactive cmd
and press enter. It should say Added a new job with job ID = 1. Where it says [time], you type in the current time in your computer plus one minute, be sure to set it in military time! (For example: If its 1:26, you would type:
at 1:27 /interactive cmd);
-I hope you understand military timing. - Now, you have to wait one minute or a few seconds until a new command window appears. When the new command window appears, fire up task manager (Ctrl + Alt + Del), and end the process explorer.exe. (Go to the Processes tab. Select explorer.exe from the list then click on End Task) Now your explorer window should disappear, leaving opened the newly opened command window.
- Now, on the window, type in explorer.exe, and your explorer windows should reappear with SYSTEM privileges; wait a few seconds while the SYSTEM user account is set up. Now you should be able to delete that annoying file of yours.
To get back into your own username, just login again.
Still having trouble? Please comment.
Jun/080
Your Zune as a Hard Drive

Maybe you have heard about this little trick many times, but here it is again. This will enable you to use your Zune as a portable drive, actually it just shows your Zune in the Windows Explorer window and enables dragging and dropping and stuff, anyway here it is.
Jun/089
ANSEL Communications Wireless 2418 USB Dongle Drivers
ANSEL Communications Wireless 802.11g USB Dongle Driver.
Model No. 2418
FCC ID: RYK-WUBZ-103
Jun/080
Zune Button Combinations
There are many button combinations around for the Zune, but some don’t work so well, at least for me; so here are all the button combos I found, if you know another one, please comment. Here is another post over this, the website’s called “Hektik” … but I doubt they work…
So here it is:
Jun/080
Mac OSX wont connect to my domain?
Then it’s probably because your domain isn’t fully qualified.
Try adding “local” to Search domains (System Prefs>Network>Ethernet)
Jun/080
WinZip v11.0
Although this version is pretty old, let’s say .2 versions old (the new one is 11.2). Anyway, here is the link for WinZip, a powerful compression utility. You know the rest. To learn more about WinZip visit winzip.com.

The link here:
Jun/082
How to set up a web domain (godaddy) to your xserve (mac os server)
If you want to start your own hosting service using osx server, or you just want to point your domain to your local mac machine.. here’s how to do it.
Jun/080
Make Firefox pages load much faster
If you are using dial-up, don’t bother checking this post. But for Broadband users, this really works!
Straight to the steps;
Before you do this, be sure that you know what you are doing.
- Type “about:config” without quotes on the adress bar and hit enter. If you are using Firefox 3, click on the “I’ll be careful, I promise!” button. And Promise you’ll be careful.
- Next, on the filter, search for:
- Now right click anywhere inside the page and select new -> integer, and name it “nglayout.initialpaint.delay” and set the value to 0.
“network.http.pipelining“, double click it, and change the value to ‘true‘
“network.http.proxy.pipelining“, double click it and change its value to ‘true‘
then set “network.http.pipelining.maxrequests” to some number like 40. Now it will make 40 requests at once.
How it works? Normally the browser makes one request to a web page at a time. When you enable pipelining it makes several requests at once, which really helps pages load much faster.
Jun/085
How to Fix Error 1055 The Service Database is locked.
1055 The service database is locked.
If your Print Spooler unexpectedly quit (It happened to me in Windows 2000 Server edition). Try This,
Extract it and place “sc.exe” on your SYSTEM32 directory, under (Windows/WINNT)
Go to Start > Run > Open:cmd [Ok]
Type “sc lock”
Press “u” (lowercase)
Your database should be unlocked now!. Good Luck~
My Output looked like this:
Active database is locked.
To unlock via API, press u: u
[SC] UnlockServiceDatabase successful
