By default, Windows Vista and newer versions of Windows prevent local accounts from accessing administrative shares through the network.
To enable administrative shares you have to make a registry change. Click on Start Menu and in the search box type ‘regedit’ and press ENTER. Add this registry item:
Hive: HKEY_LOCAL_MACHINE
Key: Software\Microsoft\Windows\CurrentVersion\Policies\System
Name: LocalAccountTokenFilterPolicy
Data Type: REG_DWORD
Value: 1
After rebooting, the hidden share is accessible from other computers.
How to Enable C$ Share in Windows 7
0 commentsPosted by Mustafa Zain at Wednesday, October 19, 2011
Labels: Tips and Tricks
Uneversal Dashboard Update 16.001.06.01.500 Plus Modem Unlocker Tools
0 comments

Download here
Posted by Mustafa Zain at Sunday, September 18, 2011
Labels: Download
Download Speed Between GPRS, EDGE, UMTS HSDPA Aand HSUPA/WCDMA
0 comments
| GPRS | 850, 900, 1800, 1900 MHz |
| 2G EDGE | 850, 900, 1800, 1900 MHz |
| 3G UMTS | 850, 1900, 2100 MHz |
| 3.5G HSDPA | 850, 1900, 2100 MHz |
| 3.75G HSUPA | 2100 MHz |
| GPRS Downlink | Up to 156.3 Kbps |
| EDGE Downlink | Up to 236.8 Kbps |
| UMTS Downlink | Up to 384 Kbps |
| HSDPA Downlink | Up to 3.6 Mpbs |
| HSUPA/WCDMA Downlink | Up to 7.2 Mpbs |
Posted by Mustafa Zain at Sunday, September 18, 2011
Labels: Info
Kumpulan RapidLeech
0 comments
- http://rsdad.com
- http://rapid8.com
- http://osleech.com/
- http://rapidrar.com/
- http://www.megauploaddescargas.com/
- http://leech.dl2all.info/
- http://www.leechking.com/
- http://www.gigaleecher.com/
- http://itleech.us.to/
Sumber Kaskus
Posted by Mustafa Zain at Friday, September 16, 2011
Labels: Info
How to add comment avatars Blogger templates
0 comments
If your template not display avatar in comment you can adding it, here what to do
- Go to Layout>Edit HTML in your Blogger dashboard, and ensure you check the "Expand widget templates" box.
- Using your browser's search function, locate the following line of code (or similar):
<dl id='comments-block'> Depending on your particular template, you may discover this is <div id='comments-block'> instead.
- Replace this line of code with the following:
<dl expr:class='data:post.avatarIndentClass' id='comments-block'>
Note: if your template includeddivinstead ofdl, leave this intact and replace all other elements of the line instead.
- Now, locate this line of code (usually a few lines further down, depending on your particular template):
<a expr:name='data:comment.anchorName'/>Immediately before this line, paste the following section of code:
<b:if cond='data:comment.favicon'>
<img expr:src='data:comment.favicon' height='35px' style='margin-bottom:-2px;' width='35px'/>
</b:if>
<a expr:name='data:comment.anchorName'/>
<b:if cond='data:blog.enabledCommentProfileImages'>
<data:comment.authorAvatarImage/>
</b:if>
- Save your template.
Thanks to bloggerbuster
Posted by Mustafa Zain at Thursday, May 26, 2011
Labels: Blogger Tutorial
How to Display Comments Form
2 comments
If your template does not have the form there or not display correctly, you may need to manually add it or activate it.
To add it manually:
- Enter in the code of your template (Dashboard → Layout → Edit HTML) and search for:
- Replace that code with the following:
To activate it:
- Enter the options panel comments (Dashboard → Settings → Comments).
- And in the "Comment Form Placement" section, select: Embedded below post.
Posted by Mustafa Zain at Wednesday, May 25, 2011
Labels: Blogger Tutorial
Creating Read More or 'After the jump' summaries
0 comments
Read More or After the Jump is a feature which lets you create expandable post summaries in your blog posts, so longer posts appear as an intro with a link to Read More
Creating jump breaks in your blog posts can be easily done right from the post editor, without the need for any HTML changes. First, decide where in the post you want to create the jump break, and place your cursor in that position:
Once your mouse cursor is placed at the jump point, simply click theInsert Jump Break toolbar icon:
Clicking the icon will insert a grey bar at the cursor point, illustrating where in the post your break will appear. The bar can be dragged though, so you can always re-position it after insertion.
If you don't use the new post editor, you can still insert a jump break in Edit HTML mode by adding where you want to position the jump break.

Once you are set on the jump break's location within the post, you are ready to publish your post. After publishing, you will notice that theRead More link is placed where you set the jump break:
Clicking on the Read More link will then display the full text of the post:
If you feel like changing the Read More text to your own custom phrase, you can easily do this from the Layout | Page Elements tab. Click Edit on the Blog Post widget, and then change the Post page link text to whatever you'd like.

One more note, the Jump Break feature does not change how your post appears in your feed. You can configure post feed options by going to Settings | Basic | Site Feed, and editing Allow Blog Feeds.
Note:For those using a customized third-party template, you will have to add a snippet of code to make Jump Breaks work.
To do this, access your blog's Layout | Edit HTML tab, and first backup your template by clicking the Download Full Template link at the top of the page. This will download an XML version of your template which you can upload later at any time if you need to.
After backing up your template, then click the Expand Widget Templates checkbox, and scan your HTML for the following snippet:
<data:post.body/>
Once you've located that code, paste the following snippet directly below it:
<b:if cond='data:post.hasJumpLink'>
<div class='jump-link'>
<a expr:href='data:post.url + "#more"'><data:post.jumpText/></a>
</div>
</b:if >
After you've pasted in the code, click Save and then you're done!
From : Blogger Help
Posted by Mustafa Zain at Wednesday, May 25, 2011
Labels: Blogger Tutorial