Tui đó pà con |
Tiêu đề chỉ nhằm mục đích "hèn hạ" là câu khách, xin đừng quá thất vọng
Powered by ScribeFire.
A place for fun, study and $
Tui đó pà con |
Tiêu đề chỉ nhằm mục đích "hèn hạ" là câu khách, xin đừng quá thất vọng
Powered by ScribeFire.
Posted by Duy Lam at 11:18 2 comments
1 void Application_Start(object sender, EventArgs e)
2 {
3 SiteMap.SiteMapResolve += new SiteMapResolveEventHandler(SiteMap_SMR);
4 }
5
6 SiteMapNode SiteMap_SMR(object s, SiteMapResolveEventArgs e)
7 {
8 SiteMapNode cn, tn;
9 cn = tn = SiteMap.CurrentNode.Clone(true);
10 while (cn.ParentNode != null && cn.ParentNode.ParentNode != null)
11 cn = cn.ParentNode;
12
13 cn.ParentNode = null;
14 return tn;
15 }
Powered by ScribeFire.
Posted by Duy Lam at 00:43 0 comments
cd /d "%programfiles%\Windows Resource Kits\Tools"
subinacl /subkeyreg HKEY_LOCAL_MACHINE /grant=administrators=f /grant=system=f
subinacl /subkeyreg HKEY_CURRENT_USER /grant=administrators=f /grant=system=f
subinacl /subkeyreg HKEY_CLASSES_ROOT /grant=administrators=f /grant=system=f
subinacl /subdirectories %SystemDrive% /grant=administrators=f /grant=system=f
subinacl /subdirectories %windir%\*.* /grant=administrators=f /grant=system=f
Powered by ScribeFire.
Posted by Duy Lam at 15:17 0 comments