Sunday, March 30, 2008

How to set, view, change, or remove special permissions for files and folders in Windows XP

How to set, view, change, or remove special permissions for files and folders in Windows XP: "How to set, view, change, or remove special permissions for files and folders in Windows XP"

It seems like you will to first remove the admin permission. Keep the system permission (probably), otherwise you won't see anything inside that folder, and add the full control permission to your username, while remove everyone's permission.

Friday, March 28, 2008

Quick-R: Home Page

Quick-R: "Quick-R"

Just want to point you to a site that give you a quick reference to R command!
It's really great!
Easy to navigate!
Great.

Thursday, March 27, 2008

Are you always forget to start logging your analysis?
Put this profile.do in your Stata system directory.
Everytime you open stata whether from the start menu or from your local data directory. It will create a log file for you with date and time as the file name.
* now you don't have to worry about forgetting to create log file again :)"

*profile.do
set memory 100m
set more on
local date ='$S_DATE'
local day = substr('`date'',1,2)
local mon = substr('`date'',4,3)
local yr = substr('`date'',8,4)
local time = '$S_TIME'
local hour = substr('`time'',1,2)
local min = substr('`time'',4,2)
local sec = substr('`time'',7,2)
log using '`day'`mon'`yr'.`hour'`min'`sec'.log'

Saturday, March 15, 2008

Unique tea gifts that bloom into drinkable floral bouquets

Check it out-- a tea bag that blooms! It is so cool, isn't it? The price is about 3$ per tea bag. A little bit expensive, but they said, you can keep adding hot water for 3 times!

Sunday, March 09, 2008

Doubled user accounts on Vista welcome screen

Doubled user accounts on Vista welcome screen

This seems to be the cause.
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Authentication\Credential Providers\

There is one empty authenticated ID started with "6f45dc1e" (not in the pictures).

Delete it and you will be fine!
If you are too worried, back up!

Registry Editor, OmniPass key in Credential Providers

Thanks a lot to Paul Smith's Blog: http://www.dasmirnov.net/blog/2007/12/08/doubled_user_accounts_on_vista_welcome_s
Powered By Blogger