Undeep Freeze All

Support for:
  1.   Deep Freeze 4
  2.   Deep Freeze 5
  3.   Deep Freeze 6 Standard
  4.   Deep Freeze 6 Evolution
  5.   Deep Freeze 7

Share
 

IDM 6.04 + pacth


Internet Download Manager (IDM) is a tool to increase download speeds by up to 5 times, resume and schedule downloads. Comprehensive error recovery and resume capability will restart broken or interrupted downloads due to lost connections, network problems, computer shutdowns, or unexpected power outages. Simple graphic user interface makes IDM user friendly and easy to use.Internet Download Manager has a smart download logic accelerator that features intelligent dynamic file segmentation and safe multipart downloading technology to accelerate your downloads. Unlike other download managers and accelerators Internet Download Manager segments downloaded files dynamically during download process and reuses available connections without additional connect and login stages to achieve best acceleration performance.
  Internet Download Manager supports proxy servers, ftp and http protocols, firewalls, redirects, cookies, authorization, MP3 audio and MPEG video content processing. IDM integrates seamlessly into Microsoft Internet Explorer, Netscape, MSN Explorer, AOL, Opera, Mozilla, Mozilla Firefox, Mozilla Firebird, Avant Browser, MyIE2, and all other popular browsers to automatically handle your downloads. You can also drag and drop files, or use Internet Download Manager from command line. Internet Download Manager can dial your modem at the set time, download the files you want, then hang up or even shut down your computer when it's done.
Share
 

Cara Mengunci Folder Tanpa Software

Ada beberapa software untuk mengunci folder,tapi kali ini saya akan membagikan trik bagaimana caranya mengunci folder tanpa software

cek this :
1. Buka Start -> All Programs -> Accessories -> Notepad atau tekan Windows + R
2. Copy dan paste kode berikut ke notepad :

cls
@ECHO OFF
title Folder Locker
if EXIST “Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}” goto UNLOCK
if NOT EXIST Locker goto MDLOCKER
:CONFIRM
echo Are you sure u want to Lock the folder(Y/N)
set/p “cho=>”
if %cho%==Y goto LOCK
if %cho%==y goto LOCK
if %cho%==n goto END
if %cho%==N goto END
echo Invalid choice.
goto CONFIRM
:LOCK
ren Locker “Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}”
attrib +h +s “Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}”
echo Folder locked
goto End
:UNLOCK
echo Enter password to Unlock folder
set/p “pass=>”
if NOT %pass%==type your password here goto FAIL
attrib -h -s “Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}”
ren “Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}” Locker
echo Folder Unlocked successfully
goto End
:FAIL
echo Invalid password
goto end
:MDLOCKER
md Locker
echo Locker created successfully
goto End
:End


Share
 

Cara Pasang Mp3 Di Blog

langsung aja loe copy kode di bawah ini


<table border=0 bgcolor=#eeeeeee><tr><td><embed src="http://stafaband.info/flvplayer.swf" width="200" height="17"
allowscriptaccess="always"
flashvars="autostart=true&autoplay=true&file=http://www5.indowebster.com/781a87dfd85514301170f1389b2578f1.mp3"></embed></td></tr><tr><td><center><font size=1
face=verdana><blink>oXside89</blink></font></center></td></tr></table>

paste in di add gadget Html/javascript dan save

nb kode yg berwarna merah silahkan ganti dengan kode lagu anda Share