Chameleon I386 Folder Downloads

Chameleon folder free download - Chameleon Folder, Chameleon Clock, Chameleon, and many more programs. Chameleon 2.0-RC4 is out! Home » Articles » Chameleon 2.0-RC4 is out! Article is filed in Posted 11. We’re back again with this new RC4 version. Since the last RC3 release, we received many patches and fixes, and also backported some important features like ATI graphics device injection, EFI64 tables and PCI root configuration.

With Chameleon Folder you can open frequently used and favorite folders in Windows Explorer, Open/Save dialog boxes, archive extract windows, and on the desktop. Chameleon Task Manager is a replacement for Windows task manager that automatically optimizes software performance. It gives you complete control over programs and delivers detailed information about them. Chameleon Task Manager monitors seven global system parameters and more than six parameters individually for each program. It has a smart memory optimizer both for the entire system.

I386

Use hotkeys to hide custom groups of windows and processes by resorting to this lightweight application that protects your privacy

Even though your screen may not be home to any sensitive info, having someone else peek at what you are working on is definitely annoying.

There are, however, software solutions that can reduce the chances of this happening, with an example in this regard being Chameleon, which can easily hide any of your open windows so that you alone know about them.

Can hide processes and windows using hotkeys

At first interaction with the program, you are met with a simplistic user interface that you should effortlessly figure out, no matter if you are a techie or not.

The application’s feature set is rather limited, but it serves its purpose quite well. To be more specific, what the software utility does is help you make specific windows invisible to people coming near your screen, all by pressing a hotkey.

The first thing you need to do is take a look at a list of currently open windows. At this point, you can customize the group of applications that you can easily camouflage whenever you deem it necessary. Expanding it can be done by clicking the right arrow whereas the left one enables you to remove items.

Lets you adjust the windows’ transparency level

You can easily inspect all the windows you want to control in one of the dedicated panels on the right, with the mention that hiding or revealing them is possible by pressing CTRL+WIN.

The transparency of your windows can also be fine-tuned using a slider bar or the AltGr+UP and the AltGr+DOWN key combinations. Needless to say, resetting all the transparency settings can be done with a click of the mouse.

Other than that, you should know that the software utility allows you to differentiate between windows you want to be closed. In other words, you can select the “Link all child” option so that all windows of a specific process inherit the transparency settings you indicated or work with 'Unlinked Child' otherwise.

Easy-to-use app protecting your privacy

Chameleon I386 Folder Downloads

All in all, Chameleon is a responsive software utility whose purpose is to make sure you can instantly hide windows you don’t want other people to glimpse into, without fearing data loss. While it does not come with many customizable settings, its feature set is easy to get accustomed to, with no malfunctions being experienced during our tests.

Filed under

Chameleon was reviewed by Anca Roman
3.5/5
LIMITATIONS IN THE UNREGISTERED VERSION
  • 10-use trial
  • Nag screen
This enables Disqus, Inc. to process some of your data. Disqus privacy policy

Chameleon 2.6.5

add to watchlistI386

Chameleon I386 Folder Downloads Download

Chameleon I386 Folder Downloadssend us an update
1 screenshot:
runs on:
Windows 8 32/64 bit
Windows 7
Windows Vista
Windows XP
file size:
393 KB
filename:
Chameleon2.zip
main category:
Desktop Enhancements
developer:
visit homepage

top alternatives FREE

Chameleon I386 Folder Downloads Download

top alternatives PAID

So if you want to understand how to make a Chameleon boot cd from scratch here goes…Empire EFI is prolly just easier to use.
Prerequisites:
A working OSX install (Physical or Virtual)
Blank CD
Terminal Knowledge
Kexts for your board (you have to know these and provide them)
Chameleon Binaries (latest as of this post is RC4)
smbios.plist
fakesmc.kext
Disabler (nullcpupowermanagement.kext)
Patched mach_kernel (for Legacy Intel and AMD…search google…)
Download and extract the latest Chameleon (assuming into ~/Downloads)
create a directory in your home folder that contains the folder structure
mkdir -p ~/bootcd/usr/standalone/i386/ ~/bootcd/Extra/
Copy the cdboot binary into the bootcd folder
cp -Rp ~/Downloads/Chameleon-2.0-RC4-r684-bin/i386/cdboot ~/bootcd/usr/standalone/i386/
Place a com.apple.Boot.plist into the cd (you can make what ever modifications you want)
com.apple.Boot.plist example
create a Preboot.dmg
hdiutil create -size 30m -type UDIF -fs HFS -layout SPUD -volname Preboot ~/bootcd/Extra/Preboot.dmg -ov -quiet
Mount the Preboot.dmg
hdiutil attach -owners on ~/bootcd/Extra/Preboot.dmg
Build the folder structure inside the Preboot.dmg
mkdir -p /Volumes/Preboot/Extra/Extensions
copy your kexts into the Preboot.dmg (i will give fakesmc and the Disabler as an example
cp -Rp ~/Downloads/fakesmc.kext /Volumes/Preboot/Extra/Extensions/
cp -Rp ~/Downloads/nullcpupowermanagement.kext /Volumes/Preboot/Extra/Extensions/

Place a patched kernel into your boot CD (AMD/Legacy Intel) and Preboot.dmg
cp -Rp mach_kernel ~/bootcd/Extra/ ; cp -Rp mach_kernel /Volumes/Preboot/Extra/
Copy your com.apple.Boot.plist into the Preboot.dmg
cp -Rp com.apple.Boot.plist /Volumes/Preboot/Extra/
com.apple.Boot.plist (different than above)
Copy your smbios.plist (that you made following the linked guide) into the Preboot.dmg
cp -Rp smbios.plist /Volumes/Preboot/Extra/
**Optional**
copy your DSDT.aml into your boot CD **note** I cannot remember which location loads the DSDT so place it in the Preboot and on the root of the CD
cp -Rp DSDT.aml ~/bootcd/Extra/ ; cp -Rp DSDT.aml /Volumes/Preboot/Extra/
Fix permissions and recreate the kext cache ( you will see many messages like (including anyway; dependencies may be available from elsewhere) these are OK to ignore)
sudo chown -R root:wheel /Volumes/Preboot/Extra/Extensions
sudo chmod -R 755 /Volumes/Preboot/Extra/Extensions
sudo kextcache -v 1 -a i386 -a x86_64 -m /Volumes/Preboot/Extra/Extensions.mkext /Volumes/Preboot/Extra/Extensions/

Eject the Preboot.dmg
hdiutil detach /Volumes/Preboot/
master the newly minted Empire EFI
sudo hdiutil makehybrid -o My_Custom_bootcd.iso ~/bootcd/ -iso -hfs -joliet -eltorito-boot ~/bootcd/usr/standalone/i386/cdboot -no-emul-boot -hfs-volume-name 'My Custom Bootcd' -joliet-volume-name 'My Custom Bootcd'
burn that to a CD and you have your very own bootable cd.