PaulSpoerry.com

You found me… insights on technology, philosophy, Windows, hacking and more.
  • rss
  • Home
  • Archive
  • Links
  • Contact
  • Categories
  • Search
  • Snazzy Archives
  • About
  • Photos

Executor - Challenger to the Launchy throne

August 19, 2008

alphaskin Executor - Challenger to the Launchy throneExecutor is a multi purpose launcher and a more advanced and customizable version of windows run. It allows you to pretty much ignore your start menu and do all kinds of time saving stuff from the Executor itself.

No doubt I’ve been in love with a similar application called Launchy for quite some time. Launchy is a free windows and linux utility designed to help you forget about your start menu, the icons on your desktop, and even your file manager. It indexes the programs in your start menu and can launch your documents, project files, folders, and bookmarks with just a few keystrokes!

Many have come, but Launchy still stands as the king. But Executor brings with it many features that Launchy doesn’t have and it might be time to make a switch.

One of the major differences between the two is Executor’s emphasis on keywords. Although it does text search for just about anything, Executor gives priority to user-assigned keywords for launching apps, documents, and folders. What’s more, you can assign a keyboard shortcut to any keyword for quick launches without even invoking Executor. It’s also has a small footprint on your system clocking in at just about 10 megs.

Read the rest of this entry �

Comments
2 Comments »
Categories
GTD, Tech, Web Life, Windows
Tags
customizable version, desktop search, documents project, executor, feature list, file extensions, free windows, google, keyboard shortcut, launchy, mail, microsoft, microsoft windows, start menu, Windows, Windows Desktop Search, windows desktop search wds, Windows Search, windows vista, windows xp
Comments rss Comments rss
Trackback Trackback

TrueCrypt 6.0 Released

July 8, 2008

TrueCrypt is a software application used for on-the-fly encryption (OTFE). It can create a file-hosted container or write a partition which consists of an encrypted volume with its own file system, contained within a regular file, which can then be mounted as if it were a real disk. TrueCrypt also supports device-hosted volumes, which can be created on either an individual partition or an entire disk. With version 5.0 it can encrypt the windows boot partition.TrueCrypt is available for Microsoft Windows, Mac OS X, and Linux. It is distributed under a collection of licences, including the TrueCrypt License, which is judged by Debian to be a free software license.

xp_main TrueCrypt 6.0 Released

Read the rest of this entry �

Comments
No Comments »
Categories
Linux, Privacy, Tech, Windows
Tags
adversary, algorithms, boot partition, combinations, core systems, decoy, encrypted data, encrypted volume, free software license, mac os x, microsoft windows, operating system, os x, Privacy, random noise, secure desktop, security technology, serpent, software application, speedup, system security, truecrypt, truecrypt 6.0, version 6, windows boot
Comments rss Comments rss
Trackback Trackback

Disable Vista’s Automatic Folder Type Discovery

June 27, 2008

By default, Windows Explorer in Windows Vista will try to automatically detect the contents of a folder and display the correct detail settings, however in some situations you may wish to disable this behavior and customize the view settings manually as desired.

NOTE: This involves editing the registry. It is always recommended to create a back-up of the registry before making any modifications. Before performing any of the actions below, please save your work and close any Windows Explorer windows, as you will need to log off for these changes to properly take effect.

Automatic method

  • Download the command script that they have created and extract the files to your Desktop. Once you have extracted the files, simply double click on “disable_automatic_foldertype_discovery.cmd” and read the precautions in the command prompt window that appears.This file has been scanned for viruses and does not perform any malicious tasks, it simply automates the task required to reset the Windows Explorer view settings and then proceed to disable the automatic folder content discovery.

