Showing posts with label Windows Vista. Show all posts
Showing posts with label Windows Vista. Show all posts

Windows 10 preview free download with product key !

WINDOWS 10 free preview  download


While the whole world was waiting for the next generation of Windows operating system, i.e. Windows 9, but skipping right over 9, Microsoft has announced the next version of its Windows is Windows 10, disclosing its first details on Tuesday at an event in San Francisco.

The latest version of Microsoft’s flagship operating system, which will be available for everyone next year, brings back the popular Start Menu, which had been removed from Windows 8.

Windows 10 will be Microsoft’s single platform for developing apps across all devices, from Smartphones and tablets to desktop PCs. However, Windows 10 will not be a one-size-fits-all operating system and instead will vary a bit from device to device.

"Windows 10 will run on the broadest amount of devices. A tailored experience for each device," Microsoft's executive VP of operating systems, Terry Myerson said at a press event here Tuesday. "There will be one way to write a universal application, one store, one way for apps to be discovered purchased and updated across all of these devices."
"Some of these devices you hold in your hand, others are ten feet away," Microsoft said. "Some of these devices you primarily use touch/pen, others mouse/keyboard, others controller/gesture—and some devices can switch between input types. We’re not talking about one UI to rule them all—we’re talking about one product family, with a tailored experience for each device."
Codenamed as Windows Threshold, Windows 10 will come with customizable live tiles in the new Start menu, which will look familiar to Windows 7. Among other features, Windows 10 will provide new options for re-sizing windows, multiple desktops, and a convenient "task view" to switch between them.

The resizable tiles will provide users a quick view of notifications from relevant applications, such as details of new emails, Facebook messages, weather forecast updates and more.

Other features include Task View – which supports multiple desktops, and Snap Assist – which lets you grab apps from multiple desktops. The Windows command prompt has also been improved.

The announcement of an updated Windows operating system doesn't come as a complete surprise, as the leaked images of the latest Windows OS – under the codename "Threshold" – spreaded online which gave a closer look at Microsoft’s next major version of Windows. The only surprise is that the latest version of Windows is Windows 10, instead of Windows 9.

"We believe that, together with the feedback you provide us, we can build a product that all of our customers will love," Myerson said. "It will be our most open collaborative OS projects ever."
Microsoft has open up the OS to dedicated beta testers under its Windows 10 "Insider Program" for individuals to start testing and already reached out to companies to evaluate the new operating system as well. Windows 10 is still in its early stages of development and is expected to ship in mid 2015.

Download Windows 10 Technical Preview Edition
Read More

make windows explorer tab look like chrome....


to make u r windows explorer look like chrome we need to install a software called clover.

what us a clover ?


Clover is an extension of the Windows Explorer, to add multi-tab functionality similar to Google Chrome browser. After install Clover, you will be able to open multiple folders within the same window, and you can also add folder bookmarks.

we are providing clover for free u can download it here ...

software name :CLOVER
VERSION : 3.0.406

FREE FOR LETSHACK2DAY  readers ...

DOWNLOAD







Read More

Turn Your Laptop Into JARVIS From Iron Man !

You have probably heard about the Iron Man Personal Assistant,AKA J.A.R.V.I.S, you would have wondered if you could convert youlaptop/desktop into a full featured roboticassistant,you could do it.And it is pretty easy. Although you might not be able to launch missiles and deploy security armor, you can do easy tasks like asking for weather, shutting PC down, pimp its interface etc etc...





So Lets Get It Started,What Do You Need :

Windows 7 or 8 ( 7 is just great, 8 will work, vista will not )
Windows Speech Recognition Macros. (Link)
# A Bluetooth/Wireless Headset With Mic (optional)
# JARVIS Theme. (read below)

So That You Don't Get Confused :


We have divided the "convert-to-jarvis" mission into 3 Divisions :
- Training The Windows Speech Recognition Program.
- Setting Up The Windows Speech Macros.
- Setting Up The J.A.R.V.I.S Interface.

Step One : Train Your Windows Speech Recognition Program : 5 Minutes :


