::incrediblearena::
Thank you...for visiting our site.
hope u enjoy it.
for further info just mail : gkd_619@rediffmail.com
::incrediblearena::
Thank you...for visiting our site.
hope u enjoy it.
for further info just mail : gkd_619@rediffmail.com
::incrediblearena::
Would you like to react to this message? Create an account in a few clicks or log in to continue.


This is a Official forum of www.incrediblearena.co.nr
 
HomeSearchLatest imagesRegisterLog inGallery
Log in
Username:
Password:
Log in automatically: 
:: I forgot my password
Similar topics
Poll
Why you want to be a Hacker
Money
Tips & tricks I_vote_lcap25%Tips & tricks I_vote_rcap
 25% [ 16 ]
Revenge
Tips & tricks I_vote_lcap19%Tips & tricks I_vote_rcap
 19% [ 12 ]
Security developer
Tips & tricks I_vote_lcap27%Tips & tricks I_vote_rcap
 27% [ 17 ]
Want 2 be a g33k god
Tips & tricks I_vote_lcap22%Tips & tricks I_vote_rcap
 22% [ 14 ]
etc etc
Tips & tricks I_vote_lcap8%Tips & tricks I_vote_rcap
 8% [ 5 ]
Total Votes : 64
Latest topics
» SilverMU season 6
Tips & tricks EmptyFri Apr 29, 2011 3:12 pm by ArcSky

» WINDOWS 8 M1 [Leaked] [Dwnld]
Tips & tricks EmptySun Apr 17, 2011 1:46 am by admin

» thousands of working email id's
Tips & tricks EmptyThu Jan 27, 2011 12:38 am by admin

» zuckerberg-fan-page-hack [news]
Tips & tricks EmptyWed Jan 26, 2011 10:54 pm by admin

» Dhobi Ghat (Direct Download)
Tips & tricks EmptyWed Jan 26, 2011 1:18 am by admin

» Saw All Parts [Resume Support High Speed Downloads]
Tips & tricks EmptyWed Jan 26, 2011 1:03 am by admin

» USB Hidden Copier
Tips & tricks EmptyWed Jan 26, 2011 12:56 am by admin

» Free e-books
Tips & tricks EmptyTue Jan 25, 2011 11:22 pm by admin

» Free Reliance Internet [Simple & eazy]
Tips & tricks EmptyTue Jan 25, 2011 11:08 pm by admin

PCARENA
Visitor
web track

 

 Tips & tricks

Go down 
2 posters
AuthorMessage
admin
Admin
Admin
admin


Male
Number of posts : 106
Age : 38
Location : internet
Job/hobbies : website devloping
Points : 17784
Registration date : 2008-02-27

Tips & tricks Empty
PostSubject: Tips & tricks   Tips & tricks EmptySun Mar 02, 2008 11:32 pm

Modify the Registry

!!!make a backup of your registry before making changes!!!

Now that the modified explorer.exe has been created it’s necessary to modify the registry so the file will be recognized when the user logs on to the system. If you don’t know how to access the registry I’m not sure this article is for you, but just in case it’s a temporary memory lapse, go to Start (soon to be something else) Run and type regedit in the Open field. Navigate to:

HKEY_LOCAL_MACHINE\ SOFTWARE\ Microsoft\ Windows NT\ CurrentVersion\ Winlogon

In the right pane, double click the "Shell" entry to open the Edit String dialog box. In Value data: line, enter the name that was used to save the modified explorer.exe file. Click OK.

Close Registry Editor and either log off the system and log back in, or reboot the entire system if that’s your preference. If all went as planned you should see your new Start button with the revised text.

[red][b]ATTITUDE RULE
Back to top Go down
http://www.incrediblearena.co.cn
gkd_619
Super Moderator
Super Moderator
gkd_619


Male
Number of posts : 34
Age : 39
Location : internet
Job/hobbies : Trying My Best
Humor : I M Wht I M
Points : 17604
Registration date : 2008-04-05

Tips & tricks Empty
PostSubject: enable & disable task manager   Tips & tricks EmptySat Apr 05, 2008 1:28 am

Start Regedit
Go to HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre ntVersion\Policies\System
Create the Dword value DisableTaskMgr
Give it a value of 0 to enable it
Give it a vaule of 1 to disable it affraid affraid affraid
Back to top Go down
http://www.gkd619.co.nr
gkd_619
Super Moderator
Super Moderator
gkd_619


Male
Number of posts : 34
Age : 39
Location : internet
Job/hobbies : Trying My Best
Humor : I M Wht I M
Points : 17604
Registration date : 2008-04-05