Manual method

  • Click on Start, and in the Start Search field type “REGEDIT”, and then press Enter.
  • If User Account Control prompts you, provide consent by clicking on Continue or entering a password.
  • In the left hand pane, navigate to HKEY_CURRENT_USER\Software\Classes\Local Settings\Software\Microsoft\Windows\Shell
  • Right click on the “Bags” sub-key and click on Delete. When asked to confirm the operation click on Yes.
  • Right click on the “Shell” sub-key and from the menu that appears click on New, and then click on Key.
  • Give the new key a name of “Bags” (without the quotes).
  • Right click on the “Bags” sub-key and from the menu that appears click on New, and then click on Key.
  • Give the new key a name of “AllFolders” (without the quotes).
  • Right click on the “AllFolders” sub-key and from the menu that appears click on New, and then click on Key.
  • Give the new key a name of “Shell” (without the quotes).
  • Select the “Shell” key that you just creaited.
  • In the right hand pane of the Registry Editor, right click on an empty area and from the menu click on New, and then click on String Value.
  • Give the new REG_SZ (String Value) a name of “FolderType” (without the quotes).
  • Double click on the FolderType String Value and give it a value of “NotSpecified” (without the quotes).
  • Close the Registry Editor.
  • Click on Start, press the arrow next to the power buttons, and select Log Off from the menu that appears.
  • Log back in and customize your Windows Explorer folder view settings as desired.

If you would like to reset Windows Explorer back to the way it should act by default:

  • Click on the Start button, and in the Start Search field paste the following bold text command: REG DELETE “HKCU\Software\Classes\Local Settings\Software\Microsoft\Windows\Shell\Bags\AllFolders” /f
  • Press the Enter key to execute the command.

Folder content auto discovery will be enabled on any folders that have not been previously opened. However, if you would like to reset the view settings on all folders so that auto-sensing is automatically enabled, simply download the “Reset Windows Explorer View Settings” command script, extract the .cmd file from the Compressed Folder (ZIP file) and execute the command script, paying attention to the on-screen information.

Comments
1 Comment »
Categories
Code, Tech, Vista Tweaks, Windows
Tags
cmd, command script, content discovery, current user, default windows, detail settings, explorer windows, local settings, microsoft windows, search field, software classes, software microsoft, type regedit, user software, windows explorer, windows shell
Comments rss Comments rss
Trackback Trackback

Disable All Notification Balloons in Windows Vista

June 16, 2008

If you find the popup notification balloons in the Windows Vista system tray to be annoying, you might be interested to know that you can completely disable them. Typically you can just turn them off in the applications causing the notifications (probably you’re best bet), but if you want to disable them across the board, this is the solution.

image72 Disable All Notification Balloons in Windows Vista

Note: I’m not necessarily recommending that everybody do this… you should only bother with it if you need to solve this particular problem.

Manual Registry Hack

Open up regedit.exe through the start menu search or run box, and then browse down to the following key:

HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced

image73 Disable All Notification Balloons in Windows Vista

Right-click on the right-hand pane, and create a new 32-bit DWORD with the following values:

  • Name: EnableBalloonTips
  • Value: 0

You’ll have to logoff and back on in order to see the change.

Comments
No Comments »
Categories
Tech, Vista Tweaks, Windows
Tags
balloons, current user, dword, extreme option, hand pane, menu search, microsoft, microsoft windows, registry hack, software microsoft, solution note, start menu, system tray, user software, vista system
Comments rss Comments rss
Trackback Trackback

Windows 7 - 17 screenshots

May 26, 2008

Windows 7 (formerly known as Blackcomb and Vienna) is the working name for the next major version of Microsoft Windows as the successor of Windows Vista. Microsoft has announced that it is “scoping Windows 7 development to a three-year timeframe”, and that “the specific release date will ultimately be determined by meeting the quality bar.” Windows 7 is expected to be released sometime in 2010. The client versions of Windows 7 will ship in both 32-bit and 64-bit versions. A server variant, codenamed Windows Server 7, is also under development.

Microsoft is maintaining a policy of silence concerning discussion of plans and aspirations for Windows 7 as they focus on the release and marketing of Windows Vista, stating that Microsoft does not want to promise features and then fail to deliver, as happened with Windows Vista Ultimate, though some early details of various core operating system features have emerged. As a result, little is known about the feature set, though public presentations from company officials have disseminated information about some features. Leaked information from people to whom Milestone 1 (M1) of Windows 7 was shipped also provides some insight into the feature set.