Yeah I Know, A Basic Step, But The Most Important part of "convert-to-jarvis" mission, what you gotta do is fire up thewindows speech recognition program, which comes pre-installed with the Windows, way to access it is via start bar. Now choose the required Fields,and after it is done, visit the  "Train your computer to better understand you" section, it is not necessary for people with clear voice/accent, but I strongly advise you to spend at least 5 Minutes on this so your computer can understand you better.

Step Two : Setting Up The Windows Speech Recognition Macros : 5 Minutes :


Now if you Have set-up-ed the Windows Speech Recog Program, you would have been trying out all sorts of cool commands, But now to spice it up, We'll use the Windows Speech Macros.I assume you would have already downloaded it from the link above and installed it.After Installing it i would advise you to put its shortcuts in two places, One in the desktop and other in the start-up folder, so it would start the second your computer boots up.So a little walk through to this software, This is a super-cool, little software that teaches your computer to talk to you interactively.Here is how to set up the commands :
Double Click The Macros Icon, and when the window pops up asking "What should the macro do?" click "Advanced." For those of you familiar with creating websites, this should be a welcome site. WSRM uses XML for commands... which makes creating custom commands relatively simple. For those of you who aren't aware of XML, it's still easy.Here Is A Little Sypnosis at what are you looking at :

<speechMacros> - This is the starting Tag, it just tells the computer that this XML file uses the Speech Macros to execute.

<command> - This is the command to be executed. Each command is basically one action... in most cases you will only need one, but for some automations you'll want to include more than one. You'll see an example of this later.

<listenFor></listenFor> - This tells the computer what word or phrase to listen for in order to do an action. Notice that there is a closing tag (</listenFor>), this tells the XML that this spot in the code is where to stop doing whatever function... in this case stop listening for a word or phrase once the computer hears it.

</command> - The closing tag for the "Command" tag... again, in XML every tag will have an opening/closing tag and what happens between the two is how it knows what to execute. In this case it knows that the command is finished once the word/phrase has been detected.

</speechMacros> - By now I think you can figure out why this is here.

Since I'm going to name my computer Jarvis, I'm going to tell my computer to listen for it's name by changing the <listenFor> tags to say the following :   <listenFor>Jarvis</listenFor>

Here Is A Little Applet That will teach my laptop to Reply Me :
_________________________________________________________________________________
<speechMacros>
<command>
<listenFor>Wake Up Jarvis</listenFor>
<speak>Systems Online, Database Check, Good Morning Sir !</speak>
</command>
</speechMacros>
_________________________________________________________________________________

So Whenever I Say "Hey Jarvis" My Computer will reply me with "System Online,Database Check, Good Morning Sir ! ", You can change it to whatever you like !

An Speech Macro For Getting The Weather :
_________________________________________________________________________________

<?xml version="1.0" encoding="UTF-16"?>
<speechMacros>
<command>
<listenFor>Pull up the weather in [CityName]</listenFor>
<run command="http://www.weather.com/weather/local/{[CityName.zipCode]}"/>
</command>
<command>
<listenFor>Is it cold in [CityName]?</listenFor>
<speak>Let me check... just a moment.</speak>
<script language="JScript">
<![CDATA[
<var xml_doc = new ActiveXObject("Microsoft.XMLDOM");
<xml_doc.async = false;
<xml_doc.load("http://www.rssweather.com/zipcode/{[zipCode]}/rss.php");
<var titles = xml_doc.getElementsByTagName("title");
<var descriptions = xml_doc.getElementsByTagName("description");
<Application.Speak(titles.item(2).text + " in {[*CityName]}");
<Application.Speak(descriptions.item(2).text);]]>
</script>
</command>
<listenForList name="CityName" propname="zipCode">
<item propval="65201">Columbia</item>
<item propval="37201">Nashville</item>
</listenForList>
</speechMacros>
_________________________________________________________________________________
A Macro To Restart The Computer :
You will just have to say "Nuke It!" and the computer will restart :
_________________________________________________________________________________

<speechMacros>
<command>
<listenFor>Nuke it</listenFor>
<speak>Rebooting The System.</speak>
<run command="C:\Windows\System32\shutdown.exe" params="-r -t 00"/>
</command>
</speechMacros>
_________________________________________________________________________________

Another One To Shut Down The Computer :
You will have to say "Goodbye Jarvis" And the Pc Will Shut Down :
_________________________________________________________________________________

