B
Bear Bottoms
Someone might want to comment on this tools ability to protect your
system from virus and Trojans? I'm not expert in this area enough to do
so.
Toolwiz Time Freeze
http://www.toolwiz.com/
They have some nice free utilities here
http://www.toolwiz.com/products/toolwiz-time-freeze
Temporary System Virtualization
"Toolwiz Time Freeze is a free instant system restore solution to keep
your system safe and always like new. It protects your system from any
unwanted changes and malicious activity in low disk level.With a simple
click, it puts your actual system under virtual protection on the fly
and creates a virtual environment as a copy of the real system, on which
you can evaluate applications, watch movies, and perform online
activities. It provides higher-level security to computer protection,
and greatly improves the efficiency of virtual system."
On startup, runs in the system tray and double-click its icon to evoke
it.
File Size 1210 Kb
Windows XP/2003/Vista/Server 2008/
I installed the program and opened the program from the tray. I clicked
"start TimeFreeze" and being a Korean Program, it tells you in poor
English that it will create a virtual environment of your system. After
you start it check the "Show toolbar on desktop for Frozen Mode and an
icon will appear on your desktop reminding you that you are running in
virtualized mode. You also have a File Protection Mode allowing you to
protect folders/files to prevent viruses and Trojans accessing those
files. This confused me somewhat.
After started, it will begin creating a cache to store your session in
and shows you the progress of the building though you are in virtual
mode and it builds what it needs for the session up to 4011MB.
When you are done with the session, click Stop TimeFreeze, and a screen
pops up with options to turn off the protection and save all changes, or
Turn off the protection and drop all changes which will restart your
system and drop all changes in the virtual mode.
I created a few text files and saved them to my desktop which were still
there after the reboot which I didn't expect - I guess it assumed it was
a wanted action. Not sure what that's about and made me question total
temporary virtualization - I don't know at this point, I certainly
wasn't expecting to see those files after it re-booted. Maybe someone
else can enlighten me on that one.
At first run, the system was very slow to react, but after a bit it
settled down and speed was good. On second run, I almost didn't know I
was in frozen mode so I guess it saves a cache somewhere and expands
that size as it needs to. It was only slow on first run while it was
building cache.
The following is an explanation of how it works I found in their forums:
"The Toolwiz engine is made up of two Windows kernel drivers. One is the
file system filter and another is a disk filter. The whole engine is
designed to hold all the changes(both in the file system and raw disk
level) and save the changes to one cache file. We have very good idea to
keep as less changes as it can to get better performance. That is why we
can exit the protection at once and the others can not.
That is the very standard disk virtualization architecture. you can see
many other similar products, Deepfreeze, Powershadow and so on. The
difference between them should be the algorithm, logic and detailed
skill in the Windows kernel development(we have zero BSOD report so
far).
The Windows boot process has two stages at least. One is the boot loader
and another is the OS loader. The first stage is in the real mode(part
in protect mode). It loads the OS loader and System Registry with BIOS
read function(INT 13 normally).
If we want to keep the changes for many reboots(survive reboots as you
said), we need to change the user's MBR and use the HOOK code to do the
redirection work since first stage. We have the whole tech for this and
in fact you can find the Toolwiz BHORM in our website. This product can
keep the protection for many reboots, but so far more users choose
Timefreeze, not BHORM.
Replacing the MBR and adding the HOOK code to INT13 and INT15 is not a
good news for many users. Sounds like a bookit It will bring a lot of
compatibility and security issue. So far we want to keep our timeFreeze
clear and smart. But we will try to make a new branch for the
virtualization in the future, adding the features like RAM Cache,
Exclusion Folder, Keep Changes for many reboot, Protect more
partitions."
system from virus and Trojans? I'm not expert in this area enough to do
so.
Toolwiz Time Freeze
http://www.toolwiz.com/
They have some nice free utilities here
http://www.toolwiz.com/products/toolwiz-time-freeze
Temporary System Virtualization
"Toolwiz Time Freeze is a free instant system restore solution to keep
your system safe and always like new. It protects your system from any
unwanted changes and malicious activity in low disk level.With a simple
click, it puts your actual system under virtual protection on the fly
and creates a virtual environment as a copy of the real system, on which
you can evaluate applications, watch movies, and perform online
activities. It provides higher-level security to computer protection,
and greatly improves the efficiency of virtual system."
On startup, runs in the system tray and double-click its icon to evoke
it.
File Size 1210 Kb
Windows XP/2003/Vista/Server 2008/
I installed the program and opened the program from the tray. I clicked
"start TimeFreeze" and being a Korean Program, it tells you in poor
English that it will create a virtual environment of your system. After
you start it check the "Show toolbar on desktop for Frozen Mode and an
icon will appear on your desktop reminding you that you are running in
virtualized mode. You also have a File Protection Mode allowing you to
protect folders/files to prevent viruses and Trojans accessing those
files. This confused me somewhat.
After started, it will begin creating a cache to store your session in
and shows you the progress of the building though you are in virtual
mode and it builds what it needs for the session up to 4011MB.
When you are done with the session, click Stop TimeFreeze, and a screen
pops up with options to turn off the protection and save all changes, or
Turn off the protection and drop all changes which will restart your
system and drop all changes in the virtual mode.
I created a few text files and saved them to my desktop which were still
there after the reboot which I didn't expect - I guess it assumed it was
a wanted action. Not sure what that's about and made me question total
temporary virtualization - I don't know at this point, I certainly
wasn't expecting to see those files after it re-booted. Maybe someone
else can enlighten me on that one.
At first run, the system was very slow to react, but after a bit it
settled down and speed was good. On second run, I almost didn't know I
was in frozen mode so I guess it saves a cache somewhere and expands
that size as it needs to. It was only slow on first run while it was
building cache.
The following is an explanation of how it works I found in their forums:
"The Toolwiz engine is made up of two Windows kernel drivers. One is the
file system filter and another is a disk filter. The whole engine is
designed to hold all the changes(both in the file system and raw disk
level) and save the changes to one cache file. We have very good idea to
keep as less changes as it can to get better performance. That is why we
can exit the protection at once and the others can not.
That is the very standard disk virtualization architecture. you can see
many other similar products, Deepfreeze, Powershadow and so on. The
difference between them should be the algorithm, logic and detailed
skill in the Windows kernel development(we have zero BSOD report so
far).
The Windows boot process has two stages at least. One is the boot loader
and another is the OS loader. The first stage is in the real mode(part
in protect mode). It loads the OS loader and System Registry with BIOS
read function(INT 13 normally).
If we want to keep the changes for many reboots(survive reboots as you
said), we need to change the user's MBR and use the HOOK code to do the
redirection work since first stage. We have the whole tech for this and
in fact you can find the Toolwiz BHORM in our website. This product can
keep the protection for many reboots, but so far more users choose
Timefreeze, not BHORM.
Replacing the MBR and adding the HOOK code to INT13 and INT15 is not a
good news for many users. Sounds like a bookit It will bring a lot of
compatibility and security issue. So far we want to keep our timeFreeze
clear and smart. But we will try to make a new branch for the
virtualization in the future, adding the features like RAM Cache,
Exclusion Folder, Keep Changes for many reboot, Protect more
partitions."