Pages

Friday, December 19, 2014

Convert text to audio without any software

Now you can easily  transform text into an audio file that can be later played. and  no need to buy or download any software to convert text to voice.it  is very helpful for working peoples during conferences , meetings and to the students to record their  lectures. 



 It is the simple way to  how to convert text to speech on an PC  without the need of any software.I have only tested this with XP ,Vista and 7 but not suitable for MAC.



STEPS  TO  CONVERT  TEXT  TO  AUDIO

·         Open a new notepad file


·         copy the following code and paste






   msg=InputBox("Enter your text for conversion– ","By net info")
  Set sapi=CreateObject("sapi.spvoice")
      sapi.Speak msg




·          After Pasting the Above Code in notepad, Save the file with the name    ” Text To Audio”.vbs.   Make sure  that the file is saved with .vbs extension. It is basically a Vbscript file





·         remember the name of the file. Now close the notepad file

·         Now double click on the saved file and you will see a box like the below pic.
-


·         type the text that you want to hear and click OK.





How to Shutdown Your Computer At a Specific Time

When you are facing the power cut or when you are listening to music from your PC and fall asleep ,but most of the  time you don’t want your computer to be on all the time during your sleep, you only want it be on for first few hours.



 some people download torrents or you are downloading a big file from the internet and because your net connection is not that fast in whole night and they wont shut down the computer till the morning.  So that computer’s power supply will be interrupted causing some damage to Hard disk drive.It will cause absolute waste of the electricity. So here you need a automated way to shutdown your computer.



 To avoid the a huge energy drain, You create a task to shutdown  your computer, triggered after a certain time and give your PC some rest.. this method works perfectly for Windows (XP, Vista, 7 or 8). Follow the instructions below depending on what you want to do.




Auto shut down your computer at a specified time


·         First right-click on the desktop and create a new shortcut
·         There a new window will open. In this window you have to specify the command and period.   or  Press Windows Key + R. or  Enter CMD and press Enter.This will start the command prompt.
·         We need to calculate after how long we want computer to be shutdown. We have to put specific amount of time in seconds like if you want your PC to turn off after 3 hours then it will go like this. 3  hours are 180 minutes so 180 * 60 = 10800 seconds.
·         the command format should be like this.
                                                                             

               shutdown -s -t XXXX.
                For example Copy and paste

                               “shutdown.exe -s -t 10800″
                Just put your time in second instead of XXXX.










 (Type “shutdown -s” without the quotes in the command prompt and press Enter. Shutdown is the command being executed and the switch -s tells the computer to shutdown)

 So, write it in the writing box and click next.

·         Click next and write short cut name “Schedule shutdown”
·         Click “Finish”
·         You can change the icon by right clicking=>properties=>change icon=>browse.


Then, if you double-click the program, your computer will be automatically shut down after the certain period.


Uncertainly  you have work and you don’t need to use the time scheduler.  You want to abort preciously scheduled shutdown. Then there is a simple way to cancel the scheduled timer. Now let me explain how to make an abort button for shutdown scheduling.








·         Right click on your desktop and select New > Shortcut. 
·         Copy and paste “shutdown.exe -a” (copy without quotes) in the only text field available in new shortcut window.
·         Click next and write short cut name “Abort scheduled shutdown”
·         Click “Finish” now you have abort scheduled shutdown button
·         Well readers you are done. With “Schedule shutdown” button you’ll start the shutdown countdown and with “Abort scheduled shutdown” your computer will remain on and won’t auto shutdown.




By   this way, you can automatically shut down your PC after a certain time. However, if you need to let your computer along for a long time, you can specify the timer to shut down your PC. In this way, you can save the electricity and avoid  damage to Hard disk drive.


Tuesday, December 16, 2014

Block YouTube Ads With a Simple Browser Command



While there are several ways to block YouTube ads here’s why you shouldn’t use them and instead use this simple browser command which blocks all YouTube ads just like other add-ons or extensions! This simple command can block the video ads which play inside videos as well and you don’t have to use an additional plugin or extension or add-on! No installations whatsoever!



You just need to copy-paste a simple command in your browser’s developer console and you are good to go. You’ll never see an advertisement again while browsing your favorite YouTube videos
.


Out of the several experiments being conducted by Google at TestTube, one less known experiment can successfully hide all ads on YouTube with a simple browser command. Here’s how to use it:

  1. Open any YouTube video. Any video works but try with a video where you can see some ads.
  2. Open the developer console. You can right-click -> Click on Inspect Element -> Choose Console. Or simply press Ctrl-Shift-J for Google Chrome and Ctrl-Shift-K for Mozilla Firefox and in Internet Explorer, press F12 and select Console.
  3. Paste the following code

document.cookie="VISITOR_INFO1_LIVE=oKckVSqvaGw;
path=/; domain=.youtube.com";window.location.reload();



If you wish to see the advertisements again simply follow the first two steps and paste this code instead.



document.cookie="VISITOR_INFO1_LIVE=; path=/; domain=.youtube.com";window.location.reload();



 And the ads are gone. Well since this a temporary workaround and not a permanent solution we really can’t predict when it’ll stop working. But for now since it’s working let’s use it and forget what’s to come in future! Enjoy an ad-free experience without any plugins!




Thursday, December 11, 2014

Last shutdown time of your computer and Last access time of folders,files

Well If your computer is shared or used by more than 1 people and if you want to know that whether in your absence someone has access your pc or not?



Well for windows 7 and windows vista operating system,here are the 

Steps

(1) Goto Run-> type compmgmt.msc and enter.


Or Right Click on my computer,Select Manage.


(2)Now navigate to Event viewer-->Windows Logs-->System.