<speechMacros>
<command>
<listenFor>GoodBye Jarvis !</listenFor>
<speak>Getting Offline,Bye Sir</speak>
<run command="C:\Windows\System32\shutdown.exe" params="-s -t 00"/>
</command>
</speechMacros>
_________________________________________________________________________________

Download This Pretty Little App And Extract It To C:\NIR\  and you will add more intelligence to your PC :

Volume Up:
<speechMacros>
<command>
<listenFor>volume up</listenFor>
<run command="C:\nir\nircmd.exe" params="changesysvolume +5000"/>
<speak>Volume Up</speak>
</command>
</speechMacros>
_________________________________________________________________________________

Volume Down:
<speechMacros>
<command>
<listenFor>volume down</listenFor>
<run command="C:\nir\nircmd.exe" params="changesysvolume -5000"/>
<speak>Volume Down</speak>
</command>
</speechMacros>
_________________________________________________________________________________

Volume Medium :

<speechMacros>
<command>
<listenFor>volume medium</listenFor>
<run command="C:\nir\nircmd.exe" params="setsysvolume 30000"/>
<speak>Volume at medium listening level</speak>
</command>
</speechMacros>
_________________________________________________________________________________

For More Interactivity, install Voice Search on Google chrome or some similar app in firefox !

Step Three : Pimping The Interface : 5 Minutes :

So well we have completed the talking and replying part, but we don't need the old crappy windows desktop, we need a kick ass interactive desktop so our computer looks like jarvis, to do that we will install this theme from Devianart . After that we will need to pimp up the start of windows, to do that we will download this little utility called Bootchanger, and getting a boot screen animation of your choice form here, then you are done.

Welcome To Jarvis !
Read More

We Can use our USB as RAM

USE YOUR PENDRIVE AS YOUR SYSTEM RAM

1) First Insert the Pen Drive atleast having an memory of 1GB ,( Preferably 4GB) in the Given USB port of the Computer
2) Wait for the Pen Drive Detection and see whether it is detected or not
3) After detection of Pen Drive, you should do the following things Carefully
4) Now go to My Computer and right click it, then go to the Properties
5) Now go to Advanced and then to the Performance settings
6) Now again Advanced, and go to Change
7) In the Change, select the pen drive which u inserted
Then click on the Custom size and ” check the value of space available ”
9) Please Enter the Same in the Initial and Maximum Columns also
10) Now your Pen drive space is used for the System Virtual Memory , Just Restart and enjoy the Faster and Furious PC
Warning : Try at u r own risk.

Read More

Fasten the copying speed of your usb




If your Pen Drive File Transferring speed is slow here is the way to speed up the coping files on pen drive

> Connect your pen drive
> go to “my Computer”
> Right Click on “Removable device” which is your Pen Drive letter
> Now Select the Last Option that is “Properties”
> Go to “Tools” option
> Select “check disk error” and Click OK
> Now Again Right Click on your Pen drive and Select “Format” option
> Click on “Default value”
> uncheck (unmark) the “Quick Format” option
> Click on Format

WARNING :
  • Plz wait as this will take some time to finished
Read More

Password Protection to USB Drive without using Software

Today I'm gonna talk about USB Drives.

I'll show you a simple trick to lock your USB drive without using any 3rd party software.
Most of the people doesn't like other people checking their personal files and folder on USB, including me. This insecure situation creates a huge space to theft our personal data by someone. If you use password protection to your USB, you can reduce the data theft.

Lots of USB password protect software available in present market, but you want to pay money to use it for lifetime. If you're using Windows you don't need any software.


Password Protection to USB Drive without using Software
So let's see how to set a password protect on your USB without using any software.

Insert your USB drive to computer
Click on Start
In "Search programs and files" box, type Bitlocker Drive Encryption
Now launch that application.


Password Protection to USB Drive without using Software

Then look for your USB drive and click on Turn on Bitlocker


Password Protection to USB Drive without using Software

Windows will ask you to set a password. 
Now set a strong password.
Click on Next

Password Protection to USB Drive without using Software

If you want save the password in a safe place.
And click on Next


Password Protection to USB Drive without using Software

Now click on Star Encrypting


Password Protection to USB Drive without using Software

