Your best source of information and news about Vista hardware, hardware and winvista on the internet

August 8th, 2008

You are currently browsing the articles from MS Windows Vista Compatible Software written on August 8th, 2008.

Windows Vista 64 Bit Autologin

Many of our free utilities are not ready for 64 bit. I have decided we will upgrade them one by one...in order of popularity :)

Just received a note from a reader:

Hi Steve,

Is the auto logon program you have for download supposed to work with Windows Vista Ultimate x64? (doesn’t seem to work)

It works just fine on x86 Vista, but doesn’t autologon with x64 machines.

Thanks


This particular utility writes to some registry keys under HKEY_LOCAL_MACHINE\Software. That makes it a target for an application compatibility technology in Vista known as registry virtualization.

Many older Windows applications assume administrator access. This means reading and writing freely to HKEY_LOCAL_MACHINE. This is not compatible with the Vista security model. To work around it Vista will intercept these requests and redirect them to a HKEY_CURRENT_USER key that looks identical. This way allows the application to work, and avoid asking for full administrative access via the UAC prompt.

There are a few rules 64 bit Vista uses for virtualizing registry reads and writes:

-The application must be 32-bit interactive process

-The key that is written to must be under HKEY_LOCAL_MACHINE\Software

-The key requires administrative access to write to the key

-The application cannot be a service

These four conditions are met for our Automatic login utility. To fix it, we simply needed to make a slight change...that tells Vista that we really do want to write to the HKEY_LOCAL_MACHINE\Software key, and not a virtual one.

In the case of our autologin utility, it writes this key:

HKEY_LOCAL_MACHINE\Software\Microsoft\Windows NT\CurrentVersion\Winlogon

If the write is virtualized, windows will never see the change, and our program will have no effect. There is a special flag we can set to tell Vista - yes we really do want to write to that key. After that it now writes to the proper area on all 64 bit versions of windows.

Download from here to get your copy.

Many of our utilities fit this same criteria. Send me an email if you have a favorite that needs some 64 bit TLC, and I will put it to the top of the list.

Written by Steve Wiseman on August 8th, 2008 with 2 comments.
Read more articles on otherSoftware.

Using FTP Clients in Ubuntu

The FTP protocol allows users to connect to a server, read directories and filenames, and download and upload data. If the correct access rights are set, users can also create new folders and set access permissions on them.

However, using FTP poses a security risk: Usernames and passwords are transmitted unencrypted across a LAN or the Internet. To stop users from taking the risk of giving their authentication details to anyone listening on the wire, many sites only enable anonymous FTP login and file retrieval. Many Linux users have turned to more secure alternatives, such as sshd and sftp or scp, included with the OpenSSH suite.


The FTP Client Interface
Using the text-based FTP interface helps you understand what each action in a graphical FTP session does. This understanding can be handy when, for example, the graphic client does not automatically detect the file type being transferred. In this situation, a binary file is transferred as an ASCII file and is therefore useless. Conversely, an ASCII file transferred as a binary prints the ^M control character at the end of each line. This error typically occurs when transferring files from older Microsoft Windows operating systems to Linux, as the Windows FTP client defaulted to ASCII, not binary transfers.


Using the Text-Based FTP Client Interface
Some of the following common commands may be used in a typical FTP session:

ascii - Sets an ASCII file transfer type for the FTP session. You use this command before file transfers when sending or receiving text files.

bin - Sets a binary file-type transfer for the FTP session. Use it before file transfers to send or receive binary files such as graphics images or compressed archives.

close - Closes a connection to a remote server during an FTP session. Use this command instead of quit to return to the ftp command prompt.

get - Initiates a transfer of a single file from the FTP server to the user's local machine. Use this command to retrieve a single file (such as get cartoon.jpg).

