Procedure

  • Subscribe to our RSS feed.
  • Twitter
  • StumbleUpon
  • Reddit
  • Facebook
  • Digg

Sunday, December 30, 2007

How Access Registry Using Command Prompt

Posted on 7:33 PM by Unknown
Firstly, you need to know that regedit.exe is a tool that created to access registry based on windows. And reg.exe is a tool that created to access DOS based registry. And maybe a lot of you didn't know about that, so this step by step to access registry using command prompt :

1. Enter the DOS console ( Command Prompt, MS-Dos Prompt )
2. Enter command : reg, then you will see
example of command that you can use to gain access to windows registry such as :
query, add, delete, copy, save, import, unload, etc.
3. And with these simple command you can access DOS based registry :
HKCR = HKEY_CLASSES_ROOT
HKCU = HKEY_CURRENT_USER
HKLM = HKEY_LOCAL_MACHINE
HKU = HKEY_USERS
HKCC = HKEY_CURRENT_CONFIG
Data type :
REG_SZ = String value
REG_MULTI_SZ = Multi-string value
REG_DWORD = DWORD VALUE
REG_BINARY = binary value
REG_NONE = none value

4. Example :
reg add "HKLM\Software\Microsoft\Windows\CurrentVersion\Policies\System"/v
DisableRegistryTools /t reg_dword/ d 1 / f

That command will disable windows registry, and to make enable we can use this :

reg add "HKLM\Software\Microsoft\Windows\CurrentVersion\Policies\System"/v
DisableRegistryTools /t reg_dword/ d 0 / f

5. This technique will be very usefull against virus that ussually blocked many
things, but you shoul be carefull that maybe virus can use reg.exe to activate
those virus itself.
6. So, I suggest you to make a copy or backup to your registry file.
Read More
Posted in how to | No comments

Monday, December 24, 2007

MERRY CHRISTMAS

Posted on 7:06 PM by Unknown
MERRY CHRISTMAS TO ALL OF U....
WITHIN THIS MOMENT, OUR BLOG ALSO ALREADY PASS OVER 100 VISITOR..
WE ALWAYS HOPE THAT ALL OF U STILL WITH US TO IMPROVE OURSELVES,


stoopidgifts.com
Read More
Posted in | No comments

Saturday, December 22, 2007

How To Break XP Password

Posted on 7:39 AM by Unknown
In case of user password, boot the pc in safemode by pressing the F8 key and then selecting the Safe Mode option. You can now logon as an administrator and XP wont prompt for the password. Incase of an administrator account ,try rebooting the pc in DOS. access C:\Windows\system32\config\sam . Rename SAM as SAM.mj

Now XP wont ask for password next time You Login. Also

Go to the cmd prompt .

Type net user *.

It will list all the users.

Again type net user "administrator" or the name of the administrator "name" *.

e.g.: net user aaaaaa *(where aaaaaa is the name).

It will ask for the password.

Type the password and there you are done.

Logging In As Administrator:

Hold the Ctrl-Alt key and press Del twice. This will bring up the normal login and you can log on as Administrator.

To unhide the Administrator account so it does show up:

Start Regedit

Go to HKEY_LOCAL_MACHINE \ SOFTWARE \ Microsoft \ Windows NT \ CurrentVersion \ Winlogon \ SpecialAccounts \ UserList

Unhide the Administrator key by giving it a value of 1

FROM

Read More
Posted in how to | No comments

How To Shutdown XP Faster

Posted on 7:37 AM by Unknown
1)Start - Run - RegeditNavigate to the following Registry key:HKEY CURRENT USER\Control Panel\DesktopDouble click on the AutoEndTasks entry and replace the 0 with a 1 in the Value data text boxFor the next two, if the dword value indicated does not exist, create it:Double click on the WaitToKillAppTimeout entry in the right pane and change the Value data to 2000Double click on the HungAppTimeout entry in the right pane and change the Value data to 1000RebootIf still having a problem, make the next change:2) HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Contro lRight-click on WaitToKillServiceTimeout and change it to 2000NOTE: The lowest value Windows will recognize is 1000 (1 second)ADVISORY: While rare, the "WaitToKillService" tweak can cause problems. If an application is in the process of saving data and the associated service is stopped prematurely, the data will not be saved and may be lost.

FROM :

Read More
Posted in how to | No comments

How To Auto Shut Down When Donwload Using Firefox

Posted on 7:34 AM by Unknown
After working for hours to find the correct matter to download, surely one does get exhausted and does need some rest. But after all this if you have to wait for the download to finish, frustration is an obvious outcome.
For all you guys who work on firefox most of the time, there is a Add-on provided by firefox which allows you to turn off your computer once the list of download items finishes. It adds an icon to the status bar and the download manager, which enables you to automatically shut your computer down once the download has finished. To download this add-on click

here

Read More
Posted in how to | No comments

How To Renaming Recycle Bin

Posted on 7:26 AM by Unknown
When it comes to playing with your system settings, there is no better place than regedit to get your hands dirty on. Regedit the short for registry editor allows us to make changes in the windows settings pretty easily. Changes like changing the boot up screen, wallpapers, security related issues can easily be tackled with through the registry.
When you right click on the recycle bin unlike other icons, the rename option is not displayed in the pop-up menu. But this doesn't mean it can;t be changed. Well now it's time to open up regedit. For that go to the Start>run. Then type regedit.

Now go to the location "HKEY_CLASSES_ROOT/CLSID/{645FF040-5081-101B-9F08-00AA002F954E/ShellFolder/}" by expanding the '+' signs.
Once you reach there double click the "Attributes" icon.
Then change the value data from "40 01 00 20" to "50 01 00 20".
Now double click "CallForAttributes" icon and change the value data to 0.

