Monday, December 17, 2007

From the Monitor to the Small Screen

apple tv

overview-remote

The race to connect your TV to your computer and the Internet kicked into high gear when Apple Inc. introduced a slender, wireless set-top box called Apple TV.

This silvery little gadget is designed to play and display on a widescreen family-room TV set all the music, video and photos stored on up to six computers around the house – even if they are far from the TV, and even if they are all Windows PCs rather than Apple’s own Macintosh models. It can also pull a very limited amount of music and video directly off the Internet onto the TV.

Apple TV is tiny, just about eight inches square and an inch high; far smaller than a typical DVD player or cable or satellite box, even though it packs in a 40-gigabyte hard disk, an Intel processor and a modified version of Mac operating system. It has a carefully limited set of functions.

Yet it works great, and it is recommended for people who are yearning for a simple way to show on their big TVs all that stuff trapped in their computers. It works well with various combinations of Windows and Mac computers, with movies, photos, TV shows, video clips and music. And even without the fastest wireless network it can handle, it performs flawlessly. But it won’t work with older TVs unless they can display widescreen formatted content and accept newer types of cables.

Like the iPod before it, Apple TV isn’t the first gadget in its category. Several other companies have made set-top boxes or even TV sets and game consoles that could link the TV to the digital content on computers. But none has found a mass audience for this, mainly because they tend to be hard to set up and confusing to use.

Part of the secret of Apple TV is that, like most of Apple’s products, it doesn’t try to do everything and thus become a mass of complexity. It can’t receive or record cable or satellite TV, so it isn’t meant as a replacement for your cable or satellite box. It can’t play DVDs, so it doesn’t replace your DVD player. Its sole function is to bring to the TV content stored on your computer or drawn from the Internet.

Apple TV isn’t for that small slice of techies who buy a full-blown computer and plug it directly into a TV, or for gamers who prefer to do it all through a game console. And it is not for people who are content to watch downloaded TV shows and movies directly on a computer a screen. Instead, it’s for the much larger group of people who want to keep their home computers where they are and yet enjoy their downloaded media on their widescreen TVs.

Apple TV’s most formidable competitor is the Xbox360 game console from Microsoft, which, in addition to playing games, can also play back content from Windows computers on a TV. And Xbox360 can do something Apple TV can’t do, which is to directly purchase and download movies and TV shows from the Internet. But the Xbox costs 50% more than Apple TV, is much larger and stores only half the material.

It’s a beautifully designed, easy-to-use product that should be very attractive to people with widescreen TV sets and lots of music, videos and photos stored on computers. It has some notable limitations, but you will really like it. It is classic Apple: simple and elegant.

In tests, Apple TV performed perfectly in a house over a standard Wi-Fi wireless network with Pioneer plasma TV and six different computers – three Windows from HP and Dell, and three Apple Macs. Setup was a breeze, the user interface was clean and handsome, and video and audio quality was quite good. Unlike any of its rivals, Apple TV can play the copy-protected music, TV shows and movies purchased from the iTunes online store.

Apple TV’s most important limitation is that it can’t stream much video or audio directly from the Internet – yet. The capability to go directly to the Internet, bypassing the computers in your home, is built in, but is initially being used only to fetch feature film trailers and short preview clips of popular sings, TV shows and movies sold on iTunes store. Apple TV also won’t allow you to buy media directly from the iTunes store. You must first download content from the Internet or iTunes on a computer, and then Apple TV will grab it from the computer and play it on your TV.

Apple refuses to say if or when this direct-to-the-Internet capability will be expanded. But I fully expect Apple to add the capability to stream or download a variety of content directly from the Internet.

Apple TV is a pleasure to use. The setup is stunningly simple – plug the unit in and hook it up to the TV with a single cable (not included). The unit finds and connects with the Wi-Fi network almost instantly. Any song, TV episode, movie or photo you download or otherwise add to that one computer is automatically replicated on the Apple TV’s internal hard disk for playback on your TV. This synchronisation function works perfectly with both a Mac laptop and a Windows Vista desktop.

In addition to your single synchronised computer, you can designate up to five other computers as sources for your Apple TV. On the TV screen, Apple TV presents a simple, handsome list of content for each computer you choose to view. Media is divided into Movies, TV Shows, Music, Podcasts and photos. You can change among your various computers using a menu called Sources.

There are some drawbacks to Apple TV; it won’t work with most of the older TV sets. Also, the tiny, simple Apple remote control can’t control the volume on either Apple TV or your TV set or audio receiver, so you have to keep reaching for the TV or audio receiver remote. But, all in all, Apple TV is a very well-designed product that easily brings the computer and the TV together.

Monday, December 03, 2007

Pop a banner each time Windows Boots

To pop a banner which can contain any message you want to display just before a user is going to log on, go to the key: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Curr entVersion\WinLogon Now create a new string Value in the right pane named LegalNoticeCaption and enter the value that you want to see in the Menu Bar. Now create yet another new string value and name it: LegalNoticeText. Modify it and insert the message you want to display each time Windows boots. This can be effectively used to display the company's private policy each time the user logs on to his NT box. It's .reg file would be: REGEDIT4 [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Curr entVersion\Winlogon] "LegalNoticeCaption"="Caption here."

Cleaning Recent Docs Menu and the RUN MRU

The Recent Docs menu can be easily disabled by editing the Registry. To do this go to the following Key: HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre ntVersion\Policies\Explorer Now in the right pane, create a new DWORD value by the name: NoRecentDocsMenu and set it's value to 1. Restart Explorer to save the changes. You can also clear the RUN MRU history. All the listings are stored in the key: HKEY_USERS\.Default\Software\Microsoft\Windows\Cur rentVersion\Explorer\RunMR U You can delete individual listings or the entire listing. To delete History of Find listings go to: HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre ntVersion\Explorer\Doc Find Spec MRU and delete

Deleting System Options from the Start menu

You can actually remove the Find and Run options from the start menu by performing a simple registry hack. Again like always Launch the registry editor and scroll down to the below key: HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre ntVersion\Policies\Explorer Right-click on the right pane and select New, DWORD Value. Name it NoFind.(To remove the RUN option name it NoRun). Double-click the newly create DWORD to edit it's value and enter 1 as its value. This will disable the FIND option of the Start Menu and will also disable the default Shortcut key(F3 for Find.) To restore the Run or find command modify the value of the DWORD to 0 or simply Delete the DWORD value.

Great trick Lock your PC yourself

 

lock your PC.. open notepad copy and paste the script below and save it .VBS extension
This will create a shortcut.. run(click) it

set WshShell = WScript.CreateObject("WScript.Shell")
set oShellLink = WshShell.CreateShortcut(wshShell.SpecialFolders("D esktop") & "\LockWorkstation.lnk")
oShellLink.TargetPath = "%windir%\system32\rundll32.exe"
oShellLink.Arguments = "user32.dll,LockWorkStation"
oShellLink.Save

Can you Delete Recycle Bin?

One thing is for sure, delete option can be added 2 recycle bin...
the old registry thing will work out.....
* launch d registry...
* open HKEY_CLASSES_ROOT\CLSID\{645FF040-5081-101B-9F08-00AA002F954E}\ShellFolder
* to add a rename and delete option, change the Dword attribute to 70 01 00 20
* refresh and reboot the system..... you are done.
PS: always backup your data as well as registry b4 attempting 2 work on it if you are a newbie....

To change the icons used for specific drives in explorer

 

Open regedit by typing regedit into start->run
then navigate to
HKEY_LOCAL_MACHINE/SOFTWARE/Microsoft/Windows/CurrentVersion/Explorer
now create a key(KEY not VALUE!!) called DriveIcons under Explorer...
now within DriveIcons, create another key with the drive letter you want to change (e.g.,HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Window s\CurrentVersion\Explorer\DriveIcons\K)...
create another key within the drive letter key called DefaultIcon...
now set the default String value equal to the icon you want to use. if you have a file that has more than one icon in it, such as a DLL file, use the standard
C:\full_path\icon_file.dll,n ) where n is the number of the icon within the file icon_file.dll...

Change drive icons.....

 

first of all copy a icon file to the root of the drive.
example: c:\icon.ico
then create a file called: autorun.inf in c:\autorun.inf
then open that file and type the following:
[autorun]
icon=icon.ico
save and close the file.
now open my computer and refresh.. and woh! icon changed....
you can apply to other drives too.
be careful:
"autorun.inf" and "ico.ico" must be in the root of the drive.
example: c:\autorun.inf and c:\icon.ico.
same on the root.
ENJOY, this works on 98 too!!!!!!!!!!!!!!!!!!

Hacking windows SEND TO MENU