Tips & tricks Empty
PostSubject: your own regtool   Tips & tricks EmptyFri Apr 11, 2008 1:11 am

Copy the following code,paste in any notepad and save as "regtools.vbs" file. Just double click it and you will get yor regedit enabled.(Be careful to copy the code exactly as presented here including everything.

Code goes here.......
___________________________________________________________________________________
'Enable/Disable Registry Editing tools
'© Doug Knox - rev 12/06/99
Option Explicit
'Declare variables
Dim WSHShell, n, MyBox, p, t, mustboot, errnum, vers
Dim enab, disab, jobfunc, itemtype
Set WSHShell = WScript.CreateObject("WScript.Shell")
p = "HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\System\"
p = p & "DisableRegistryTools"
itemtype = "REG_DWORD"
mustboot = "Log off and back on, or restart your pc to" & vbCR & "effect the changes"
enab = "ENABLED"
disab = "DISABLED"
jobfunc = "Registry Editing Tools are now "
'This section tries to read the registry key value. If not present an
'error is generated. Normal error return should be 0 if value is
'present
t = "Confirmation"
Err.Clear
On Error Resume Next
n = WSHShell.RegRead (p)
On Error Goto 0
errnum = Err.Number
if errnum <> 0 then
'Create the registry key value for DisableRegistryTools with value 0
WSHShell.RegWrite p, 0, itemtype
End If
'If the key is present, or was created, it is toggled
'Confirmations can be disabled by commenting out
'the two MyBox lines below
If n = 0 Then
n = 1
WSHShell.RegWrite p, n, itemtype
Mybox = MsgBox(jobfunc & disab & vbCR & mustboot, 4096, t)
ElseIf n = 1 then
n = 0
WSHShell.RegWrite p, n, itemtype
Mybox = MsgBox(jobfunc & enab & vbCR & mustboot, 4096, t)
End If
_________________________________________________________________________________
And to enable folder options copy following code,paste it in any notepad and asve as "folderoptions.reg" file.Double click it and your folder options will be restored
_________________________________________________________________________________
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]
"NoFolderOptions"=dword:0000000
[HKEY_CURRENT_USER\Software\Policies\Microsoft\Internet Explorer\Restrictions]
"NoBrowserOptions"=dword:00000000
__________________________________________________________________________________
Back to top Go down
http://www.gkd619.co.nr
admin
Admin
Admin
admin


Male
Number of posts : 106
Age : 38
Location : internet
Job/hobbies : website devloping
Points : 17784
Registration date : 2008-02-27

Tips & tricks Empty
PostSubject: Disabling My Computer   Tips & tricks EmptyTue May 13, 2008 12:39 am

In areas where you are trying to restrict what users can do on the computer, it might be beneficial to disable the ability to click on My Computer and have access to the drives, control panel etc.
To disable this:
1.Open RegEdit
2.Search for 20D04FE0-3AEA-1069-A2D8-08002B30309D
3.This should bring you to the HKEY_CLASSES_ROOT\CLSID section
4.Delete the entire section.
Now when you click on My Computer, nothing will happen.
You might want to export this section to a Registry file before deleting it just in case you want to enable it again. Or you can rename it to 20D0HideMyComputer4FE0-3AEA-1069-A2D8-08002B30309D. You can also hide all the Desktop Icons, see Change/Add restrictions.
Back to top Go down
http://www.incrediblearena.co.cn
gkd_619
Super Moderator
Super Moderator
gkd_619


Male
Number of posts : 34
Age : 39
Location : internet
Job/hobbies : Trying My Best
Humor : I M Wht I M
Points : 17604
Registration date : 2008-04-05

Tips & tricks Empty
PostSubject: XP custom logon MSG   Tips & tricks EmptySat Jul 26, 2008 1:58 am

If you would like to display any message in a popup window when Windows is started, here's how:
Go to Start> Run, then type in: regedit
Hit [Enter] on your keyboard
Follow this path: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogo
Modify the key LegalNoticeCaption with your text of choice.
Modify the key LegalNoticeText with your text of choice.
Restart Windows for this to take affect.
Back to top Go down
http://www.gkd619.co.nr
Sponsored content





Tips & tricks Empty
PostSubject: Re: Tips & tricks   Tips & tricks Empty

Back to top Go down
 
Tips & tricks
Back to top 
Page 1 of 1
 Similar topics
-
» 23 Ways To Speed WinXP, Not only Defrag [tricks & tips]
» Windows XP tricks
» No Need Premium [tricks]

Permissions in this forum:You cannot reply to topics in this forum
::incrediblearena:: :: HARDCORE ARENA :: TIPS & TRICKS-
Jump to: