How to resize Hiberfil.sys

May 8, 2009

Hiberfil.sys is hibernation file that store whole Windows state, when hibernation in action. Its located in system drive (generally C: drive’s root). The size of file depends on total installed physical RAM, so it requires space in HDD as much your system RAM. But its too annoying we need to free space, so here is the solution.

Let's do it-

1. Reduce size/Resize
Go to Run and type CMD and press Enter

POWERCFG -H -Size


Specifies the desired hiberfil.sys size in percentage of the total memory. The default size cannot be smaller than 50. This switch will also enable the hiberfil.sys automatically.

2. Remove

POWERCFG -H OFF

Disables the hibernate feature and removes hiberfil.sys

3. Re-enable hibernate feature

POWERCFG -H ON

Allows to revert back to default and create hiberfil.sys according to system RAM.

Source: http://www.itsmywindows.com/how-to-reduce-the-sizeresizeremove-of-hiberfilsys

READ MORE - How to resize Hiberfil.sys

Kill a process when your Taskmanager is disabled

You all may have stuck with your disabled Taskmanager, when a nasty virus enters your Computer and take away all your happiness. You try hard to find the exe file name of this virus to kill it, but worst it disbales your taskmanager therefore you are not able to know which processs are running.

Therefore I came up with an tutorial to show you which all processes are currently running on your system so that you can look for any running malicious program.
The command which we are using is TASKLIST.

Syntax: TASKLIST [/S system [/U username [/P [password]]]]
[/M [module] | /SVC | /V] [/FI filter] [/FO format] [/NH]



This command line tool displays a list of application(s) and associated task(s)/process(es) currently running on either a local or remote system.

Parameter List:

/S system Specifies the remote system to connect to.

/U [domain\]user Specifies the user context under which
the command should execute.

/P [password] Specifies the password for the given
user context. Prompts for input if omitted.

/M [module] Lists all tasks that have DLL modules loaded
in them that match the given pattern name.
If the module name is not specified,
displays all modules loaded by each task.

/SVC Displays services in each process.

/V Specifies that the verbose information
is to be displayed.

/FI filter Displays a set of tasks that match a
given criteria specified by the filter.

/FO format Specifies the output format.
Valid values: "TABLE", "LIST", "CSV".

/NH Specifies that the "Column Header" should
not be displayed in the output.
Valid only for "TABLE" and "CSV" formats.

Here are some eg. which will show you how to use it effectively.
Examples:
TASKLIST
TASKLIST /M
TASKLIST /V
TASKLIST /SVC
TASKLIST /M wbem*
TASKLIST /S system /FO LIST
TASKLIST /S system /U domain\username /FO CSV /NH
TASKLIST /S system /U username /P password /FO TABLE /NH
TASKLIST /FI "USERNAME ne NT AUTHORITY\SYSTEM" /FI "STATUS eq running"



So now you have got the list of all process running on your system now its time to kill the malicious program.
The command which we are using for this is TASKKILL.

Syntax: TASKKILL [/S system [/U username [/P [password]]]]
{ [/FI filter] [/PID processid | /IM imagename] } [/F] [/T]


This command line tool can be used to end one or more processes. Processes can be killed by the process id or image name.

Parameter List:

/S system Specifies the remote system to connect to.

/U [domain\]user Specifies the user context under which
the command should execute.

/P [password] Specifies the password for the given
user context. Prompts for input if omitted.

/F Specifies to forcefully terminate process(es).

/FI filter Displays a set of tasks that match a
given criteria specified by the filter.

/PID process id Specifies the PID of the process that
has to be terminated.

/IM image name Specifies the image name of the process
that has to be terminated. Wildcard '*'
can be used to specify all image names.

/T Tree kill: terminates the specified process
and any child processes which were started by it.


Well if you want some more detaliled description go to command propmt and type TaskKill/?

Here are some eg. which will show you how to use it effectively.
Examples:
TASKKILL /S system /F /IM notepad.exe /T
TASKKILL /PID 1230 /PID 1241 /PID 1253 /T
TASKKILL /F /IM notepad.exe /IM mspaint.exe
TASKKILL /F /FI "PID ge 1000" /FI "WINDOWTITLE ne untitle*"
TASKKILL /F /FI "USERNAME eq NT AUTHORITY\SYSTEM" /IM notepad.exe
TASKKILL /S system /U domain\username /FI "USERNAME ne NT*" /IM *
TASKKILL /S system /U username /P password /FI "IMAGENAME eq note*"





READ MORE - Kill a process when your Taskmanager is disabled

Vodafone’s new Ads - ZooZoo

May 7, 2009

Vodafone has launched a series of Add at this season of IPL. They seems quite impressing one. If you are thinking that they are Animated Characters than here you will be amazed to know that they are not animated characters but humans. yes i said Humans. They are human beings who were made to wear body suits. “The design of the characters is such that one gets fooled into thinking it is animation.

So who are ZooZoo?
Zoozoos are local theatre slim built women actors dressed in white costumes who were pratically blind and not animated as it appears.


The company plans to roll out 30 different commercials on similar lines which are 20-30 seconds long.

Let's see the making of ZooZoo




READ MORE - Vodafone’s new Ads - ZooZoo

How to: format USB drive into NTFS format

May 1, 2009

There are a lot of benifits of using NTFS format rather than default FAT format in Windows XP. For those who really understand what they get from NTFS here is the tutorial which will tell you how to format your USB/flash/pen drive in Windows XP.

Before beginning let just have a look on some special features of NTFS
a.) Allows you to encrypt your files.
b.) Allows file compression.
c.) Aloow you to transfer/send large files.

1. Plug in your USB drive that you want to format.
2. Right click on My Computer and go to Properties > Hardware tab than click on Device Manager Button.
3. Now Expand Disk Drives, and Right click on your USB/Flash Drive and select Properties.
4. Go to Policies tab and select for Optimize for Performance and apply.

Yooooooooo Hooooooooooo!!!

It's all done, now just open explorer and right clgk on your Pen drive and select Format, now you will find NTFS formating option too.

or you can just type Format X: /FS:NTFS
in Run dialog box, where X is replaced by your USB drive letter.


READ MORE - How to: format USB drive into NTFS format

About Author

My photo
Working as an Automation Analyst, Ritesh is very passionate about developing tools and apps. His profile contains a long list of tools developed for Windows and apps for Android platform.