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

April 30, 2014

How to add a static route in Windows 7

If you need to access internet /intranet resources on another network the easiest way to go around it is to add a route to your windows routing table. In windows based systems a simple syntax command will enable you do this easily.

Having used windows XP for a long time, adding a route was easy as taking candy from a kid but coming to windows 7 I had issues adding routes. I even thought the route command syntax must have changed on windows 7. But after a bit of try and error I finally managed to add a route to my routing table.

To add a route in windows you need to run a command on windows command prompt window (DOS)

Windows XP

To add a route in Windows XP, open the command prompt window

Start button go to Run, type cmd and press Enter/click Run

The window below appears

On the command prompt window type route print

This will display all the routes currently available on your system

If the route you need is not on the list this is how to add a temporally route
route add mask

Eg
route add 172.16.8.0 mask 255.255.255.0 172.16.1.250

(172.16.8.0 is the subnet I want to reach, 255.255.255.0 is a /24 subnet mask of the destination I want to reach while 172.16.1.250 is my gateway).

Press enter and the route is added to the routing table.

To make a route permanent i.e. a route that will always be there even after rebooting the PC add –p to the command above i.e.

route add 172.16.8.0 mask 255.255.255.0 172.16.1.250 –p

The route will be added on the routing table under persistent routes.

Well at times we do make mistakes and need to amend them, if by any chance you need to delete a route the command is

route delete
eg.
route delete 172.16.8.0

Windows 7

To add a route in windows 7 is exactly the same as in windows XP, same commands are used.

But here’s the catch, windows 7 has high user restrictions. This remits the ability to tamper with critical windows files which is good for general users but it’s a big minus when it comes to technical users. To add route to on a Win7 system you need to run the command prompt window with administrative rights.

Adding a route without admin rights will give you an error “The requested operation requires elevation”. I don’t understand why Microsoft could not simply display the error as “The requested operation requires administrative rights” or something closer to that.

To open the command prompt window with administrative rights go to

Start button, type cmd on the search combo box

A pop up list will appear with the cmd window as the first item on the Jump list.

Right click on the cmd icon and click, Run as administrator

The command prompt window should appear as below. Note the word 'Administrator' on the top bar.

With this you can add, delete and print routes just as it’s done on windows XP.

All the best as you route your network.
Posted 14th January 2013 by james mugambi
©

January 23, 2013

FTP + SSH with Total Commander

Daniel Gasinski

Short tutorial on how to get going with SFTP in Total Commander. Stay tuned to the forum for latest.

1. Download the SFTP plugin from http://www.ghisler.com/plugins.htm
2. Open the zip-file using Total Commander, it should ask you to install the plugin. Do install.
3. Download Curl package v.7.26. Nota bene! The latest version 7.27 from http://curl.haxx.se/ doesn't seem to work (according to ghisler: forum) so watch out. I got some "Exception in sftpplug.wfx:FsFindFirstW!").
4. Copy, to the plugin directory, the following Curl package files located in ..\curl-7.26.0-devel-mingw32.zip\curl-7.26.0-devel-mingw32\bin\
  • libeay32.dll
  • libssh2.dll
5. In Total Commander hit alt+F1 > \ (for Network Neighborhood) > Secure FTP (the plugin you installed) > _Quick Connection.

And you are doing SFTP with TC!
©

January 22, 2013

How to dd dd dd do dd in cygwin

 technikl
By technikel

DISCLAIMER: This entry is for my own use and can result in wiping of disk drives if done improperly. I accept no responsibility or liability for what you do to your stuff, use at your own risk. As with anything use your own judgement as to what is safe for your computer, your situation, and your level of expertise.
1. In order copy a flash drive to an image on the local drive do the following:
  • Make a mount point for the usb stick in the /dev directory of cygwin at a bash terminal. Use “mkdir /dev/usbdrive” for example
  • Go to computer, right click::”manage”, then disk manager and locate the physical drive number of the usb drive. In this case the drive was found at physical drive 3.
  • Mount the usb drive with a command like this “mount //./physicaldrive3 /dev/usbdrive”
  • Use dd to copy the image eg.: “dd if=/dev/usbdrive of=/tmp/usbdrive.img bs=1M”
2. In order to copy this to a new drive do the following:
  • Find the partition name with “cat /proc/partitions”
major minor #blocks name
8 0 29309015 sda8 1 102400 sda1
8 2 29205592 sda2
8 16 976762584 sdb
8 17 976759808 sdb1
8 32 732574583 sdc
8 33 732572032 sdc1
8 48 3906560 sdd
8 49 3906528 sdd1
  • In this case I was looking for a 4 GB partition for my 4 GB USB drive, so /dev/sdd is the interesting device. Don’t use sdd1 as that is the partition, and what you want to write to is /dev/sdd the DEVICE
  • So the right command to copy the image to the flash drive is “dd if=/tmp/usbdrive.img of=/dev/sdd bs=1M”
That should be all!
©

October 13, 2011

How to Always / Only Use VPN Connection

VPNs are great for added security when using the Internet - but what about when the VPN drops or disconnects? Unfortunately, if you use Windows (any version), any running application (for example, BitTorrent, your browser) will revert to using your ISP connection, exposing your IP address and opening you up to security and privacy issues. Windows will not prevent traffic in the event of a disconnect.

There are many guides found online to prevent this using third-party firewalls such as Comodo, or using a third-party applications such as VPNetMon or VPNCheck (neither of which I know anything about, and cannot speak to their reliability or safety).

This guide will show you how to configure Windows 7 Firewall to block any specified application (I have used Firefox as an example - but you can pick any application, e.g. utorrent or your preferred torrent client) from using your ISP connection, and permit it to connect the the Internet using only the VPN connection. Users who are unfamiliar with the basic aspects of Windows 7 Firewall may wish to consult this guide. Unfortunately, this will not work with the built-in firewall in Windows XP or Vista.

