Tampilkan postingan dengan label notepad. Tampilkan semua postingan
Tampilkan postingan dengan label notepad. Tampilkan semua postingan

Minggu, 21 Agustus 2016

Lock 240fps have any confidence with no File and folder in XP using notepad trick..!!!

notepad - In the UK, the Note 9 is available to pre-order now from Samsung, Carphone Warehouse, EE, and Vodafone. The Note 9 is available to pre-order now with Samsung in the US. All pre-orders will ship by 24 August, when the Note 9 officially goes on sale. The Note 8 originally retailed for £869/$930 but you can get it for much less now from Amazon UK and Amazon US. These prices are likely to go down even more as the Note 9 goes on sale. 2 untu, well we have collected a lot of data from the field directly and from many other blogs so very complete his discussion here about notepad, on this blog we also have to provide the latest automotive information from all the brands associated with the automobile. ok please continue reading:

Hi All,
Windows XP notepad is having very silent features as some we don't know about it.
As many times we need to lock our very important files to avoid unauthorized access from other user.


So do this here is very simple trick in which you do not need to install any 3rd party software or application in your PC.
Just follow below steps to implement this trick:-
1. Open notepad in widows XP.
2. Then after just copy and paste below simple code into 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%==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
3. Instead of  “YOUR PASSWORD HERE” just put your own password.
4. save this file as .bat with any name you want for e.g. Locker.bat
5. Now open this saved batch file by double click so it will create new Locker folder there.
6. Just Bring all your files that you want to lock or hide in that locker folder.
7. If you want to unlock your files, simple double click the Locker.bat file again and you would be prompted for password ( In DOS window ). Enter the password and access to the folder.

Enjoy this lovely trick to lock your personal & private files.

"Please share this if you like this...!!!"

How to Convert have any confidence 240fps with no text into audio file using Notepad in windows XP..!!!

notepad - In the UK, the Note 9 is available to pre-order now from Samsung, Carphone Warehouse, EE, and Vodafone. The Note 9 is available to pre-order now with Samsung in the US. All pre-orders will ship by 24 August, when the Note 9 officially goes on sale. The Note 8 originally retailed for £869/$930 but you can get it for much less now from Amazon UK and Amazon US. These prices are likely to go down even more as the Note 9 goes on sale. 2 untu, well we have collected a lot of data from the field directly and from many other blogs so very complete his discussion here about notepad, on this blog we also have to provide the latest automotive information from all the brands associated with the automobile. ok please continue reading:

Hi All,
Windows XP is widely and most commonly used OS in world for many computer related work.
Sometime we need the text in windows XP to be hear in headset or Speaker.
So we have to use 3rd party software to perform this task.
Here I am giving you nice trick to Convert text into voice or audio file using "NOTEPAD".


  
Just follow below simple steps:-
  1. Go to Start -> RUN-> type notepad-> notepad will open.
  2. Copy following code & paste it into notepad.
Dim msg, sapi
msg=InputBox("Enter your text for conversion–www.techvorm.com","TechVorm Text-To-Audio Converter")
Set sapi=CreateObject("sapi.spvoice")
sapi.Speak msg

3.  Save this file with any name with .vbs as extension. For eg. Text-To-Voice.vbs

Thats all..!! you have created own Text to voice converter.
whenever you wanna convert text to voice or mp3 file just open this file & do it.

"Please share this Post if you like it"