9 Windows 7 - 17 screenshots

Read the rest of this entry �

Comments
No Comments »
Categories
Gadgets, Tech, Videos, Windows
Tags
aspirations, bar windows, blackcomb, client versions, company officials, core operating system, insight, m1, microsoft, microsoft windows, milestone, public presentations, quality bar, release date, scoping, silence, system features, timeframe, vienna, windows server
Comments rss Comments rss
Trackback Trackback

How to access Administrative Shares on Vista (C$)

May 9, 2007

I rarely use network shares on my computers. Ok, I have a few setup for the family to use if they need to copy something from one computer to another and a share for our network storage. Other than that I have always favored using admintrative shares. These don’t show up in network neighborhood, but can be accessed by using \\computername\C$. The “$” at the end of a share name makes it invisible to network browsing, but otherwise it is a regular share. As the name implies, administrative shares are only available to those in the Local Administrators security group. This is turned off by default in Vista. Bummer, it’s so handy… I guess that’s part of the big security push. *shrug*

To enable administrative shares you gotta make a registry change. Click on the orb and in the search box type ‘regedit’ and hit enter. Browse to HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Policies\System. Add a new DWORD called “LocalAccountTokenFilterPolicy” and give it a value of 1. Reboot and yer done!

Comments
1 Comment »
Categories
Tech, Vista Tweaks
Tags
administrative shares, dword, machine software, microsoft, microsoft windows, network neighborhood, network shares, network storage, orb, reboot, search box type, security group, share name, shrug, software microsoft, type regedit, Vista Admin shares, vista tweak, Vista Tweaks
Comments rss Comments rss
Trackback Trackback

Make User Account Control (UAC) Stop Blacking Out the Screen in Windows Vista

March 11, 2007

Every since User Account Control (UAC) hit the streets people have been complaining about how it darkens the screen out when asking for permission to do something. Personally I didn’t find it that annoying, but a lot of people have been complaining about it. You can change this default behavoir. Go to the start menu and type in security in the search box. You should see the Local Security Policy as the top search item.

image%7B0%7D Make User Account Control (UAC) Stop Blacking Out the Screen in Windows Vista

In the Local Security Policy window, browse down to Local Policies \ Security Options

image%7B0%7D%5B1%5D Make User Account Control (UAC) Stop Blacking Out the Screen in Windows Vista

Over in the right hand part of the window, scroll down near the bottom and find the item titled User Account Control: Switch to the secure desktop when prompting for elevation

Double-click on the item, and change it to disabled and then click OK.

Note: This does make your system slightly less secure, so be warned.

For Windows Home users, you will need to open up regedit via the start menu search box. Browse down to this registry key:

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System]

You should see a key called PromptOnSecureDesktop. Double-click this and change the value to 0.

Source: HowToGeek. Check out some other great posts from the same site!

  • Disable User Account Control (UAC) the Easy Way on Windows Vista
  • Run a Command as Administrator from the Windows Vista Run box
  • Enable or Disable UAC From the Windows Vista Command Line
  • Disable User Account Control(UAC) For Administrators Only
  • Stop an Application from Running at Startup in Windows Vista
  • Comments
    No Comments »
    Categories
    Tech, Windows
    Tags
    control switch, double click, elevation, hkey local machine, hkey local machine software, home users, local security, menu search, microsoft, microsoft windows, regedit, search box, secure desktop, security options, security policy, software microsoft, start menu, uac, Vista
    Comments rss Comments rss
    Trackback Trackback

    Tag Cloud

    ajax amazon barack obama bittorrent blog btjunkie cnn firefox gadget Gadgets game google HTC HTC Touch iGoogle launch mac os x menu search microsoft microsoft windows myspace open source operating system orb photo power users Religion Ron Paul software microsoft sprint Sprint Touch start menu star wars target video Vista vista tweak Vista Tweaks wikipedia Windows Windows Mobile windows vista windows xp Wordpress youtube
    rss Comments rss valid xhtml 1.1 design by jide powered by Wordpress get firefox