Tuesday, 18 June 2013
How to enable God Mode in Windows 7
07:08 | Posted by
Unknown |
Edit Post
)How to enable God Mode in Windows 7
Create a new folder, anywhere on the PC, and name it“GodMode.{ED7BA470-8E54-465E-825C-99712043E01C}“, without the quotes.
The folder icon instanly changes to the Control Panel Icon.
Open the folder and you will get options to change most of the configurations of the PC.
look like this
how to change taskbar icon size
07:04 | Posted by
Unknown |
Edit Post
2 ) Thin Taskbar
If you don’t like new look from windows 7 taskbar , then you can easily change itDefault windows 7 taskbar:
Right click on taskbar and click on Properties
Choose Combine when taskbar is full and check Use small icons , click on Apply
look like this
Sunday, 16 June 2013
NETWORK CONNECTION AND IP CONNECTION
23:15 | Posted by
Unknown |
Edit Post
1]START TYPE CMD
2]THEN TYPE IN CMD IPCONFIG /ALL
ipconfig /all
This will retrieve a pile of information about your network connection and IP information. From this command, you can get:
Host Name
Primary DNS Suffix
Node Type
IP Routing Enabled
WINS Proxy Enabled
DNS Suffix Search List
Connection-specific DNS Suffix
Network Adapter Description
Physical (MAC) Address
DHCP Enabled
IP Address
Subnet Mask
Default Gateway
DNS Servers
+````
Make your Computer Welcome you at startup
23:06 | Posted by
Unknown |
Edit Post
Click on Start. Navigate to All Programs, Accessories and Notepad.
Copy and paste the exact code given below.
Dim speaks, speech
speaks="Welcome to your PC, Username"
Set speech=CreateObject("sapi.spvoice")
speech.Speak speaks
3. Replace Username with your own name.
4. Click on File Menu, Save As, select All Types in Save as Type option, and save the file as Welcome.vbs or "*.vbs".
5. Copy the saved file.
6. Navigate to C:\Documents and Settings\All Users\Start Menu\Programs\Startup (in Windows XP) and to C:\Users\ {User-Name}\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup (in Windows 8, Windows 7 and Windows Vista) if C: is your System drive. AppData is a hidden folder. So, you will need to select showing hidden folders in Folder options to locate it.
7. Paste the file.
Make your Computer Welcome you at startup
HOW TO MAKE MATRIX FILE IN NOTEPAD
23:01 | Posted by
Unknown |
Edit Post
1. Open Notepad and copy below code.
@echo off
color 0A
:A
echo b r E w e 4 e T r 8 M e F r a c h a S t 3 D a C r a s p e s T e 4 h 2 w r e G 2
ping -w .9 >nul
echo R E 9 8 8 R a t r e g 6 n u m A b R E X e Y A T u C 7 a D R a c r u C e B E p e
ping -w .9 >nul
echo c E B E s A d R u B R 3 H e R u D 7 g u d U 7 T a b u T 5 e p E 2 a v e 6 8 a Z
ping -w .9 >nul
echo n u r A X a j a s t a 9 h a 6 e h e G a s u t r a t r A y a f E q u 8 u b R u d
ping -w .9 >nul
echo k u v e 4 E 6 3 e t r a d r e f e y e q e 6 U H e z U b r u R a s 2 4 3 r A N a
ping -w .9 >nul
echo v u P R a b R u c e d U s w a h a c r a t h U 7 r a h u t u h u V e 7 U k u S a
ping -w .9 >nul
echo T e D r e 8 A p r a d a b u f U c u c E h E t 7 c r 5 s P a f r e t h u t 9 u t
ping -w .9 >nul
echo b R u G e p a R e s a P H e P a 2 U d 4 P r e F A b a t h a t h U s w a d R U d
ping -w .9 >nul
echo v U Y a C R e T R 9 k u b e D r a T 6 u j e 5 2 4 e B a f 2 u b 5 w A p a y U Y
ping -w .9 >nul
echo b r E w e 4 e n r 8 M e F r a c h a S t 3 D a C r a s p e s T e 4 a 2 w r e G 2
ping -w .9 >nul
echo k u v e 4 E 6 3 e t r a d r e f e y e q e 6 U H e z U b r u R a s 2 4 3 r A N a
ping -w .9 >nul
echo v u P R a b s u c e d U s w a 3 a c r a t h U 7 r a k u t u h u V e 7 U k u S a
ping -w .9 >nul
echo n u r A X a j a s t a 9 h a 6 e h e G a s u t r a t r A y a f E q u 8 u b u u d
ping -w .9 >nul
goto A
2. Save the file as matrix.bat (.bat is must)
HOW TO FIND ANY SERIAL KEY
22:57 | Posted by
Unknown |
Edit Post
How To Find Serial Key Of Any Software ?
1. Go to Google
2. Then type Software Name 94FBR
Replace Software Name with the name of software whose serial key you want to find
Eg: To find serial key of Nero i will type Nero 94fbr
3. Now press Enter and you will find serial key of software you are looking for as shown
07:39 | Posted by
Unknown |
Edit Post
HOW TO MAKE 1000 FOLDERS IN WINDOWS 7
Step 1
Open notepad and type :
@echo off
:top
md %random%
goto top
@echo off makes it so that it appears to be a blank screen but actually its making hundreds of folder.
md %random% is command that creating folders with random names.
goto top – return to label :top , infinite loop
Step 2
Save it as 1000folders.bat
SAVE N ENJOY
07:36 | Posted by
Unknown |
Edit Post
WINDOWS DOESN'T FORMAT PENDRIVE
07:33 | Posted by
Unknown |
Edit Post
FORMAT PENDRIVE
WINDOWS DOESN'T FORMAT PENDRIVE
WINDOWS DOESN'T FORMAT PENDRIVE
To format a USB flash drive from command prompt, follow the below procedure:
Connect the USB flash drive to your PC.
Click on Start > Run > Type cmd and click on OK.
Assuming the letter of the USB flash drive is G.
Now enter this command.
format /q /x G: and press Enter.
Note: Don't forget to replace the letter "G" with your drive letter.
ENJOY
Subscribe to:
Comments (Atom)
rightclick
dashboard layout edit gadget
html
Blog Archive
- 2017 (1)
- 2015 (3)
- 2014 (2)
-
2013
(16)
- December(1)
- September(1)
- July(2)
-
June(12)
- How to enable God Mode in Windows 7
- how to change taskbar icon size
- NETWORK CONNECTION AND IP CONNECTION
- rajnikanth website runs without internet
- Make your Computer Welcome you at startup
- HOW TO MAKE MATRIX FILE IN NOTEPAD
- HOW TO FIND ANY SERIAL KEY
- HOW TO CHANGE TEXT INTO CHARACTER
- HOW TO CHANGE PASS...
- HOW TO MAKE 1000 FOLDERS IN WINDOWS 7 ...
- tricks for windows TRICKS N TRICKS
- WINDOWS DOESN'T FORMAT PENDRIVE
Blog Archive
-
▼
2013
(16)
-
▼
June
(12)
- How to enable God Mode in Windows 7
- how to change taskbar icon size
- NETWORK CONNECTION AND IP CONNECTION
- rajnikanth website runs without internet
- Make your Computer Welcome you at startup
- HOW TO MAKE MATRIX FILE IN NOTEPAD
- HOW TO FIND ANY SERIAL KEY
- HOW TO CHANGE TEXT INTO CHARACTER
- HOW TO CHANGE PASS...
- HOW TO MAKE 1000 FOLDERS IN WINDOWS 7 ...
- tricks for windows TRICKS N TRICKS
- WINDOWS DOESN'T FORMAT PENDRIVE
-
▼
June
(12)
About Me
- Unknown
.jpg)







