Tricks School

kandahar

Well-known member
  • Mar 19, 2011
    13,430
    17,405
    113
    ඔන්න මම ටිකක් වැඩක් wena කියල හිතෙන ත්රෙඅඩ් එකක් පටන් ගන්න හදන්නේ. මේකේ මම දාන පොස්ට් click කරලා බලන්න. ඔයාලට බලාගන්න පුළුවන් අලුත් ට්‍රික්ස් . samahara ewa oyala දන්නවත් ඇති. දන්නේ නැති කට්ටිය දැනගන්නකො මගේ පොස්ට් බලල.ඔන්න කට්ටියගේ සුප්පොර්ට් එක ඕනි. ඔන්න උදේ පාන්දර හා හා පුර කියල danna යන්නේ premium user කෙනෙක් වගේ file download කරගන්න පුළුවන් site එකක් ගැන.

    tigerleech.png


    tigerleech.com/

    Comments Are Worth and Welcome
    :):):):):):):):):)
     

    kandahar

    Well-known member
  • Mar 19, 2011
    13,430
    17,405
    113
    How to Make Hidden PW Protected Folder Without Software

    we're now going to make a hidden folder , it is hidden by a little program
    when you open this program,you should type the correct password in order to see the hidden folder

    OK lets get back to work!!!!!


    What your going to want to do now, is open up your Notepad if you don’t know how then please quit this thread and die….......

    Start – Run – notepad.exe
    then copy this code


    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 Enter password to lock folder or for cancel press N
    set/p "cho=>"
    if %cho%==XXXX 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%==XXXX 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



    replace the XXXX by the password you want

    save it with any name but the extension should be .bat
    i.e secret folder.bat
    That's it !! too easy , but too cool !!
     

    kandahar

    Well-known member
  • Mar 19, 2011
    13,430
    17,405
    113
    Online Image Converter

    Do you need to convert your images on line without installing any software? Here , correct place...

    http://www.coolutils.com/Online-Image-Converter.php#


    you can convert most commonly used graphic image formats - BMP, JPG, PNG, GIF or ICO. Online Image Converter is quick and reliable, and what is most important quite easy-to-use.


    Example: you need to convert a jpg file into bmp. Use the “Browse” button to select the source JPG file on your local PC, then click the “Convert to BMP” link. Done.


    Note that you image must not exceed 100Kb in size. If your image is larger use Total Image Converter.
     

    kandahar

    Well-known member
  • Mar 19, 2011
    13,430
    17,405
    113
    How to Restart Windows without Restarting your PC

    When you click on the SHUTDOWN button, make sure to simultaneous press SHIFT Button.

    If you hold the Shift key down while clicking on SHUTDOWN button, you computer would restart without restarting the Computer. This is equivalent to term "HOT REBOOT".When you click on the SHUTDOWN button, make sure to simultaneous press SHIFT Button.
     

    kandahar

    Well-known member
  • Mar 19, 2011
    13,430
    17,405
    113
    folder without any name

    do u know how to make a folder without any name

    try this and tell me if its working or not


    right click->make new folder->use backspace to remove the name

    ->press alt+255 or its alt+0160.-->press enter.

    use number keys which are on right side of keyboard.
     

    kandahar

    Well-known member
  • Mar 19, 2011
    13,430
    17,405
    113
    connect your home PC from anywhere

    How to connect your home PC from anywhere?

    You can connect your home computer from any other remote computer using the Remote Desktop feature. After remote desktop configuration, you can access all remote computer resources (installed programs, data and any network drives) and can enjoy any computer applications on the remote computer as you were running actually sitting in front of the home computer.

    Follow the given steps to configure your computer for remote connection:

    To use this feature, you will need to be logged into your computer with administrative rights.

    To perform this task, first make sure your both computers are connected to the internet.

    First you have to configure the host computer that allows the users to connect it remotely. On the host computer, right click on "My computer" and click on Properties option.

    18234701to3.gif


    Under the Remote tab, select the option "Allow users to connect remotely to this computer" and click Ok button.


    35605805pz6.gif


    Now get the IP address of host computer (type the "ipconfig /all" on the command prompt of host computer to find IP address).


    Now make a connection on remote or client computer, click on Start button, go to All Programs> Accessories, and Communications, then click on Remote Desktop Connection, option


    14832208no7.gif



    A Remote Desktop Connection, dialog box will appear.


    63386412vf9.gif



    Click on Options button for detail configuration, under the General tab, type the IP address of host computer in the Computer box and also type username and password of host computer then click on Connect button to make a connection to remote computer.


    If your username and password is correct then a remote desktop windows will appear with full rights.

     

    kandahar

    Well-known member
  • Mar 19, 2011
    13,430
    17,405
    113
    How to set auto shutdown

    How to set auto shutdown for your computer?



    A cool tip to manage your computer shutdown process automatically. You can set your computer to shutting down at any convenient time (daily, weekly and when my computer starts) when you are not there.

    A simple shutdown command set your computer to close all running applications and shutdown properly after predefined time. This tip is very useful to save energy and time. After the execution of command, a small window will appear to count time of system shutdown. You can cancel this auto shutdown process using same command.



    Follow the given steps to schedule the shut down process:

    * Click on start button then go to Run option.
    * Type shutdown.exe -s -t yyyy then press ok button.

    autoshutdown4efb8bbf7.png


    #Here yyyy mean time in second, for example if you want your computer will shutdown automatically after 5 minute then the command will be shutdown -s -t 300.

    #But after execution you can cancel this command any time, simple type shutdown.exe -a in Run option and Press ok. Your auto shutdown command will remove and your computer will work properly.

    autoshutdownstop554bf0wf0.jpg