www.pcarena.co.nr

This is a Official forum of www.pcarena.co.nr
Home­Gallery­FAQ­Search­Register­Log in
Log in
Username:
Password:
Log me on automatically at each visit: 
:: I forgot my password
Poll
Why you want to be a Hacker
 Money
 Revenge
 Security developer
 Want 2 be a g33k god
 etc etc
View results
Latest topics
» SH-4500 Trojan [Download]
Wed May 06, 2009 4:39 am by sweetlove200x

» Billu Barber [cinema download]
Sun Mar 08, 2009 10:37 pm by rox

» Comersus Crack NullArea's Edition v 1.0 [Download]
Sun Mar 08, 2009 10:10 pm by rox

» SQL defacer v1.1 [Download]
Sun Mar 08, 2009 10:06 pm by rox

» greenday full collection
Fri Mar 06, 2009 11:19 pm by gkd619

» greenday mp3
Thu Mar 05, 2009 8:04 pm by asharparwez

» Slam Book [intro]
Thu Mar 05, 2009 6:13 pm by asharparwez

» Motion sensor game [Download
Wed Mar 04, 2009 10:48 pm by Admin

» convert webcam into a wifi gaming console
Wed Mar 04, 2009 10:41 pm by Admin

PCARENA
Visitor
web track
Share | 
 

 Tips & tricks

View previous topic View next topic Go down 
AuthorMessage
Admin
Admin
Admin


Male
Number of posts: 80
Age: 25
Location: internet
Job/hobbies: website devloping
Registration date: 2008-02-26

PostSubject: Tips & tricks   Sun Mar 02, 2008 10:02 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

_________________
ADMIN
website: www.pcarenaforum.co.nr
Back to top Go down
View user profile http://www.pcarena.co.nr
gkd_619
Super Moderator
Super Moderator


Male
Number of posts: 32
Age: 25
Location: internet
Job/hobbies: Trying My Best
Humor: I M Wht I M
Registration date: 2008-04-04

PostSubject: enable & disable task manager   Fri Apr 04, 2008 11:58 pm

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
View user profile http://www.gkd619.co.nr
gkd_619
Super Moderator
Super Moderator


Male
Number of posts: 32
Age: 25
Location: internet
Job/hobbies: Trying My Best
Humor: I M Wht I M
Registration date: 2008-04-04

PostSubject: your own regtool   Thu Apr 10, 2008 11:41 pm

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
View user profile http://www.gkd619.co.nr
Admin
Admin
Admin


Male
Number of posts: 80
Age: 25
Location: internet
Job/hobbies: website devloping
Registration date: 2008-02-26

PostSubject: Disabling My Computer   Mon May 12, 2008 11:09 pm

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.

_________________
ADMIN
website: www.pcarenaforum.co.nr
Back to top Go down
View user profile http://www.pcarena.co.nr
gkd_619
Super Moderator
Super Moderator


Male
Number of posts: 32
Age: 25
Location: internet
Job/hobbies: Trying My Best
Humor: I M Wht I M
Registration date: 2008-04-04

PostSubject: XP custom logon MSG   Sat Jul 26, 2008 12:28 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
View user profile http://www.gkd619.co.nr
 

Tips & tricks

View previous topic View next topic Back to top 
Page 1 of 1

Permissions of this forum:You cannot reply to topics in this forum
www.pcarena.co.nr :: HARDCORE ARENA :: TIPS & TRICKS-