That's all !!! :)
From right now if someone tries to access your USB, Windows will ask him/her to enter the current password.

Warning : This trick will works only in Windows
Read More

How to protect PC with BIOS password?

BIOS stands for Basic Input Output System. It helps to boot your computer. Securing your data is important, because you may have something personal or official data in your machine which you wouldn't want to share with others. One way to protect your PCs is to set passwords, however such type of protection is basic and will be subjected to a number of exploits.

BIOS helps to secure your computer and protect it. If you set passwords on your BIOS, when someone  tries to access your BIOS and make changes on your settings, definitely the BIOS will ask the user's password.



How to set BIOS password?
  • Restart your computer.
  • While the operating system boots up tap F2 or Del key to enter setup.
  •  In the Basic Input Output System menu access the heading labeled “Security.” You need to do this by pressing the right arrow key of the keyboard.
  • To get to the “Supervisor Password” option, scroll down through the “Security” options and tap the down arrow key and hit “Enter” once you get the option.
  • Enter password in the text box that appears on the screen. Hit “Enter” to confirm password.
  • Now you need to access the “Exit” option at the far right side of the BIOS menu.
  • Keep pressing the down arrow key until you reach the “Exit Saving Changes” option.
  • Press “Enter” to open a new menu and press “Enter” again confirm the new settings.
  • Restart your computer again.
The only problem when using BIOS is, the users have to remember the password, otherwise it may lock you out if you forget the password.
Read More

How to Burn CD/DVD Without Any Software

At the starting CD and DVDs were the best data storage tools for all the PC users. But today technology has improved a lot, we are using pen drives, memory cards or portable storage devices to transfer data between PCs and to store our data.

Due to some situation still we are using CDs and DVDs to transfer data between computers. If you want to write something (data) on a CD/DVD, you need a software calledNero. Today lets look at how to write a CD/DVD


For Windows 7 and Windows Vista users.

Insert a writable CD/DVD.

Now open the CD/DVD Drive in My Computer.

After that, just drag and drop all the files which you want to burn.

Now Right Click on your CD/DVD as shown in image below and Click on Burn to disk.


How to Burn CD/DVD Without Any Software
Then Click on Burn, now burning will start automatically.

If you want to give a name to DC/DVD, rename it before burning.


For Windows XP users

Insert a writable CD/DVD into your PC.

Now open the CD/DVD Drive in My Computer.

After that, just drag and drop the all files which you want to burn.

Now click Write these files to CD (this option is placed in your left side).


How to Burn CD/DVD Without Any Software

After that, CD Writing Wizard window will appear.

In this, give a name to CD/DVD and click Next.


How to Burn CD/DVD Without Any Software

That's all, you have done. Now your CD/DVD will burn without any software helps.

Read More

Compress huge files into least size

As you all know that even your Operating system has file compressing, but it compresses only to a certain limit. For minimum size file compressing, you can use KGB Achiever. It is a file archiever and data compression utility. We Compress huge files into least size
This reduces your hard disk space too. Archives can be made in either KGB or Zip format. And also you can secure them by a password. KGB Achiever is perfect to get an extraordinary compression results.

Click here to Download KGB Archivercan compress 1 GB file into just few MB using KGB Archiver.
Read More

How to Block USB Ports in Windows

Today in the modern world USB devices are very common among computer users.Nowadays the USB device has become the greater special quality in saving the important files and all other documents. It’s very commonin the world because of it’s a movable and large disk space produced.

 



Either we are using apersonal computer or laptop in any places it can be even in office. Computersor laptops having a possible or open USB ports on our machines can setup acomputer guard threat where any person using computers can plug in a enablevirus infected flash disk, outside hard drive, or any other USB competentdevices. And also within our computers unlimited USB ports also can be createdby an uncontrolled flow of data belonging to a corporation data or other usersare enabling to act out personal.   


How to Disableor Block USB Ports in Windows

1. Click Start, andthen click Run.

2. In the Open box, type regedit, and then click OK.


3. Locate, and then click the following registrykey:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\UsbStor


4. In the right pane, double-click Start.


5. In the Value data box, type 4, clickHexadecimal (if it is not already selected), and then click OK.
Read More
Designed By Seo Blogger Templates