Showing posts with label notepad. Show all posts
Showing posts with label notepad. Show all posts

Wednesday, May 10, 2017

Computer Me Offline Voice Bnaye Notepad Ki Madad Se

Computer Me Offline Voice Bnaye Notepad Ki Madad Se


Computer Me Offline Voice Bnaye Notepad Ki Madad Se


hello dosto aaj mai aap logo ke liye ek aisa trick lekar aaya hu jisse aap apne computer me offline voice bna sakte hai wo bhi bina kisi softwere ko install kiye bina kyoki Yaha mai aapko ek code dene wala hu jisko aapko us code ko apne Notepad me dalker save kar dena hai

Computer Me Notepad Code Kaise Dale Aur Kaise Save Kare

ye jo notepad code hota hai wo ek computer ka pc dwara bnaya gaya ek code hai jisko hum apne notepad me dalker save kar dete hai us code ko hum .Vbs code kehte hai
ab aapko mai ye bhi bata deta hu ki iska kaam kya hai

ye jo code hai ise notepad me dalker save karne se ek shortcut ka Icon ban jata hai
usko jub aap open karenge to aake samne ek text box open hoga us text box me aap
number ya naam dalenge aur ok karne ke bad computer us naam ko bilega jis naam ko aap dale honge

Computer Me Offline Voice Kaise Bnaye

Step 1: sabse pehle aapko Notepad Open Karna Hai Usme Iss Code Ko Dale jo image me dikh raha hai aapko sahi se dalna hai notepad open karke


is-code-ko-notepad-me=dale

                is code ko aap apne notepad me ab dall diye honge

Step 2: ab save karte samay aapko uska naam rename karke .vbs karde uske baad niche aapko encoding me ansi ko select kare phir desktop par save karde

Step 3: ab aapko usko open karke aap jo word usme daloge uske jab aap ok par click karoge tab aap voice bnake bolega



Ye Post Bhi Padhe:

Aur bhi computer ke tricks sikhne ke liye yaha click kare

Android mobile ke tricks ke liye yaha click kare

Online internet ki tricks ko janne ke liye yaha click kare

mujhe ummid ye post aapko atcha laga hoga to mai aapse kehna chahta hu ki aap mere site par daily aaye aur kuch naya sikh ke jaye aur agar aap chahe to aap is website ko join kar sakte hai

Join kare is website ko yaha se          Is website ka facebook page like kare

Available link for download

Read more »

Thursday, March 16, 2017

How to Shut Down a Computer Using Notepad

How to Shut Down a Computer Using Notepad


How to Shut Down a Computer Using Notepad


Notepad, Windows free text editor, is also a competent code editing program. You can use some simple Windows commands in Notepad to create a file that will shut down your computer when you run it. This is great if you want to save some clicks for future shut downs, or you want to play a prank on a friend.

1.Open Notepad. This is the free text editing program that comes with every version of Windows. You can use it to create a command that, when run, will shut down Windows for you.
  • You can find Notepad by clicking the Start menu and selecting "Programs" ? "Accessories" ? "Notepad". You can also click the Start menu, typenotepad, and press ? Enter.
2.Type .shutdown.exe -s on the first line. This is the command to shut down the computer.

3.Add a timer by using the .-t flag. By default, the shutdown process will be delayed by 30 seconds. You can change this by using the -t gflag with the number of seconds you want to delay.
  • For example, to create a shutdown command that waits 45 seconds, typeshutdown.exe -s -t 45.
  • To create a shutdown command that shuts the computer down immediately, typeshutdown.exe -s -t 00.

4.Add a message to be displayed. If you want, you can add a personalized message to the shut down notice by using the -c flag. Using the above example, typeshutdown.exe -s -t 45 -c "comment". The comment must be in quotes.[1]
  • For example, you can let the user know how long until the shutdown begins by typing shutdown.exe -s -t 45 -c "Computer will shut down in 45 seconds".

5.Click "File" and select "Save As". You will need to save the file as a batch file, which Windows can execute to run the shutdown command.

6.Click the "Save as type" drop-down menu and select "All Files (*.*)". This will allow you to change the file type.

7.Delete the ..txt from the end of the file name. Replace it with .bat.
  • If you dont see the three letter file extensions, click here.

8.Save the file. A new copy will be created with the .bat extension, and it will have a different icon than a standard text file.

9.Run the newly-created file to run your shutdown process. The shutdown will occur according to the rules you created.
  • Make sure youve saved anything you need to before running the shut down program.

Available link for download

Read more »