hash - Sets use of a hash mark (#) during file transfer. Use this command to get a visual indication of the progress of a transfer.

mget - Initiates a transfer of multiple files from the FTP server to the user's local machine. Use this command to download (receive) multiple files with a single command (such as mget *.jpg).

mput - Initiates a transfer of multiple files from the user's local machine to the FTP server. Use this command to upload (send) multiple files with a single command (such as mput *.jpg).

open - Opens a connection to a remote server using an IP address or hostname. Use this command when working at the ftp command prompt.

prompt - Is an interactive command that asks the user for input on whether to get a specific file when the mput or mget command is issued. If the user initiates an mget *, with prompting on, the FTP client will prompt the user to transfer each file that the * wildcard matches. This can be particularly useful when several files in a directory need to be transferred, with one or two files that are unwanted. By default, prompting is turned on.

put - Initiates the transfer of a single file from the user's local machine to the FTP server. Use this command to upload (send) a single file (such as put inventory.doc).

quit - Use this command to close the FTP connection and quit the ftp command.


These are just some of the commands available during an FTP session. By typing help, the user can see a full list of valid commands. Typing help command-name displays a brief description of what that command does.


Using Graphical FTP Clients
Many graphical FTP clients are available for Linux. Ubuntu includes the graphical gFTP client (in the gftp-gtk package) and network-aware browsers included with GNOME and KDE. These browsers feature built-in drag-and-drop capability, thus ensuring FTP functionality. Other graphical interface clients that can be used for FTP include the Firefox web browser (the FireFTP extensive is particularly good), KDE's Konqueror, GNOME's Epiphany, and the Nautilus file manager.

Using the gFTP Interface
The GNOME gFTP client provides all the typical features of FTP, including the ability to save profiles of common connections. On the left panel is the local host, and on the right panel is the remote server. A connection is initiated by typing the address of the host into the host field, a specific port if not the standard FTP port (21), a valid username for the server, and a password. After the information has been entered, clicking the icon that looks like a monitor will start the connection to the server. The bottom panel displays session information, such as changing directories.

gFTP sets the file type as binary by default, which can be changed by clicking on ASCII in the FTP drop-down menu. To upload a file to the server, the user clicks on a filename in the left panel and clicks on the right arrow icon. The file is then transferred to the server, and the right panel will be updated to reflect this new file being added to the server. Similarly, to download a file from the server, the user selects the correct file type from the drop-down menu, selects the file to be downloaded, and clicks the left arrow icon. The left panel will then be updated to show the result of the transfer, with logging information shown in the bottom panel.

After all files are uploaded or downloaded, you must close the session. Do this by clicking the red button on the top right of the application window to issue the quit command. gFTP displays the session summary information in the log panel at the bottom of the application. You can also close the session simply by exiting gFTP.


FTP Sessions with Konqueror and Nautilus
Both KDE and GNOME file browsers have integrated FTP functionality built in. Use an ftp:// URL followed by a server name or IP address to start an anonymous FTP session. The drag-and-drop feature of KDE and the GNOME window manager allow users to select remote files and drag them to the desktop.

KDE's Konqueror web browser is capable of handling a number of networking and file transfer protocols, including FTP. You can configure various setting for this browser, such as the appearance of the browser's toolbar, but one of Konqueror's best features is its flexibility for file transfers.

Start the browser by clicking its icon on the KDE's kicker desktop panel or by typing the following at the command line:

$ konqueror &

If your window manager does not support drag and drop, you can use Konqueror's Copy Files feature to retrieve a file. First, type in an FTP URL (such as ftp://ftp.tux.org). Next, navigate to a desired directory and click to select a desired file. You then click the Edit menu's Copy Files menu item (or press F7). A Save dialog will appear and you can select your home directory to save the file. After you press Enter, a file download progress dialog will be displayed while the file is being retrieved.

You can also use the Nautilus browser to retrieve files from a remote server. Connect to a remote FTP server using File > Connect to Server, then simply click to select a file, select Copy from the Edit menu (or press Ctrl+C), click to go to your home directory (using the icon in the Nautilus toolbar), and then click Paste (or press Ctrl+V) to retrieve and save the file.

Source of Information : Ubuntu Unleashed

Written by magakos on August 8th, 2008 with no comments.
Read more articles on Ubuntu Linux and otherSoftware.

New Malicious Spam Email: “CNN Alerts: My Custom Alert”

Spammers are now sending a newer version of the infamous “CNN.com” group of malspam email messages called “CNN Alerts: My Custom Alert”.

We first posted a removal guide for the CNN.com Daily Top 10 message infection and now it seems the same string of malicious emails has changed slightly to the subject line “CNN Alerts: My Custom Alert”. “Here we go again”, this is probably what you will say to yourself if you encounter this new malspam message.

After an examination of this new variation of malspam email utilizing the CNN theme, it seems to be a bit more deceiving than the previous “CNN.com Daily Top 10″ malspam message. The “CNN Alerts: My Custom Alert” message actually routes to a legitimate CNN story from one of the many links embeded in the cnn image. The legitimate link that it points to is the “Chinese Islamic group threatens Olympics” story found on the real CNN.com site. Before you run off and tell your buddies that this email is OKAY, we noticed that another link within the email is malicious. Embedded within the image of the “CNN Alerts: My Custom Alert” message is a link to click for the FULL STORY and that was found to be a malicious link that points to biogazrhonealpes.org/cnnplus.html.

cnn-alerts-my-custom-alerts

Below is a list of other blogspot pages that may be used in conjunction with the “CNN Alerts: My Custom Alert” malspam message:

  • informasya.blogspot.com/2008/07/cnn-alerts-my-custom-alert_20.html
  • informasya.blogspot.com/2008/07/cnn-alerts-my-custom-alert-etc_21.html
  • zujarcuevas.blogspot.com/2008/08/cnn-alerts-my-custom-alert.html
  • bastien12.blogspot.com/2008/08/cnn-alerts-my-custom-alert.html
  • rjbblog040405.blogspot.com/2008/08/cnn-alerts-my-custom-alert.html
  • cnga-ca.blogspot.com/2008/08/cnn-alerts-my-custom-alert.html

Security notice: Do not attempt to visit the malicious site links listed above. They are only used as a reference for the discovered malicious links. You may risk the installation of rogue anti-spyware programs or other infectious files.

Other reports online about this new version of malspam emails using a CNN cover-up will say that the campaign has passed over to blogspot web pages. Other links were found to be related as the hackers may be using multiple sources for spreading malware onto computer users via the “CNN Alerts: My Custom Alert” malspam message.

CNN is not affiliated with this threat. It doesn’t operate the websites in question and the messages are being sent from randomized email accounts.

Written by Valentino on August 8th, 2008 with 1 comment.
Read more articles on CNN Alerts: My Custom Alert and CNN.com Daily Top 10 and Internet Security and otherSoftware.

Restore Window Title and Icon in Windows Explorer

In Windows Vista the window title and icon has been removed in all instances of Windows Explorer. The result is a blank space in the window that just does not look good where the window title normally is placed.

Using a cool free utility called AeroBar you can restore the window titlebar title and icon. To use the utility visit Outils and download AeroBar.exe.

Install is a snap. Just copy the utility to the Start Up folder of your start menu. If you want to also show the folder icons, just rename AeroBar.exe to AeroBarIco.exe.

To disable AeroBar just run the executable again.

Source : Tweakvista

Written by ShaDow on August 8th, 2008 with no comments.
Read more articles on otherSoftware and Windows vista tips.

Previous Versions of files in Windows Vista

Esther at The Windows Experience Blog show off the Previous Versions. This feature is part of the Shadow Copy feature in Windows Vista.


Video: Windows Vista Demo: Previous Versions

Written by ShaDow on August 8th, 2008 with no comments.
Read more articles on Vista News and otherSoftware and Windows vista tips.

Windows Mobile: Add a Signature to Outgoing Outlook Mobile E-mails

Windows Mobile devices aren’t great for sending emails from. We make our emails short because typing in anything longer than a sentence or two can become very time consuming and uncomfortable.
There is nothing wrong with entering in a short email, but it can look very brief, to the extent of appearing offensive to someone opening it up in a desktop email client.
It is a good idea to pad it out, or add in some useful information so that the reader has a clear idea who has sent them the email.
To make it happen:
  • Tap Messaging
  • Tap Menu
  • Tap Options
  • Tap Signatures
You can now create a signature to be sent with your emails. You can pad it out as much as you want, but it is a good idea to at least sign your name so that you don’t need to enter it in each time.
You can even add a signature to SMS/MMS messages from this window, but due to character restrictions, it probably isn’t worth doing.
Unfortunately there is no support for HTML code, though many email clients will place links as they recognise that they are an email or website address.

Written by magakos on August 8th, 2008 with 1 comment.
Read more articles on Mobile Stuff and otherSoftware.

« Older articles

No newer articles