If the method described below does not work for you (or perhaps you don't want to mess with your firewall, or you use Windows XP / 2000 / Vista / Mac OS X), consider using ProXPN VPN, which offers a client with VPN Guard, which will close any selected applications immediately in the event of an unexpected disconnection.

ProXPN offers PPTP / OpenVPN, a dead simple-to-use client and VPN Guard.

Preliminary Considerations:

1. If you use an antivirus program such as avast! that has a Web Shield / Filter that passes HTTP traffic through an antivirus/malware scan, you may want to consider this post.

2. The IPv6 functionality in Windows 7 can also leak IP information - you may wish to disable it - see the guide here.

3. After you complete the steps in this guide, you may want to consider adding a rule to block all traffic that does not match a rule to the Domain and Private profile. See the guide here.

4. If you want to create these rules for one user account, and maintain less strict rules for another user account, please see this post.

5. If you are blocking a torrent application such as uTorrent, you'll want to disable uTP, DHT, UPnP, Local Peer Discovery and IPv6.

Steps:

1. Connect to your VPN as you normally would.

2. Open the Network and Sharing Center - right-click on the Internet connection icon in the taskbar and choose "Open Network and Sharing Center" (see below)

3. You should see (at least) two networks listed under "View Your Active Networks" - your VPN connection and one called "Network" - a.k.a. your ISP Connection. Ensure that your VPN is a "Public Network", and your ISP connection is "Home Network". If you need to change either connection, click it and an option window will appear (see below).

4. Go to the Control Panel and click System and Security (see below).

5. In the resulting window, click Windows Firewall (see below).

6. In the Windows Firewall window, click Advanced Settings on the left pane (see below).
Note: You must be logged in as an Adminstrator to make changes to the Firewall Settings.

7. You should see a window titled Windows Firewall with Advanced Security. In this window, click Inbound Rules (see below).

8. On the right pane, you will see an option for a New Rule. Click it (see below).

9. In the New Inbound Rule Wizard (which should appear), do the following:

Choose Program and click Next.

Choose the program you wish to block all traffic to except on the VPN connection, and click next.

Choose Block the Connection.

Tick Domain and Private. Make sure Public is left unticked.

10. Repeat Step 9 for Outbound Rules.

When all of the above steps are complete, you should test the configuration. Run the application you made the rule for, and test that it is working when the VPN is connected. Start a download, and then disconnect from the VPN. If all is configured properly, the download should die immediately as the firewall will immediately block it from using your ISP-assigned IP address. If you wish to monitor traffic closely, use TCPView.
©

How to Disable IPv6 and Teredo in Windows 7

Steps to Disable IPv6 stack and Teredo Tunnelling Protocol in Windows 7

There are privacy issues abounds related to the Windows 7 implementation of IPv6. I won't get into them here, I'm assuming if you're reading this page, you are aware of these issues and wish to disable it.

If you need a desk reference for tweaking Windows 7, consider Windows 7 Tweaks: A Comprehensive Guide. It's a lot better than the O'Reilly Windows 7 book, and it's cheaper too.


(NOTE: You must be logged in as a Administrator to make these changes.)

To Disable IPv6 stack:

1. Open the Registry Editor. (Start -> type "regedit" in search box)
2. Find the following key:

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip6\Parameters\

3. Right-click on "Parameters", and select "New", and then "DWORD (32-bit) value"
4. Enter the following in the resulting window:

DisabledComponents

5. Modify the DisabledComponents key by right-clicking it. Enter the following hexadecimal value:

0xffffffff

Upon entering this value, it may display as "0x41ffffff".

Some web pages say you should enter a "0" here, but that actually will enable IPv6.


To Disable Teredo Tunneling Protocol:

1. Click Start -> Control Panel
2. Click System and Security
3. Click Device Manager (the UAC prompt will appear, click OK)
4. In the Device Manager Windows, click View -> Show Hidden Devices
5. Find the Teredo Tunneling Pseudo-Interface in Network Adapters
6. Right-click Teredo Tunneling Pseudo-Interface, and select Disable.
©

Check VPN & Proxy Torrent Ip Address Bittorrent Service

How does CheckMyTorrentIP work?

CheckMyTorrentIP is a torrent tracker that lets you download a legal torrent file created uniquely for you. Because no one other than you has this torrent and since there are no seeders, the torrent will not download and never complete and will remain active in your queue as long as you wish. You'll see your torrent IP within your torrent client and you can come back here to see your torrent IP history. I created this site after a friend found it difficult to constantly monitor his setup and kept asking me for help. The site is a free service and there are no gimmicks, just pay it forward.

But I'm using a VPN or Proxy, isn't my privacy 100% safe guarded?

Maybe, maybe not. This FAQ details many ways your IP address can leak and explain what steps you can take to prevent it. By checking your torrent IP address over a period of time, you can verify if there are any holes in your security practices. If you're not a techie, have a friend help diagnose your connection.

Why can't I just use a web browser or other program to check my IP?

See the next question that gives examples where a web browser fails to help you. Also keep in mind that you can't manually check your IP with a browser 24x7 and your torrent client may be setup to use a different IP address.

How can my IP address be exposed if I'm using a VPN or Proxy?

There are many ways, here are some different scenarios, feel free to send in any others you know about and suggestions.

VPNs - There are many types of VPNs, the two most prevalent types are PPTP and OpenVPN. While each has their advantages and drawbacks, all suffer from the same weakness, at one point or another the connection will drop and this may expose your personal IP address (Note: VPNs enjoy dropping while you're tucked in bed catching up on ZZZzzzs). To completely prevent exposing your IP address you'll need to modify your routes or use a firewall program to do this for you. See below in another question for more details on securing a VPN.

Proxies - Again there are many variations but the most popular by far is a socks proxy. The proxy can be a remote host or exist locally via an ssh tunnel. If your proxy is incorrectly configured or unknowingly unset you may expose your IP address. Also always be sure to disable DHT, uTP, udp trakers, udp peers, and UPnP in your client otherwise you will mostly likely leak your IP address even if your proxy is configured correctly. Please see below in another question for more details on securing your proxy and DHT/UPnP.

Firewall - Some users use a software or hardware firewall to route torrent traffic through a secure connection and other traffic (like web) through the local connection. The configuration can be incorrect or become undone.

Relative or Friend - You may have the most secure setup but all it takes is a lovely relative or friend to misunderstand/forget your clear simple instructions and expose your IP address.

Torrent client software bug - There are plenty of torrent clients, and new ones coming out all the time, some are specialized or experimental, others tout better performance. As long as you stick to established mature software, this shouldn't affect you. But for the bold and daring, make sure to always test the proxy/forwarding/hider feature.

Being an exit node on private P2P - There is a new wave of public/private P2P networks (not Tor) that anonymize your traffic in return for you anonymizing other user's traffic. There have been and currently exists bugs that incorrectly route your traffic to the point of making you the exit node of your own traffic!

Unknowingly using employer's VPN - Some computers have multiple VPN configurations installed and you could inadvertently be using the wrong VPN.

Please share your other scenarios at email: mytorrentip at gmail dot com.

By monitoring your torrent IP address, you can definitely improve your setup and curb poor habits.

What do you do with my IP information?

Your IP records are deleted as soon as you select delete from the "Check IP" tab, or if there is no activity on that passkey after 30 days. Please don't ask to have your IP data back, I can't get to it.

My browser IP was detected by UDP?

As long as your browser IP shown is not your personal IP you are okay. If the browser IP is yours and it was detected on UDP then your torrent client is not configured properly or leaking your personal IP. To disable UDP look in your client settings and disable udp trackers, uTP, or DHT. Because UDP packets are not tied to a passkey, someone else on your IP address may be triggering this alert. UDP logs are deleted every 2 hours so after you've reset your settings check again after 2 hours. See below for more details on UDP.

What do the YES/NO in the UDP column mean?

Torrent clients use UDP for DHT, udp trackers, and client connections. These udp packets may not be protected. For example some versions of Utorrent will send UDP packets using your own IP even if you set it to use another IP by using a proxy. Clients based on libtorrent from Rasterbar such as Deluge are safer since UDP support is very mature. Even if on the latest version of uTorrent or Rasterbar based clients, sometimes the proxy can have UDP security holes (like with SS5 proxies).

If the UDP column shows NO, then you are good because we did NOT detect UDP packets with that IP address in the past 2 hours.

If the UDP column shows YES, then you need to decide if that is good or bad because we detected UDP packets with that IP address in the past 2 hours. As long as the IP address on that column is not yours then that is good.

To disable UDP look in your client settings and disable udp trackers, uTP, and DHT. Because UDP packets are not tied to a passkey, someone else on your IP address may be triggering this alert. Our UDP tracker and DHT node will deleted the UDP logs every 2 hours so after you've reset your settings check the website again after 2 hours.

Why is the udp tracker not responding and timing out with "Connection timed out."?

In the current implementation the server is acting as a DHT node and a udp tracker at the same time (and on the same port) and for this reason it only listens to your packets and doesn't send anything back to you. This is why it is timing out and that is okay. Your client will attempt to reconnect again after about 20 minutes.

I am an uploader, may I add this site to my torrent announce?

Yes, you can add http://checkmytorrentip.com/announce.php as one of your announce trackers and your torrent users will see their IP in their client. Note that since no passkey is being used, no logs will be kept. Do not use a passkey otherwise once we detect more than 50 IPs the passkey will be nullified, all logs will be deleted so that wide spread tracking is not possible, and all users using that passkey will get an error.

How do I find my passkey?

Normally you don't need to know your passkey as it'll automatically be found for you each time you visit this site (it's saved in your browser cookies). If you've deleted your cookies, you can find the 32 character passkey in your torrent client's properties. Usually it'll be under a setting similar to below. Right click to copy & paste rather than typing it out

Where do I find my IP within my torrent application?

Usually it'll be under a tracker property called "Status". Some clients constantly show the Status (utorrent), others show a popup (Vuze / Azureus), and others don't show it at all (Bitcomet). To be tested: Transmission Mac, Xunlei (Thunder). The message will start with "Warning", but ignore the warning, it's just a note. The full message is "Warning your torrent client ip is".

How can I secure my VPN?

There are 4 good ways.

1. Use VPN Netmon to close your app when your connection drops.

2. You can use a firewall. See tutorial using Comodo http://tinyurl.com/624ot2

3. Try a well configured OpenVPN client over PPTP. There are 2 reasons for this. Some OpenVPN configs won't drop your routes while reconnecting where as PPTP always drops your routes while reconnecting. This is an extra layer but I have seen OpenVPN eventually give up/crash and then you're still exposed. Next, DNS request go through your main connection and not PPTP.

4. Use the route command. Here's a tutorial I wrote for XP / VISTA / Windows 7:

How can I secure my proxy?

There are various types of proxies and the discussion here is limited to the socks proxy. Follow these 3 steps:

1. To achieve maximum privacy, disable DHT, uTP, UDP peers, and UPnP/NAT-PMP unless you know what you are doing. DHT in non-recent versions of uTorrent can bypass your proxy settings and will advertise your local IP address. Clients based on libtorrent from Rasterbar such as Deluge are safer since UDP support is very mature. Even if on the latest version of uTorrent or Rasterbar based clients, sometimes the proxy can have UDP security holes (like with SS5 proxies). UPnP/NAT-PMP will open the ports on your router/firewall automatically and allow peers to connect to you directly. It is suggested to disable UPnP/NAT-PMP in your torrent client and also on your router.


2. Use a proxy that handles both tracker and peer communication. Some proxies offer a "basic" service that only proxifies tracker communication. Don't subscribe to this as the peers will contact your personal IP address.

3. Ensure that you've enabled and configured your proxy in your bitorrent client as per the instructions provided by your provider, and that it hasn't been unset by another user or reinstallation/updates.

How secure is my passkey?

It's so secure that it is the method employed be all private trackers. There are 16^32 combinations, in decimal that is the same number as IPv6 addresses: 340,282,366,920,938,463,463,374,607,431,768,211,456. That is more than all the atoms on the surface of one hundred earths. In english, it is 340 undecillion, 282 decillion, 366 nonillion, 920 octillion, 938 septillion, 463 sextillion, 463 quintillion, 374 quadrillion, 607 trillion, 431 billion, 768 million, 211 thousand and 456...try saying that out loud three times!

I get a "Passkey deleted" error in my client. What does this mean?

If you're the average user you'll never get this error. If we detect you've used more than 50 IP addresses the passkey is nullified, all history is deleted, and you'll get this error. You'll need to generate a new passkey. We do this to prevent widespread tracking. We do not provide an option to disable this feature.

What does the "Test xxx times" dynamic number represent?

Every time the server gets a request for an IP check (TCP announce only, not UDP) from any torrent client it increments the counter by one. This number is then updated on the website every 20 minutes. The old server could only handle a few connections and had to throttle connections. On Dec 12th 2010 we moved to a newer better server and now has no connection throttling, hence the higher counter rate.

Credits

I leveraged several tools and tutorials to create this site and I'd like to give them credit:
Geolocation
Tabs
Shield & background
Button
Tables
Badge
©

October 8, 2011

Backup/Copy Files that are "In Use" or "Locked" in Windows (Command Line)

If you’ve ever tried to copy a file that is locked by another application, you’ve probably seen an error message similar to “The process cannot access the file because another process has locked a portion of the file”. So how do you copy it anyway?

Since XP, Windows has supported a technology called Volume Shadow Copy, which is used to power the previous versions feature in Vista as well as System Restore and backups. What it does is take a temporary snapshot of the file or drive, and then allow an application to read from the snapshot even while other applications are accessing or modifying the file.

What we can do is use a command line utility called HoboCopy that utilizes this service to copy the file.

Understanding the Prerequisites

HoboCopy and most other backup utilities make use of two services in Windows, and you’ll need to verify that these services are not disabled:

Volume Shadow Copy
Microsoft Software Shadow Copy Provider

They can be left as Manual startup, so they don’t need to be running all the time. Hobocopy will start the two services automatically when needed, and the Volume Shadow Copy service will be turned back off after it’s done.

Using HoboCopy to Backup/Copy a Single File

The syntax is a little weird, because HoboCopy is really meant to be used for backing up an entire set of folders. We can use it to backup a single file by passing in the filename argument at the end.

Note: on Windows Vista you will need to launch an Administrator mode command prompt by right-clicking on the Command prompt in the start menu and choosing Run as Administrator.

Syntax:

hobocopy c:\directoryname\ d:\backupdirectory\ <filename>

For example, I want to backup my c:\users\geek\mail\outlook.pst file to d:\backups\outlook.pst. Here’s the syntax that I’d use:

C:\> hobocopy c:\users\geek\mail\ d:\backups\ Outlook.pst

HoboCopy (c) 2006 Wangdera Corporation. hobocopy@wangdera.com

Starting a full copy from c:\users\geek\mail to d:\backups\
Copied directory
Backup successfully completed.
Backup started at 2008-03-09 01:57:28, completed at 2008-03-09 01:58:39.
1 files (606.45 MB, 1 directories) copied, 7 files skipped

Using HoboCopy to Backup an Entire Directory

A much more useful task would be to backup my entire User folder, probably to an external hard drive for safekeeping. For this, we’ll want to add a couple of command-line arguments.
/full Copy all files
/skipdenied Ignore any access denied messages because of permission errors.
/r Copy recursively
/y Don’t prompt, just copy everything

Syntax:

hobocopy /full /skipdenied /y /r c:\directoryname\ d:\backupdirectory\

Let’s go with the same example, I want to backup my entire user directory to d:\backups\, so I’d use this command:

hobocopy /full /skipdenied /y /r c:\users\geek\ d:\backups\

This command will likely take a very long time to complete, so you might want to take a nap or something. At the end you should have a nearly perfect copy of the directory… if there are any permission errors you’ll be alerted to files that didn’t copy. Realistically any files in your user directory shouldn’t have this problem.

Using HoboCopy to Incrementally Backup a Drive

Hobocopy also supports backing up files incrementally, so it will only copy the files that have changed since the last backup. This works similarly to utilities like rsync, except hobocopy stores the last backup date in a file that you need to specify on the command line.
/statefile=filename This flag specifies the file that contains the last backup information.
/incremental Only copy files that have changed since the last full copy.

Syntax:

hobocopy /incremental /statefile=filename /y /r c:\directoryname\ d:\backupdirectory\

Example:

hobocopy /incremental /statefile=d:\lastbackup.dat /y /r c:\users\geek\ d:\backups\

The first time that you run this command you will need to use /full instead of /incremental, or else you will get an error because the state file hasn’t been created yet. After that you can run the incremental backup with the /incremental switch.

This would be an excellent way to automatically backup a set of folders as part of a scheduled task.

Download HoboCopy from sourceforge.net
©


September 21, 2011

Adobe Reader Command Line Referenc

To open a file it's:

AcroRd32.exe

The following switches are available:

/n - Launch a new instance of Reader even if one is already open
/s - Don't show the splash screen
/o - Don't show the open file dialog
/h - Open as a minimized window
/p - Open and go straight to the print dialog
/t - Print the file the specified printer.
©

September 12, 2011

Change the Default Font Size in Word

Are you frustrated by always having to change the font size before you create a document it Word? Here’s how you can end that frustration and set your favorite default font size for once and for all!

Microsoft changed the default font font to 11 point Calibri in Word 2007 after years of 12 point Times New Roman being the default. Although it can be easily overlooked, there are ways in Word to change the default settings to anything you want. Whether you want to change your default to 12 point Calibri or to 48 point Comic Sans…here’s how to change your default font settings in Word 2007 and 2010.

Changing Default Fonts in Word

To change the default font settings, click the small box with an arrow in the right left corner of the Font section of the Home tab in the Ribbon.

In the Font dialog box, choose the default font settings you want. Notice in the Font box it says “+Body”; this means that the font will be chosen by the document style you choose, and you are only selecting the default font style and size. So, if your style uses Calibri, then your font will be Calibri at the size and style you chose. If you’d prefer to choose a specific font to be the default, just select one from the drop-down box and this selection will override the font selection in your document style.

Here we left all the default settings, except we selected 12 point font in the Latin text box (this is your standard body text; users of Asian languages such as Chinese may see a box for Asian languages). When you’ve made your selections, click the “Set as Default” button in the bottom left corner of the dialog.

You will be asked to confirm that you want these settings to be made default. In Word 2010, you will be given the option to set these settings for this document only or for all documents. Click the bullet beside “All documents based on the Normal.dotm template?”, and then click Ok.

In Word 2007, simply click Ok to save these settings as default.

Now, whenever you open Word or create a new document, your default font settings should be set exactly to what you want. And simply repeat these steps to change your default font settings again if you want.

Editing your default template file

Another way to change your default font settings is to edit your Normal.dotm file. This file is what Word uses to create new documents; it basically copies the formatting in this document each time you make a new document.

To edit your Normal.dotm file, enter the following in the address bar in Explorer or in the Run prompt:

%appdata%\Microsoft\Templates

This will open your Office Templates folder. Right-click on the Normal.dotm file, and click Open to edit it. Note: Do not double-click on the file, as this will only create a new document based on Normal.dotm and any edits you make will not be saved in this file.

Now, change any font settings as you normally would. Remember: anything you change or enter in this document will appear in any new document you create using Word.

If you want to revert to your default settings, simply delete your Normal.dotm file. Word will recreate it with the standard default settings the next time you open Word.

Please Note: Changing your default font size will not change the font size in existing documents, so these will still show the settings you used when these documents were created. Also, some addins can affect your Normal.dotm template. If Word does not seem to remember your font settings, try disabling Word addins to see if this helps.

Conclusion

Sometimes it’s the small things that can be the most frustrating. Getting your default font settings the way you want is a great way to take away a frustration and make you more productive.
©

June 11, 2011

Add feed to Google Reader while using Firefox not working

Hi,

This works for me:
1) Enter "about:config" into the address bar of the browser.
2) Search for "browser.contentHandlers.types.2.uri"
3) Change the value from "http://fusion.google.com/add?feedurl=%s" to
"http://www.google.com/reader/view/feed/%s"
4) Restart Firefox

