09 March 2015

Page File Sizing

What size should I set my page file to? Well...it depends...

For Mark Russinovich’s explanation, see this excellent article on his blog:
http://blogs.technet.com/b/markrussinovich/archive/2008/11/17/3155406.aspx

References:
http://blogs.technet.com/b/markrussinovich/archive/2008/11/17/3155406.aspx

18 February 2015

Recommended WordPress Plug-ins

When creating a WordPress-based blog or site, there are loads of really useful plug-ins. This site lists some of the best: http://www.eugenoprea.com/best-wordpress-plugins-you-should-have-on-your-blog/

28 January 2015

Recovering Chrome Bookmarks

Chrome bookmarks are kept in the following folder
C:\Users\<username>\AppData\Local\Google\Chrome\User Data\Default\
Look for the file called Bookmarks or Chrome also keeps a copy of bookmarks that were present as of the last time Chrome was closed in a file called Bookmarks.bak

References:
http://www.howtogeek.com/111784/how-to-recover-accidentally-deleted-bookmarks-in-chrome-firefox/

10 October 2014

Configuring an Automatic Resolution Policy for Offline Files

Due to the persistent investigations of Aaron Parker at http://stealthpuppy.com/, we have some useful info on this. The following instructions from Aaron's blog give us what we need. For further details, see his full blog entry at http://stealthpuppy.com/configuring-an-automatic-resolution-policy-for-offline-files-in-windows-7/.

An automatic resolution policy for Offline Files is implemented by adding a registry value for each network share for which you wish to control synchronisation, then specifying the policy for automatic resolution.
  1. Click Start, type regedit in the Start Search box, and then press ENTER
  2. Locate and then click the following registry subkey: HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\NetCache
  3. On the Edit menu, point to New, and then click Key. Type SyncConflictHandling, and then press ENTER
  4. Right-click SyncConflictHandling, point to New, and then click Expandable String Value. Type the path of the network share as the value name (for example \\servername\share)
  5. Right-click the value name, and then click Modify. In the Value data box, enter a value listed in the table below, and then click OK
The possible values for SyncConflictHandling and a description of each value is listed is this table:
ValueDescription
0No resolution. The conflict is unresolved. This allows the conflict to be processed by other handlers in the system.
1Keep the local state. This overwrites the remote copy with the local copy's contents. If the local copy was deleted, this deletes the remote copy on the server.
2Keep the remote state. This overwrites the local copy with the remote copy's contents. If the remote copy was deleted, this deletes the local copy in the Offline Files cache.
3Keeps both copies. Note that this resolution is valid only for sync conflict states where both the server and client copies exist and where at least one of the items is a file. This resolution type is not available when one of the items has been deleted or both items are directories.
4Retains the state of the latest operation as determined by last-change times of the items in conflict. If the local item was deleted, the time of deletion is used for comparison.
5Write an entry to the sync conflict log and perform no further attempts at resolving the conflict. The interactive user will resolve the conflict through Sync Center at a later time.
6Do not resolve the conflict. Do not record an entry in the sync conflict log
7Cancel the synchronization operation
References:
http://stealthpuppy.com/configuring-an-automatic-resolution-policy-for-offline-files-in-windows-7/
 

13 August 2014

Outlook Prompting for Credentials

There are many reasons why outlook might prompt for credentials. However, one of the reasons that I often forget is when outlook tries to access an internal address or server via a web proxy, i.e. it does not know to bypass the web proxy when looking for the address or server in question.

Ensure all servers (including aliases) that Outlook should connect with internally are excluded in your web proxy configuration.

For other potential causes/fixes,  Ilan Lanz (Ilantz) has created a great troubleshooting list here.

References:
http://ilantz.com/2011/02/08/authentication-pop-ups-and-annoyances-with-exchange-2007-2010-and-outlook-anywhere/