I know this is a very simple thing but the problem, as like many other issues, is the ignorance about it.
How often do you copy songs from a CD? Or some photos from a CD?
What do you do? You select the required files and do a CTRL –C. Open the destination folder and do a CTRL-V. Here is something you can benefit time from. customize your SEND TO MENU.
This sounds simple and you can do it in less than sixty seconds.
You can create your own BASKET.
First you’ll need access to hidden files. So change your view settings to make all hidden files visible.
Tools -> folder options -> view (tab) and select the show hidden files and folders.
go to parent drive:/documents and settings/(user name)/send to
Open up my computer and locate your most used folders.
Create a shortcut of the most used folders in SEND TO FOLDER.You can do this in a number of ways.
Right click -> send to desktop(create shortcut) and move the shortcut from the desktop to the SEND TO FOLDER
Copy the most used folder and go to SEND TO FOLDER and right click -> paste shortcut.
Also remember to rename the shortcuts to send to videos or send to photos. We don’t need confusion when we use the same later.
DONE

How to remove the shortcut arrow from the desktop ?

 

Open Regedit and navigate to the following key:
HKEY_LOCAL_MACHINE \ SOFTWARE \ Microsoft \ Windows \ CurrentVersion \ Explorer \ Shell Icons
Backup the key. More information.
In the right-pane, create a new String value named "29"
Double-click 29 and set its data to:
C:\Windows\System32\shell32.dll,50 (an empty icon)
Close Registry Editor.
Now,
Right-click Desktop, choose Properties
Click the Appearance Tab.
Click Advanced button.
Choose Icon from the drop-down list
Set it's size to 31 and press OK, OK.
The changes will be applied now. Repeat the above steps and then set the Icon size back to 32 (defaults). The above steps are required to force Windows to redraw the icons

The Invalid File-Name list ! Can you Do it!

Try to create a folder in Windows with either of these names--
"con" or "nul" or "Aux" or "Lpt1".
Windows will not let u create ....
This s coz these refer 2 some well known ports....
-con corresponds to the console
-Lpt1 corresponds to printer and so on....
well that was common but how about this ? Try these more
CON, PRN, AUX, CLOCK$, NUL, COM1, COM2, COM3, COM4, COM5, COM6, COM7, COM8, COM9, LPT1, LPT2, LPT3, LPT4, LPT5, LPT6, LPT7, LPT8, and LPT9.

Removing Services Dependencies


This will allow you to disable a service or uninstall it from your system without effecting another service that depends on it. Here's how you do it
1. After you have set your services the way you want them and you have disabled/uninstalled something that another services depends on, run "Regedit"
2. Under HKEY_LOCAL_MACHINE\System\find the service that will not function, do to another service being disabled/uninstall (found in ControlSet001\Services, ControlSet002\Services, and CurrentControlSet\Services)
3. Once you have found the service right-click on the string value, "DependOnService,"and modify
4. You should now see a list of services that it is dependent on. Simply delete the service that you have disabled/uninstalled
5. Restart your computer and your ready to go Disclaimer REMEMBER TO BACKUP YOU REGISTRY FIRST I'm not totally sure if this will have any negative effects on your system. I used this method after uninstalling "Netbios over Tcpip" from my system completely, so that my Dhcp service would function and I have had NO negative effects on my system.

Disabling Display of Drives in My Computer

This is yet another trick you can play on your geek friend. To disable the display of local or networked drives when you click My Computer go to : HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer Now in the right pane create a new DWORD item and name it 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. It's .reg file is as follows: REGEDIT4 [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explore r] "NoDrives"=dword:03ffffff

Shortcut to restarting/shut down XP..

 

You can restart a Windows XP Pro and home machine easily by creating a shortcut with following path. (Assume you installed Windows XP on your C: Partition) "c:\windows\system32\shutdown.exe -r -f -t 00" -r is for restarting the computer. -f is to force close all programs without saving. -t 00 is used to restart in zero seconds. i.e. as soon as you D.Click on the shortcut. You can log off from a Windows XP Professional or home edition by running "C:\windows\system32\shutdown.exe -l -f -t 00". Also you can shutdown a Windows XP home or Professional edition by running "c:\windows\system32\shutdown.exe -s -f -t 00". You always have to turn from the CPU after running this command. (Same with AT and ATX powered machines.) If you want to turn down power of ATX machine automatically, run "c:\windows\system32\tsshutdn.exe 00 /POWERDOWN /DELAY:00" This is used to turn off a server. Even though your computer will be shutdown completely, this whole operation will take 30 seconds to finish. Even though you don't have networked computers attached to your computer, this works.