Previously files transfer is done through data cables or by Bluetooth. But now a days technology has been advanced a lot, In case of Bluetooth transfer, both devices ( Mobile & Laptop/Desktop) must posses Bluetooth device, but now days most laptops are not having such facility and even the transfer rates are much less, in case of data cables these are becoming a problem just think in case if you forgot the cable and still want to transfer the files to another device. Recently I found an app to avoid all such situations relating to Android devices, here file transfer is possible through WI-FI. Just download this WiFi File Transfer application from the android market and enjoy the transferring.
Tuesday, July 9, 2013
Where are the Shut-Down, Log-Off & Restart Buttons in Windows 8....
3:00 PM
No comments
Windows 8 is the new operating system from Microsoft, which has great look in graphical wise. For the common public who had used the previous versions such as Windows XP, Windows Vista, Windows 7, etc are facing problems with Windows8 in areas such as ShutDown, Log-Off & Restart, even though windows provides a new way to by pointing in the settings button in the bottom-right corner , instead of doing this we can create these buttons & add them to the start screen along with other buttons. The process is simple, follow the steps below & enjoy...
1) Open notepad first
2) Copy & Paste the code below to the notepad
set WshShell = WScript.CreateObject(“WScript.Shell”) strStartMenu = WshShell.SpecialFolders(“StartMenu”) set oShellLink = WshShell.CreateShortcut(strStartMenu & “\Shutdown.lnk”) oShellLink.TargetPath = “%systemroot%\System32\shutdown.exe” oShellLink.Arguments = “-s -t 0″ oShellLink.WindowStyle = 1 oShellLink.IconLocation = “%systemroot%\System32\shell32.dll,27″ oShellLink.Description = “Shutdown Computer (Power Off)” oShellLink.WorkingDirectory = “%systemroot%\System32\” oShellLink.Save Set oShellLink = Nothing set oShellLink = WshShell.CreateShortcut(strStartMenu & “\Log Off.lnk”) oShellLink.TargetPath = “%systemroot%\System32\shutdown.exe” oShellLink.Arguments = “-l” oShellLink.WindowStyle = 1 oShellLink.IconLocation = “%systemroot%\System32\shell32.dll,44″ oShellLink.Description = “Log Off (Switch User)” oShellLink.WorkingDirectory = “%systemroot%\System32\” oShellLink.Save Set oShellLink = Nothing set oShellLink = WshShell.CreateShortcut(strStartMenu & “\Restart.lnk”) oShellLink.TargetPath = “%systemroot%\System32\shutdown.exe” oShellLink.Arguments = “-r -t 0″ oShellLink.WindowStyle = 1 oShellLink.IconLocation = “%systemroot%\System32\shell32.dll,176″ oShellLink.Description = “Restart Computer (Reboot)” oShellLink.WorkingDirectory = “%systemroot%\System32\” oShellLink.Save Set oShellLink = Nothing Wscript.Echo “Created Shutdown, Restart and Log Off buttons” – See more at: http://www.alltechbuzz.net/2012/12/add-shutdown-reboot-buttons-windows-8.html#sthash.TzcWvIuR.dpuf
3) Go to the file menu, go to the Save As option and save it as Shutdown.vbs in the file name (.vbs) is must don’t forget to write it, and in the place of save as type select All Files(*.*)
4) Run the file once by switching to the location where the file is saved. For a second the file will appear and then will disappear automatically.
5) Finally you have to switch to Voilla and Start Screen. Now you will see that there are automatically pinned Tiles of Shutdown, Log Off and Restart. By following this method you can now Shutdown or Restart your computer by one clicks only.
Finally it is viewed as follows
1) Open notepad first
2) Copy & Paste the code below to the notepad
set WshShell = WScript.CreateObject(“WScript.Shell”) strStartMenu = WshShell.SpecialFolders(“StartMenu”) set oShellLink = WshShell.CreateShortcut(strStartMenu & “\Shutdown.lnk”) oShellLink.TargetPath = “%systemroot%\System32\shutdown.exe” oShellLink.Arguments = “-s -t 0″ oShellLink.WindowStyle = 1 oShellLink.IconLocation = “%systemroot%\System32\shell32.dll,27″ oShellLink.Description = “Shutdown Computer (Power Off)” oShellLink.WorkingDirectory = “%systemroot%\System32\” oShellLink.Save Set oShellLink = Nothing set oShellLink = WshShell.CreateShortcut(strStartMenu & “\Log Off.lnk”) oShellLink.TargetPath = “%systemroot%\System32\shutdown.exe” oShellLink.Arguments = “-l” oShellLink.WindowStyle = 1 oShellLink.IconLocation = “%systemroot%\System32\shell32.dll,44″ oShellLink.Description = “Log Off (Switch User)” oShellLink.WorkingDirectory = “%systemroot%\System32\” oShellLink.Save Set oShellLink = Nothing set oShellLink = WshShell.CreateShortcut(strStartMenu & “\Restart.lnk”) oShellLink.TargetPath = “%systemroot%\System32\shutdown.exe” oShellLink.Arguments = “-r -t 0″ oShellLink.WindowStyle = 1 oShellLink.IconLocation = “%systemroot%\System32\shell32.dll,176″ oShellLink.Description = “Restart Computer (Reboot)” oShellLink.WorkingDirectory = “%systemroot%\System32\” oShellLink.Save Set oShellLink = Nothing Wscript.Echo “Created Shutdown, Restart and Log Off buttons” – See more at: http://www.alltechbuzz.net/2012/12/add-shutdown-reboot-buttons-windows-8.html#sthash.TzcWvIuR.dpuf
3) Go to the file menu, go to the Save As option and save it as Shutdown.vbs in the file name (.vbs) is must don’t forget to write it, and in the place of save as type select All Files(*.*)
4) Run the file once by switching to the location where the file is saved. For a second the file will appear and then will disappear automatically.
5) Finally you have to switch to Voilla and Start Screen. Now you will see that there are automatically pinned Tiles of Shutdown, Log Off and Restart. By following this method you can now Shutdown or Restart your computer by one clicks only.
Finally it is viewed as follows
What to do if Internet Explorer (8 and above) is behaving sluggishly
1:23 PM
No comments
Many times we find Internet Explorer (8 and above) is behaving sluggishly, at that point of time either we may switch to another browser, but think what if a newly configured system has encountered such problem., In such times we just need to Re-register the DLL file corresponding to Internet Explorer try the
following:
click 'Start > Run', type 'cmd' and press [Enter]. Next, type 'regsvr32 actxprxy.dll' and press [Enter], making sure there's a space after 'regsvr32'. Close the window, restart your PC and you may notice a significant speed boost.
click 'Start > Run', type 'cmd' and press [Enter]. Next, type 'regsvr32 actxprxy.dll' and press [Enter], making sure there's a space after 'regsvr32'. Close the window, restart your PC and you may notice a significant speed boost.
Sunday, February 17, 2013
How to Change Default Location for Installing Software
2:56 PM
No comments
Generally when we Install a new software or some other thing, By-default the location is " C drive".
We need to define the path again and again for every installation if we wants to get the software installed at some othe location. To avoid this process every time, We can change the values in registry to make Specified Path as a Default Path. By following the Steps below
We need to define the path again and again for every installation if we wants to get the software installed at some othe location. To avoid this process every time, We can change the values in registry to make Specified Path as a Default Path. By following the Steps below
- Open the registry by opening run and write " regedit " in it, now Registry will open .
- Open " HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Setup\SourcePath "
- In the SourcePath enter a value/ Path which you want make it a Default Location.
- From now on-wards, when ever you install a software it will gets installed in the location at which you have specified.
How To Disabe Display of Drives in My Computer
12:44 PM
No comments
- Press " windows + r ", then Regestry will be opened
- Then goto " HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer "
- Now in the right pane create a new ' DWORD ' item and name it as NoDrives. Now modify it's value and set it to 3FFFFFF (Hexadecimal)
- Now press F5 to refresh. When you click on My Computer, no drives will be shown. To enable display of drives in My Computer, simply delete this DWORD item. To display the drives back once again...
Wednesday, January 9, 2013
To Generate Custom Pictures/ Smiles for Facebook
10:59 AM
No comments