Rejoice! Now you can jump back to your desktop and right click the recycle bin to see the rename option. Click it and name the recycle bin to whatever you want.

FROM :

Read More
Posted in how to | No comments

Wednesday, December 19, 2007

TURN ON NON-ACTIVE REGISTRY

Posted on 10:04 PM by Unknown
1. Open notepad and type :
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USERS\Software\Microsoft\Windows\CurrentVersion\Policies\System]
“DisableRegistryTools”=dword:00000000
2. Save this file as you want and give it .reg.
3. Run this file.
4. Easy right ?
5. C U....
Read More
Posted in how to | No comments

Thursday, December 13, 2007

Watch Out Your USB Protection Access

Posted on 9:43 PM by Unknown
1. START
2. Run
3. gpedit.msc
4. Administrative templates on computer configuration menu.
5. View, filtering
6. un-select pd check box to off “Only show policy settings that can be be fully managed”
7. Right click on Administrative templates choose add/remove.
8. Make sure that file : write_protect_removable_drives.adm on directory : C:\Windows\INF. If no you can download di www.Petri.co.il/software/usb_write_protect_adm.zip
9. After finish downloading unzip then run batch to make it automatically copied.
10. Then click ADD choose file then open.
11. If success on add/remove you can see that file. Then close.
12. There will be new menu, “Custom Policy Settings” with sub menu “write protection” with disable status.
13. Click twice on Write Protect USB Removable Drives. There will shown properties, on tab setting choose enabled and change it status to ON. APPLY and OK.
14. If succes thw state will change to enable then FILE – EXIT.
15. To change to disable, follow step number 12 and 13 on tab setting choose disable and status OFF.
Read More
Posted in how to | No comments
Newer Posts Older Posts Home
Subscribe to: Posts (Atom)

Popular Posts

  • Will New Internet Domain Names Change the Web?
    Finally, the World Wide Web will live up to its name. The decision by the Internet Corporation for Assigned Names and Numbers (ICANN) that W...
  • How to sync files and folders across two PCs
    Here are four ways to do this, although--technically speaking--only two of them actually keep the files on both PCs. The others merely make ...
  • Rugged laptop guide
    Our rugged laptop guide will give you more information on rugged laptops and rugged notebooks than, let’s say, 95% of regular rugged laptop ...
  • LinkedIn shuts down would-be hook-up service
    LinkedIn has shut off its API access to “Bang With Professionals,” a Web service that was intended to facilitate more, say, intimate connect...
  • Yahoo Reject Microsoft ! Glance At New Corp.
    As we know, Microsoft is aggressively try to overtaking Yahoo. They launch 44,6 billion dollar AS bid ! This is the biggest offer that ever ...
  • Rumored Sony PS4 controller shows new thumbsticks
    As the speculation on Sony's next game console is ramps up ahead of  next week's press event , a pair of images have surfaced, purpo...
  • Twitter: Hacking attacks may have accessed data of 250K users
    Twitter said today that it recently detected a series of attempts to hack into user data, and that the attackers may have successfully absco...
  • Why Microsoft redesigned Windows
    Windows 8 has its fans and foes, but Microsoft felt the time was ripe for a new look and feel for a product used by more than 1.2 billion pe...
  • How Access Registry Using Command Prompt
    Firstly, you need to know that regedit.exe is a tool that created to access registry based on windows. And reg.exe is a tool that created ...
  • Pirate Bay to sue antipiracy site for pirating its design
    An antipiracy group may find itself in legal trouble after borrowing the look of the Pirate Bay Web site for a new campaign. The Pirate Bay...

Categories

  • apple
  • browser
  • buy
  • christmas
  • computer information
  • crack
  • cyber monday
  • download
  • files
  • firewall
  • flash disk
  • font
  • graphene
  • hard disk
  • hidden
  • Hot News
  • how to
  • intel
  • Internet
  • Internet Explorer
  • iOS
  • iPad
  • Mac
  • Malware
  • nokia
  • notebook
  • play station 4
  • processor
  • removal
  • safe
  • samsung
  • samsung. microsoft
  • security
  • sony
  • ssd
  • The Meaning Is
  • tips
  • twitter
  • ubuntu
  • video card
  • virus
  • vulnerability
  • What to do
  • windows 8
  • windows7

Blog Archive

  • ►  2013 (90)
    • ►  October (2)
    • ►  September (6)
    • ►  August (3)
    • ►  July (4)
    • ►  June (5)
    • ►  May (9)
    • ►  April (14)
    • ►  March (11)
    • ►  February (17)
    • ►  January (19)
  • ►  2012 (27)
    • ►  December (22)
    • ►  November (5)
  • ►  2010 (4)
    • ►  June (1)
    • ►  January (3)
  • ►  2009 (32)
    • ►  December (2)
    • ►  November (11)
    • ►  October (11)
    • ►  September (2)
    • ►  March (2)
    • ►  February (4)
  • ►  2008 (39)
    • ►  October (2)
    • ►  September (2)
    • ►  August (1)
    • ►  June (1)
    • ►  May (3)
    • ►  March (1)
    • ►  February (7)
    • ►  January (22)
  • ▼  2007 (46)
    • ▼  December (8)
      • How Access Registry Using Command Prompt
      • MERRY CHRISTMAS
      • How To Break XP Password
      • How To Shutdown XP Faster
      • How To Auto Shut Down When Donwload Using Firefox
      • How To Renaming Recycle Bin
      • TURN ON NON-ACTIVE REGISTRY
      • Watch Out Your USB Protection Access
    • ►  November (9)
    • ►  September (4)
    • ►  August (2)
    • ►  July (9)
    • ►  June (14)
Powered by Blogger.

About Me

Unknown
View my complete profile