Now You will be able to see when your computer will be accessed last time.






Now if you want to see when your computer last shutted down, just click on filter current log available in right sidebar.Enter 6006 as event id as shown in screenshot and then press ok.1st row will suggest you that when  you have last shutted down your computer.







You can also able to see when your files or folders accessed last time.This way you can easily trace that if someone else has accessed your personal documents in your absence.

here are the steps,

(1)Download the search tool Everything: http://www.voidtools.com/

(2)Install it and run it, and wait for it to index your disk (should take less than a minute)

(3)Right-click on the column headers (where it says "date modified"), and enable "Last accessed"

(4)Now search for something random, like windows
Click on the new column header "Last accessed" to sort search results, so that latest are on top

(5)Delete your old search, and search for *.c.So that you can be able to 
see the accessed time of all the files having extension .c.Search *.* 

instead and you will see all the files listed with last accessed, with dates and times.

Sunday, November 30, 2014

Display a Text Message During Bootup of Windows 7


Sometimes you might want to leave a text message for a user before they log into a Windows 7 computer. Today we show you a neat trick that allows you to leave a message they can read before logging in.


Add a Text Message

To add a message, click on Start and enter regedit into the Search box and hit Enter.






Navigate to HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\Current Version\Policies\System and double-click on legalnoticecaption




In the Value data field enter in the header you want…for instance your company name or the name of your computer…whatever you want it to be, then click OK.



Then double-click on legalnoticetext



And in the Value data field enter in the message you want to display and click OK. Close out of Registry Editor and reboot the computer.



After the machine reboots you’ll see the text message you just created at the Welcome screen.








You can include whatever text message you want to be included for the user to read before they log in.


This is a neat trick if you have a company or school and want to show a particular message to the user before they log into the machine

Saturday, November 29, 2014

Writing DVD on Windows 7 without Nero


you can also burn data to CD without Nero also here the process is not as complicated compared to Nero,Follow the steps to burn data to CD:



 First insert a blank disc on your CD/DVD drive. An AutoPlay window will open so choose burn files   to disc 



Another prompt will appear and this time asking you to choose between the two options of burning.  The default is the “mastered” option which lets you burn files traditionally – the burned files are read only files so you will not be able to edit or remove them after burning.



The other option is the “live file system” where you can save files like on a USB flash drive – it means you can save, edit and delete files on the disc anytime.  The disadvantage is that it is not compatible with players outside XP, Vista and Windows 7.   so if you want to burn a disc that you want your XBOX 360 to recognize, burn it using the default mastered option.


In this window, enter the title of the disc then click next.  You should see your drive on Explorer with a label that says “drag files to folder…”




Using Windows 7’s side by side snap view position the window above to the left side and another window to the right side.  This way you can see the files being added up as you drag files from the right Explorer window to the left




Click the “burn to disc button”








You may edit the title of the disc or adjust the recording speed.  By default it will choose the recording speed supported by your disc.  Click the next button to begin the burning process.



The progress bar will show you how much time is needed for the burning process.





That’s it.  The good thing about this built in capability is that you won’t have to install third party software just to do basic media burning tasks.  I just wish it has that Nero or Roxio-like interface where you can see how much disc space your files are occupying.  There is a workaround though, you can still right click the selected files and see the size occupied by the files but it doesn’t tell you exactly how much space is still left with the disc.


Friday, November 28, 2014

WiFi Configuration and Security Settings of D Link DSL 2730 U WiFi Modem


We have already published an article on the  Configuration of D Link 2730 U WiFi Modem for BSNL and MTNL broadband  connection. Now here the WiFi configuration and security settings of this Modem. You can very easily configure the WiFi with associated security features through the web interface. Remember – You have to configure the Modem in PPPoE Mode (Always ON mode) to get Simultaneous internet connectivity in all your PCs Laptops and other Smart phones



Connect the Modem with the Ethernet cable to your PC/Laptop and power ON it. Open your browser and type  http://192.168.1.1 . Now Enter “admin”  in  username and password fields to enter the Modem configuration page. In the page Click the Wireless Menu. Select Enable Wireless.  In the SSID field you can type anything to identify your network- The default SSID is “DLink”. You can change it to your Name or something like that. Select your country. Then Click the Save button.




Now go to the Security Menu





In this page you can Enable and configure the WiFi Security. Let the WPS in Disabled Mode. Select your SSID. Set the Network Authentication – WPA-Personal –Auto.
in WPA/WAPI Passphrase field enter a non guessable complex strong password- This is the password of your Wireless network. You have to enter the same in your WiFi Devices for getting connectivity. Select the WPA/WAPI Encryption TKIP+AES or AES. Apply/Save your settings.

MAC Filter (Optional for added security)


MAC filter is an added security feature to safeguard your WiFi network from unauthorized intrusion.
MAC (Media Access Control) address is a unique number of each network hardware. This is actually the id of a machine . There will not be two network cards (Any type) with a same MAC address. It is a manufacture set hard coded one.
Through the MAC filtering, you can optionally allow or deny a specific WiFi device in your network. You need to enter the MAC address of the client machines in the Modem to permit or deny a specific machine. For instance– You have four laptops in a network and you want to enable MAC filtering. For this the MAC address of each machines to be typed in in the Modem for connectivity, means you have to save the addresses of all four machines in your Modem.


How to find MAC address

For Windows PC go to start > Run ant type cmd

Then type ipconfig/all and you will get some values as displayed.

Note down the physical address of WiFi adaptor – This is your MAC address.







Save your Settings and Reboot The Modem.
Now You can connect the Modem through the WiFi adaptors of your Laptop, PC or Smart Phones. While connecting it will ask the password which you have entered in the Modem.