Best Regards,
Mike
©

May 11, 2011

Блокировка рекламы в Internet Explorer 9

Максим Ефименко
www.oszone.net
23.03.2011

В вышедшей недавно финальной версии Internet Explorer 9 появилась новая полезная функция под названием Защита от слежения (Tracking Protection). С ней можно блокировать надоедливую рекламу почти так же, как это делают пользователи браузеров Firefox и Chrome с помощью расширения Adblock Plus.

Защита от слежения помогает сохранять конфиденциальность при просмотре веб-страниц. Средствами слежки, которые предоставляют сторонние веб-сайты, могут быть содержимое, изображения, маяки слежения, а также встроенный в страницы рекламный и аналитический код. Защита от слежения обеспечивает контроль и возможность выбора информации, которая будет использоваться сторонними веб-сайтами для отслеживания ваших действий в сети Интернет.

Другими словами, с помощью этой технологии появляется возможность блокировать содержимое, подгружаемое на страницу с других сайтов, то есть разнообразные скрипты, рекламу, счетчики. За счет этого ускоряется просмотр страниц.

Работа фильтра основана на применении специальных списков - Tracking Protection Lists, которые содержат правила фильтрации. Эффективная особенность Tracking Protection – это возможность автообновления правил фильтрации.

После выхода Internet Explorer, Microsoft запустила страницу (http://ie.microsoft.com/testdrive/Browser/TrackingProtectionLists/Default.html), на которой можно загрузить списки фильтрации от партнёров компании.

Чтобы установить список фильтрации нужно щелкнуть по ссылке Add TPL. В строке адреса появится значок в виде синего кружка, с помощью которого можно включить или отключить блокировку рекламы.

Фильтры, которые находятся на странице Microsoft, адаптированы для западных сайтов, и с рекламой Рунета не очень хорошо справляется. Однако есть страница, где можно загрузить конвертированные списки AdBlock для Internet Explorer. Чтобы установить списки, перейдем на эту страницу (http://dayngo.com/static/filter.html) и установим RU AdList.

Как видите, в новом браузере Microsoft можно блокировать рекламу так же легко и эффективно, как в других популярных браузерах. Удачи в использовании Internet Explorer 9!
©

March 20, 2011

Optimizing Windows Vista

--------------------------------------- 1
OPTIMIZING WINDOWS VISTA

www.windows-vista-update.com
Copyright 2008 Nnigma Inc.

--------------------------------------- 2

Contents
Introduction ................................................................................................................................................. 3
What Is Windows Vista? ........................................................................................................................ 3
Why Do I Need This Book? ................................................................................................................... 3
Windows Vista Information ....................................................................................................................... 4
Overview of Windows Vista ................................................................................................................... 4
Purchasing Windows Vista .................................................................................................................... 4
Minimum System Requirements ........................................................................................................... 5
Assessing Windows Vista Configurations ..................................................................................................... 6
Improving Your Windows Vista Experience ............................................................................................ 7
Optimization Tweaks ................................................................................................................................ 7
Indexing Options for Windows Vista..................................................................................................... 7
Speed-up Start Menu Search ................................................................................................................ 8
Speed-up Windows Vista's Aero ........................................................................................................... 8
Enable ReadyBoost with a USB Storage Device .................................................................................... 9
Customization Tweak ................................................................................................................................ 9
Stop Applications that Auto-Start on Startup ....................................................................................... 9
Control and Monitor User Activities with Parental Controls .............................................................. 10
BitLocker Drive Encryption in Sleep Mode ......................................................................................... 11
Clean Install Windows Vista Using Upgrade DVDs.............................................................................. 12
Summary ..................................................................................................................................................... 15
Further Resources .................................................................................................................................... 18

--------------------------------------- 3

Introduction
What Is Windows Vista?
On January 30th, 2007, Microsoft released Windows Vista worldwide. This brand new
operating system serves personal computers, including desktops, laptops, Tablet PCs,
and media centers. So what makes Windows Vista distinct from other Microsoft
operating systems like Windows XP and Windows 2000? Windows Vista was released
more than five years after the release of Windows XP, its immediate predecessor and it
ultimately contains hundreds of new features in addition to various reworked features
from the older operating systems. Above all, Windows Vista focuses on providing a
more dramatic experience with enhanced graphic features and multimedia tools that
allow the user to more easily create audio, visual, and print products.
Why Do I Need This Book?
The purpose of this book is to discuss the complexities of Windows Vista security
features, noted for their dramatic improvement on the features and settings of previous
Windows operating systems, including Windows XP. This book should help you
understand why Windows Vista, the latest operating system from Microsoft, is
particularly advantageous from a security point of view. Reviewing the key features,
weve compiled information about the most commorted nlyproblems repo for this book
and just in case we miss anything, you can check out the list of further resources
pointing you in the direction of books and Web sites that provide further information
about common problems with the platform program.

--------------------------------------- 4

Windows Vista Information
Overview of Windows Vista
What do you really need to know about Windows Vista? The main idea behind Windows
Vista, it seems, was to provide Windows users with a more convenient system that
integrated a heck of a lot of multimedia elements. After all, in the last five years, the
Internet has come a long way and now most regular computer users, during their
online stints, like to make some use of media, whether its by creating a video for
YouTube or just tuning in to their favorite radio station streaming online. Of course,
theres also digital photography. Who hasnt got a digital camera? Windows Vista makes
it easy for the average computer user to make use of these various types of media with
relatively little hassle. It also provides a range of other program upgrades for standard
features like word processing and database management, reducing the extent to which
the lack of Microsoft Office, no longer preinstalled on the Windows systems, is felt.
Purchasing Windows Vista
Believe it or not, one of the most frequently asked general questions about Windows
Vista is What do I have to buy?´ It seems many people are confused about how they
get their hands on Windows Vista and what precisely it means to have this operating
system installed on a computer. Other common questions were going to answer in this
section, purchasing Windows Vista, include questions about editions of Windows
Vista, comparing features, and what disks you need (or dont need, as the case may be)
to prepare yourself in case of a system failure. Computers that come with Windows
Vista operating systems preinstalled will generally have what is called the Windows
Vista Home Basic edition. Many people wonder about upgrades and yes, like most
systems, it is possible to upgrade your edition of Windows Vista. If you have Home
Basic, you can upgrade to either the Windows Vista Home Premier Edition or the
Windows Vista Ultimate. With Windows Vista Business, and you generally have to select
this operating system over the Home Basic when you buy your computer system, then
you can also upgrade to the Windows Vista Ultimate edition if you prefer.
Your best bet, if youre considering an upgrade is to head on over to the Windows Vista
Web site where you can compare the features of the various editions and make a
determination as to whether an upgrade is going to be worth your while. The Web site
address is https://na.windowsanytimeupgradestore.com/WAU_DIRECT/Home.aspx and
you simply follow the link to compare editions; pricing information for the upgrades is
provided there as well.
Since Windows Vista does not always come along with a set of recovery discs, another
common question with regard to purchasing is whether or not you need to pay for or

--------------------------------------- 5

otherwise secure a Windows Vista disc. If you decide to secure an upgrade for your
Vista system then you are likely to receive a disc in the mail as part of your order. In
this case, you are paying for the disc as part of your upgrade. Otherwise, you may have
to make your own recovery discs using blank rewritable CDs. Generally you will receive
a prompt about this close to the time that you start up your computer for the first time
(if its a new computer) or periodically when you are going about using your computer.
Minimum System Requirements
The minimum system requirements for Vista capability are as follows: Processor speed
of 800MHz, memory of 512MB RAM, DirectX 9 capable graphics card, 20GB hard drive
and at least 15GB of free space plus a CD-ROM drive.. The minimum system
requirements for the Vista Premier are stated as follows: Processor speed of 1.0GHz,
1GB RAM, DirectX 9 capable GPU with Hardware Pixel Shader v.2.0, 128MB RAM, 40GB
of hard drive, at least 15 GB, and a DVD-ROM drive.

--------------------------------------- 6

Assessing Windows Vista Configurations
The first step to optimizing your Vista operating system is to make a determination
about the current configurations of your operating system. Its important to have a
deployment plan for assessing your current system and there are key questions that
you will need to answer:
· How compatible is the Vista operating system with the computer and other
devices on your network?
· What applications do you use most often?
· Are the applications you use compatible with Windows Vista?
· Do you need to upgrade to newer versions of the software before upgrading
users' computers?
You need to make a detailed assessment of your system to determine what
components are most significant to your user experience and what components, if any,
are creating problems for you.
To optimize your system there are three or four pointers you need to think about. You
need to think about how regularly you remove junk files from your computer and how
much disk space your regular files are taking up, which files or folders engross your disk
space, and what you can do to increase hard disk space.
One of the best ways to tune up your system start-up processes is to control which
programs open automatically on Windows. Its imp tunorte upan Vist ttao boot menu
and edit context menus of mouse right-clicking. To do this, you generally need to go to
check the properties on the individual applications. You can also customize system
desktop, menus, toolbar, and notifications settings to make your system run faster and
more efficiently.
Tweaking your security options can also improve your desktop, menus, and windows
logon features. You can disable system updates and error reports and hid or restrict
access to specific drives. By limiting the amount of work that your operating system
does by default, you can minimize the amount of time that it takes your system to
operate.
These are general steps that you can at least consider, general pointers you should
keep in mind as you look to explore the ways that you can improve the functionality of
your operating system. Once you have a clear idea about the types of changes you can
make, you can look to identify the specific tweaks and tricks you want to try.

--------------------------------------- 7

Improving Your Windows Vista Experience
Optimization Tweaks
There are many known problems with the Windows Vista operating system as indeed
there are with many systems. Fortunately, enough people spend enough time
addressing these problems; identifying them and searching for ways to resolve them.
Various tweaks and tricks have been developed to speed-up the Windows Vista
operating system, to reveal hidden features, and customize its look and feel. The
purpose of presenting these tweaks and tips here ± summarizing information from the
numerous public forums where this information has been shared ± is to assist Windows
Vista users in optimizing their operating system and ensuring its maximum function.
Everyone uses their computer ± and subsequently their operating system ± for different
reasons. By performing optimizations and tweaks in accordance with the context in
which you use your Vista operating system, you put yourself in a particularly good
position to avoid many of the common problems for hardware, software, and network
features.
Indexing Options for Windows Vista
One of the first and most useful steps for optimizing Windows Vista involves
customizing index options. In its default setting, the Windows Vista index system runs
in the background of the computer and automatically indexes all files in the Start Menu,
the user profile folders, and file set up for online access by default.
One of the problems with the indexing system running in default is that the entire
operating system can be slowed dramatically if files in the Start Menu, user profile
folders, and files set up for online access are changed frequently. Fortunately, Windows
Vista allows the user to adjust the indexing system. One of the most effective steps for
maximizing performance involves disabling the indexing for all locations but the Start
Menu. The only disadvantage to this step is that it takes longer to search around the
rest of your computer for files.
1. Click on the Start Button.
2. Enter Indexing Options.
3. Click Enter and the Indexing Options will load.
4. Click on the Modify button.
5. Click Show All locations.
6. Scroll down and uncheck all options except the Start Menu.
7. Select OK.

--------------------------------------- 8

Speed-up Start Menu Search
Once the general indexing for your computer has been modified, you can work towards
speeding up your Start Menu search. As you perform a search in the start panel search
box, the Windows Vista will search automatically through your file index.
The best way to speed-up your Start Menu search is to narrow the scope of the search
so that it does not include files on the hard drive.
There are several ways to do this:
Option 1:
1. Open registry editor using regedit.
2. Navigate to HKEY_CURRENT_USER > Software > Microsoft > Windows
> CurrentVersion > Explorer and select Advanced.
3. Find and right-click on Start_SearchFiles and select Modify.
4. Set the Value to 0.
5. Restart the Explorer.exe process or reboot the computer.
Option 2:
1. Right-click on the Start Button and select Properties.
2. Click on the Customize button.
3. Uncheck Search Communications.
4. Set Search Files to Don't Search for files.
5. Click OK.
Speed-up Windows Vista's Aero
Windows Vista has particularly impressive graphic features. Unfortunately, the graphic
features tend to make the operating of the Windows Vista system much slower.
There are two things you can do to speed-up the Aero interface in Windows Vista:

Option 1:
Disable Transparent Glass Effect
1. Click on the Desktop.
2. Select Personalize.
3. Select Windows Color and Appearance.
4. Uncheck Enable Transparency.
Option 2:

--------------------------------------- 9

Disable Windows Minimize/Maximize Animation
1. Click on the Start Menu.
2. Enter SystemPropertiesPerformance.
3. Hit Enter.
4. On the Visual Effects tab, uncheck Animate Windows When
Minimizing/Maximizing.
5. Click OK.
Enable ReadyBoost with a USB Storage Device
The ReadyBoost feature enables the use of a USB storage device instead of the slow
paging file for additional storage when the hard drive is low on physical memory (RAM).
To ensure that the ReadyBoost is going to work in Windows Vista as effectively as
possible you will need to have a USB storage device with at least 64MBs of storage, it
must be USB 2.0 compliant, the device must have a minimum read speed of 3.5 MB/s
and the device must have a minimum write speed of 2.5 MB/s.
To enable ReadyBoost, you need to take the following steps:
1. Plug in USB storage device.
2. Go to Computer, right-click on the removable storage device and select
Properties.
3. Click on the ReadyBoost tab.
4. Select Use This Device and set the amount of space to use for the system file.
5. Click OK.
Customization Tweak
A few customization tweaks also help with cutting back the amount of time that the
operating system takes to run.
Stop Applications that Auto-Start on Startup
There are two ways to stop applications that show up on the auto-start as soon as the
individual users log in to Windows Vista. Either use the System Configuration Utility or
the new Software Explorer in Windows Defender to undertaken this change.
First it is possible to make the change using the system configuration utility feature.
1. Click on the Start Button
2. Enter msconfig.
3. Hit Enter.
4. Click on the Startup tab.

--------------------------------------- 10

5. Uncheck items that you do want to auto-start.
6. Click OK.

Alternatively you can use Windows Defender to change the autorun features:
1. Click on the Start Button.
2. Enter Windows Defender.
3. Hit Enter.
4. Click on the Tools from the top menu bar.
5. Click on Software Explorer.
6. Select Show for All Users.
7. Select an application to either Remove or Disable.
Control and Monitor User Activities with Parental Controls
The Parental Controls in Windows Vista allows individuals to control what users can do
while online. In particular, the Paternal Controls allow parents to monitor the activities
of their children using the built-in reports.
The first step to monitoring an account is to establish a user account for the individual
or individuals who are to be monitored. The steps involved in account creation are as
follows:
1. Click on the Start Button.
2. Select Control Panel.
3. Click Add or Remove User Accounts under the User Accounts and Family Safety
area.
4. Select Create a New Account.
5. Create an account ensuring that the Standard user button is selected.
Once the individual account is established, it is necessary to establish parental controls.
To enable these controls, you have to click on the Start Button and select Control Panel.
Under the User Account and Family Safety option, click Set Up Parental Controls, select
the new user account. You need to click the On radio button to get it to start off.

To configure the options controls on the user account you need to open up the
Windows Web Filter. Clicking the Windows Vista Web Filter option you need to check
the blocking option. The blocking option should be enabled.
It is then possible to allow or block various types of Web sites. Its important to check
Only allow Web sites which are on the allow list.

--------------------------------------- 11

You can select options to block web content automatically, applying automatic
restrictions to the type of Web sites that users can access. For maximum protection it
generally works best to select either the High or Medium level works. Clicking on the
radio buttons, it is possible to establish a summary of what is blocked. To block file
downloads it is possible to control downloading files from the Internet. Users can be
prevented from downloading files from the Internet.
Time limits can also be established, along with restrictions on the type of games and
the specific programs that users operate on their account. With a time limit, it is
possible to control how many hours and days children are allowed to work. To
establish the time limits, you only need to click and drag the desired hours and days in
blue to block the times that the user account is active.
Selecting the games played on the account it is possible to select the games options in
the Paternal Controls window. The controls allow or disallow games to be played are
established with setting game rates.
Once the appropriate controls have been established, it is possible to review all user
account activity.
1. Open paternal controls on the account.
2. Select the option to view activities.
3. Review the applications, games, e-mails, instant messaging activities, and
system changes.
4. Click the report option.
5. Navigate the categories on the left side of the window to see relevant activities.
BitLocker Drive Encryption in Sleep Mode
In both the Windows Vista Enterprise and Ultimate editions the security feature,
BitLocker, operates only if the machine is in shutdown mode. The computer must either
be powering off or entering in hibernation mode.
That said, there is definitely some need to perform security checks on a regular basis.
Ordinarily, BitLocker doesn't perform security checks when awaking from sleep mode
but it is possible to set the computer to perform such checks when coming out of
hibernation or after emerging from sleep mode.
To access the BitLocker, which is only available on the two editions of Windows Vista,
Ultimate and Enterprise, you need to go to the Control Panel. There is the option to
select BitLocker Drive Encryption and make appropriate changes to the default settings.

--------------------------------------- 12

Clean Install Windows Vista Using Upgrade DVDs
Upgrading to Windows Vista is one option but you are generally required to have
installed Windows on your computer if you intend to install Windows Vista with Upgrade
DVDs.
In the event that you are having problems upgrading Windows Vista, if you have
already upgraded, you might consider that you need to re-install Windows XP (your
previous full retail Windows system). Fortunately it is possible to resolve issues with
Windows Vista without removing and reinstalling your previous Windows operating
system.
To clean install Windows Vista using upgrade DVDs, you need to take the following
steps:
1. Launch the Windows Vista Upgrade DVD.
2. Begin the setup program.
3. DO NOT enter the product key.
4. Click "Next" and proceed with setup.
5. Install Windows Vista as a 30-day trial.
6. Select the appropriate edition of Windows Vista to continue with the setup.
7. Install program from within Windows Vista.
8. Type in your product key when prompted.
9. Perform an Upgrade or Custom (advanced) install.
10. Choose Custom (advanced) to perform a clean install of Windows Vista.
11. Once setup has completed for the second time, activate Windows Vista normally.

Finally, there are three major developments unique to Windows Vista, all of which
impact the functionality of Windows Vista.
· Boot and Resume:
The Windows Vista operating system is designed to process login scripts, startup
applications, and services in the background to help users to get to work quickly on
their computer. Among the new system features is the advanced Sleep state that
combines the speed used in the Standby mode to allow for the data protection with the
low power consumption of the Hibernate. The result is that the startup process from the
Windows Vista Sleep state takes seconds to start up. As a Windows Vista operating
system starts up, many functions can be processed in the background, affording the
user control over their activities much sooner than in previous versions of Windows.
Instead of shutting down the computer to save power, Windows Vista users can now

--------------------------------------- 13

use the new Sleep state as their default state for turning off their computers. . Going
into the Sleep state, Windows Vista records the contents of memory to the hard disk
while it also maintains the memory. Windows Vista also enters and recovers from the
Sleep mode in a matter of seconds.
· Built-In Diagnostics:
Windows Vista also comes complete with in-built hardware diagnostics, the purpose of
which is to establish when errors are present. The built-in diagnostics of the system are
used to automatically repair the problems and assist with the guiding of the user
through a recovery process. Ultimately, the system serves to eradicate the problem,
whatever it may be.
Although the diagnostic program does not necessarily have the capacity to diagnose all
problems, common problems are at least resolvable with a functioning built-in
diagnostic program. Such problems generally include impending disk failures, memory
problems, and networking issues. Data back-up,
disk replacement, and data restoration are all features that the diagnostics system
allows.
· Automatic Recovery:
When a computer problem is beyond repair, when a failure of the Windows system is
deemed unpreventable, Windows Vista also offers a reasonable solution. Specifically,
the operating system will automatically diagnose and and recover an unbootable
system, turning it into a system that is functional using what is known as the Startup
Repair Tool or SRT. The SRT offers a troubleshooter system to take the user through
the recovery process for no-boot situations step-by-step, minimizing the need for
professional intervention or even major system overall. The general principle of both
the automatic recovery system and indeed the built-in diagnostic systems is to minimize
the extent to which Windows Vista users are vulnerable to lose data should any element
of the operating system fail or otherwise become corrupt. Since start-up problems are
generally recognized as some of the most difficult to resolve, at least for system
administrators, the SRT system is designed to facilitate troubleshooting even in the
event of a start-up problem; when a system boot fails, the system reverts to the SRT,
which performs extensive diagnostics, reviewing the start-up log files to determine the
nature of the problem. This entire process mirrors the general diagnostic process used
to detect problems when the operating system my otherwise be fully functional. As with
the built-in diagnostics and troubleshooter systems of the main operating system, the

--------------------------------------- 14

SRT also offers automatic resolutions or system recovery information to facilitate the
speedy resolution to any systems errors.
Optimizing your system of Windows Vista is decidedly important when you are looking
to make the most of the positives and minimize the negatives of the system. You need
to consider not only how your computer is running in default state (i.e. without any
steps take to optimize the system) but how you use your computer to understand what
steps you can take to most effectively optimize your computer for your purposes.

--------------------------------------- 15

Summary

The purpose of this section is to provide you with a step-by-step review of the
optimization pointers covered in this book. To cut a long story short, it¶s not uncommon
for computer users to overlook the benefits of optimizing simply because the process
strikes them as being too complex.
To keep things simple, these are the steps you can take to ensure that your system is
in top working condition for your purposes:
1. Rate the functionality of your system in terms of the following:
a. How fast your system completes basic tasks like start-up and shut down.
Note if your computer takes a long time to open applications or if there is
an unusual number of interruption as you¶re working on your system
(such as regular error messages, etc).
b. How secure your PC is from security threats. Consider how regularly virus
sweeps are conducted and how regularly anti-spam checkers are updated,
etc.
c. How well does your network operate? Is your operating system
compatible with the various components of your network such as your
printer/scanner/fax/copier, etc? Does your operating system have any
impact upon the speed of your Internet connection? If so, is it slowing
down the connection?
2. Consider how you use your operating system and the extent to which the system
is customized to meet your needs:
a. How compatible is the Vista operating system with the computer and
other devices on your network that you use regularly?
b. What applications do you use most often? Is your system compatible with
these applications? Have you had any problems?
c. Are all of the applications you used on your old system compatible with
Windows Vista? If not, which applications are no longer functioning on
your computer? (You may want to look for upgrades or patches to enable
proper function).
d. Do you need to upgrade to newer versions of the software before
upgrading your computers?
3. Research the in-build system benefits of Windows Vista, such as the built-in
diagnostic systems to determine how easily you can make changes to your
system to improve functionality. Think about the following:

--------------------------------------- 16

a. Can you reorganize the files and directories on your computer to save on
space? Is lack of space or limitation on space having an impact upon the
functionality of your computer?
b. Can you enhance the overall security of your network by establishing
higher levels of security on your User Account and on the other User
Accounts functional on the system?
c. Can you save power by deflecting to the boot and resume option?
d. How good is your system for auto recover of data in the event of a
computer crash? How regularly do you back up your date, etc?
4. Once you have researched the initial options for optimizing your system, you can
take steps to customize and reorganize your system to meet your specific needs.
One of the best ways to ensure that you have a reasonable grasp of the steps
involved in improving your system you can set about the looking for advanced
teaks to boost your system¶s performance.
The Internet is the best place to go for information about custom tweaks and
adjustments to the Windows Vista operating system (or any other operating system, for
that matter) since it provides a ready forum for discussion of computer issues.
Some of the best Web sites for information about Windows Vista are referenced below:
1. http://www.squidoo.com/vista_tips
2. http://www.tweakxpert.com/
3. http://www.howtogeek.com/tag/windows-vista/
4. http://www.pcmag.com/article2/0,1895,2088459,00.asp
5. http://www.stevesinchak.com/ShowCategory278.aspx
6. http://www.howtogeek.com/tag/windows-vista/
7. http://chris.pirillo.com/2007/01/20/top-10-tweaks-tips-and-tricks-for-windows-
vista/
8. http://www.neowin.net/forum/index.php?showtopic=499870

Second to Web sites, you can check out a number of books that specifically review tips
and tricks for Windows Vista optimization. Five of the most relevant books for this
purpose are listed below.
1. Windows Vista(TM) Resource Kit by Mitch Tulloch, Tony Northrup, Jerry
Honeycutt, and Ed Wilson (Paperback - April 4, 2007)
2. Windows Vista Secrets by Brian Livingston and Paul Thurrott (Paperback - Jan
10, 2007)

--------------------------------------- 17

3. Windows Vista: Top 100 Simplified Tips & Tricks (Top 100 Simplified Tips &
Tricks) by Paul McFedries (Paperback - Dec 6, 2006)
4. Windows Vista Inside Out by Ed Bott, Carl Siechert, and Craig Stinson
(Paperback - Jan 18, 2007)
5. Tricks of the Microsoft(R) Windows Vista(TM) Masters by J. Peter Bruzzese
(Paperback - Jun 4, 2007)
Windows Vista can serve as a great operating system with the right approach. It¶s not
perfect, by any stretch of the imagination; enough people have run into problems with
the system that there is sufficient reason to question its integrity, but every user is
different. With the right attention paid to your needs you can certainly make your
experience of Windows Vista a positive one.

--------------------------------------- 18

Further Resources

Windows XP to Windows Vista Transition by Nevada Learning Series (Paperback - Oct
18, 2007)
Discovering Microsoft Office 2007: Windows XP and Vista, Word, Excel, Access,
PowerPoint by Edward G. Martin (Paperback - Jan 9, 2007)
Labyrinth Brief Office 2007 Series : Computer Concepts and Windows XP/Vista by Alec
Fehl and Russel Stolins (Paperback - 2007)
Windows Administration at the Command Line for Windows Vista, Windows 2003,
Windows XP, and Windows 2000 by John Paul Mueller (Paperback - April 2, 2007)
Windows Vista Annoyances: Tips, Secrets, and Hacks by David A. Karp (Paperback - Jan
4, 2008) - Illustrated
Mastering Windows Made Easy Vista & XP Editions Training Tutorial - Learn how to use
Microsoft Windows e Book Manual Guide by TeachUcomp and Inc. (CD-ROM - May 4,
2007)
Windows Lockdown!: Your XP and Vista Guide Against Hacks, Attacks, and Other
Internet Mayhem (Absolute Beginner's Guide) by Andy Walker (Paperback - May 30,
2008)
Group Policy: Management, Troubleshooting, and Security: For Windows Vista ,
Windows 2003, Windows XP, and Windows 2000 (Mark Minasi Windows Administrator
Library) by Jeremy Moskowitz (Paperback - April 9, 2007)
The Unofficial Guide to Windows Vista (Unofficial Guide) by Derek Torres and Stuart
Mudie (Paperback - Feb 5, 2007)
Windows Vista For Dummies, Special Preview Edition by Andy Rathbone (Paperback -
Jul 19, 2006)

---------------------------------------
©

March 17, 2011

Command used to disable/enable network interface

netsh interface set "interface" DISABLED/ENABLED

For example to disable an interface with its default name "Local Area Connection", run:
netsh interface set interface "Local Area Connection" DISABLED

To enable the interface, you'd then run:
netsh interface set interface "Local Area Connection" ENABLED
©

March 3, 2011

[gs-devel] Tips for making ps2pdf available (under windows)

Ray Johnston Ray.Johnston at Artifex.com
Mon Apr 6 11:50:18 PDT 2009

Hi Izzy,

The free Microsoft Visual Studio Express C++ can be used to build gs
using: nmake -f psi/msvc32.mak
in a command prompt (assuming that when you installed VS you had it
add the environment variables -- otherwise you might need to run
vsvars32.bat first).

When Ghostscript is installed from the 'gs864w32.exe' it does not add
the path to your PATH environment variable, nor does it add the 'lib'
path.

By default, the install will put 8.64 in "C:\Program Files\gs\gs8.64"
and some subdirectories and will put a 'shortcut' in "Programs" in
the "Ghostscript" group. You can examine the shortcut for gs8.64 to
see exactly where your version was installed. From a command prompt,
you can run Ghostscript using the method from the 'Target' of the
shortcut, which on my installation is:

"C:\Program Files\gs\gs8.64\bin\gswin32.exe" "-IC:\Program
Files\gs\gs8.64\lib;C:\Program Files\gs\fonts"

To use ps2pdf.bat or other lib scripts from a command prompt, right-
click on "My Computer", then click "Properties", then click the
"Advanced" tab and click on the "Environment Variables" near the
bottom and add the following to your 'Path' System variables:

;C:\Program Files\gs\gs8.64\bin;C:\Program Files\gs\gs8.64\lib

by selecting that variable and clicking on "Edit".
An alternate method that only adds these to the path for a single command
prompt is to execute (from the command prompt, before running ps2pdf):

set PATH="C:/Program Files/gs/gs8.64/bin";"C:/Program
Files/gs/gs8.64/lib";"%PATH%"

then typing:

gswin32c -h

should show you that everything is accessible, and typing:

ps2pdf

should say:

Usage: ps2pdf input.ps [output.pdf]
or: ps2pdf [options...] input.[e]ps output.pdf

Best Regards,
Ray Johnston

©

August 16, 2010

Microsoft Security Essentials - Network and Connectivity Issues

MSE is using different proxy settings from IE. This is according to How the Windows Update client determines which proxy server to use. So, even if the logged in user is using a certain manually configured proxy, Windows Update is not and is trying to connect directly. So the trick is to use proxycfg.exe. I simply typed the following on the command line:

proxycfg -u

and, presto, all udpates went through! The -u option copies the proxy settings from the currently logged in user.

proxcfg has gone missing in Windows Vista and Windows 7. You should use netsh then. The equivalent for the above is:

netsh winhttp import proxy ie

Hope it works for you too.
©

July 4, 2010

Desktop.ini

desktop.ini — это файл конфигурации, который содержит данные настроек внешнего вида папки в ОС Microsoft Windows: значок, цвет текста, фоновый рисунок и т. д.

Структура файла Desktop.ini разделена на секции, заключённые в квадратные скобки. В них находятся специальные значения, распознаваемые операционной системой. Их содержание менять нельзя. Каждая секция содержит один или несколько параметров. Каждому параметру присваивается определённое значение.

При этом папка, в которой находится desktop.ini, должна иметь атрибуты системный (команда attrib +s имя папки) и только чтение; только тогда в ней корректно будут отображаться все настройки.
©

June 8, 2010

Recommended freeware

Today my new Windows notebook arrived and I have gone through the process of reinstalling all my software. Mostly I use freeware, not just because it is free but also because most of this software is better than anything available commercially. I thought it would be useful to update my post on what I’ve installed and what I recommend.
Ninite

* The fastest way to download and install freeware is via Ninite. It doesn’t include everything, but does cover a wide range of software which it automatically downloads and installs (using defaults) without any user intervention. It is amazing how much faster this makes it. I installed the following programs. Chrome (my favourite browser — super fast)
* Firefox (the other browser I occasionally use)
* Skype (for long-distance conversations)
* Thunderbird (which I only use as a backup for my gmail account)
* iTunes (for music and podcasts)
* VLC (for playing video)
* Audacity (for editing sound files)
* Picasa (for photos)
* GIMP (for editing images)
* Inkscape (for creating line drawings using vector graphics)
* OpenOffice (so I can read the files some people send to me)
* Adobe Reader (which I still use for most pdf reading)
* Avast (my preferred virus checker)
* Flash (for all those websites that use it)
* Java (for all those websites that use it)
* Google Earth (my very favourite way of wasting time)
* CCleaner (for cleaning up my old files, uninstalling unwanted programs, editing what programs run at start up, etc.)
* Recuva (just in case I delete something by mistake)
* Filezilla (for moving files to one of my websites)
* Notepad++ (an excellent simple text editor)

All that downloaded and installed in about 15 minutes without needing any of my attention!

Then I installed the following programs which are not part of Ninite.
R

* R. The standard computing platform for almost all applied statistical research these days.
* Rtools. All the tools needed to develop your own R packages.

LaTeX

* MikTeX. I cannot understand why anyone who writes about mathematics uses anything other than a LaTeX system. This is the simplest install for Windows.
* WinEdt. The best Windows text editor for LaTeX and it interfaces seamlessly with MiKTeX. (Actually, this is shareware rather than freeware.)
* JabRef. For managing BibTeX databases.
* SumatraPDF. For viewing PDFs created by MikTeX. The big advantage over Adobe Reader is the pdfs have forwards and backwards syncing with the TeX file and the program doesn’t complain when the pdf file is updated.

Computer management

* Google pack. Lots of useful utilities including Google desktop (for finding files), etc. Many of these are on Ninite, but Gdesktop isn’t so I still need it.

Bible

* e-sword. For those wanting an electronic Bible, this is a great resource with zillions of add-ons. The only hassle is you have to install every add-on separately.

Graphics

* Ghostscript/Ghostview. For viewing postscript files
* Printkey2000. Capture your screen as a graphic image.
* Colorpic. When you need to know exactly what colour has been used.

Utilities

* Syncplicity. A great tool for online backups, and for syncing my computers.
* SynchronizeIt! and CompareIt!. I use SynchronizeIt! for automating my backups and CompareIt! to find differences between two text files.
©

April 21, 2010

Scheduled tasks in Windows Vista

To view the scheduled tasks in a default installation of Windows Vista, click Start. In the Start Search box, type task scheduler. Then, in the Programs list, click Task Scheduler.
©

March 30, 2010

Сменить язык интерфейса в Vista и Windows 7

Как известно, без проблем сменить язык интерфейса можно только в топовых версиях Windows Vista и Windows 7. А если у вас Home или Home Premium, то там никакого MUI нет, поэтому язык вроде как не поменять.

На самом деле - поменять. Есть такая программа - Vistalizator. Скачиваете программу под свою версию Windows (Vista, Windows 7, 32- и 64-битные версии), скачиваете нужный language pack, устанавливаете программу, запускаете и указываете ей
папку с языковым пакетом. Дальше нажимаете на кнопку "Сменить язык". И он меняется.

Я на 64-битной Windows 7 поменял английский интерфейс на русский. (Мне-то пофиг, но иногда ноутбук нужно давать родственникам, а им не пофиг.) Все получилось отлично. Тем более что его теперь можно менять туда-сюда.

Также народ говорил, что на различных версиях Vsta меняли (кто с английского на русский, кто с руского на английский) - тоже без проблем.

Так что рекомендую, если кому актуально.

©