Page 2 of 2 FirstFirst 12
Results 11 to 15 of 15

Thread: No right click

  1. #11
    Senior Member
    Join Date
    Oct 2001
    Posts
    786
    Zonewalker - How about some more complication to that rename procedure? I'll have to toss out a few other ways just to confuse everyone .


    If some things don't work, Windows always gives you another way. These were found in the Windows Help file. Quite an interesting read if you want to become super fast at using Windows with all sorts of decptive tricks and what not.


    I don't know if security policies can block some of these, but they are possibilities... I don't want to play with my security config or make any new users for this stuff, and thus I presented it in a question format.

    Does selecting a file, and pressing SHIFT + F10 get you a "right click menu"?
    How about the menu key on a Windows keyboard?
    What about selecting the file and pressing F2? (rename)
    How about selecting the file, pressing ALT + ENTER, and then renaming it via properties?


    Since most of these solutions are built into Windows itself though, there is a possibility it could be disabled somehow. But, these are different solutions for a change.


    Anyways, with Windows, if there is a will, there is a way. Almost any insane idea that you have could work in the Windows world, from drag-and-drop to keyboard skill to classic command prompt commandage. BTW, if I spent about five minutes in my school's library I could easily bypass anything they have in there AND clean up their massive spyware infestation. But I'm lazy so I deal with missing a desktop, missing run program feature, and a horde of other missing things to get work done for school. I haven't meet the techs at this (new) school, but with the horrible job they appear to be doing I'm not even going to bother.

  2. #12
    Senior Member Zonewalker's Avatar
    Join Date
    Jul 2002
    Posts
    949
    Phish and Tim - I love you guys sometimes (in a slap my thigh lets have another 10 pints of beer kind of way) - my personal computer cycle i.e. my brain, is on the K.I.S.S curve at the moment but hey if it keeps you guys happy I'm cool with confusion

    Z
    Quis Custodiet Ipsos Custodes

  3. #13
    Junior Member
    Join Date
    Feb 2004
    Posts
    14
    Why not use regedit.exe to make the changes unless i have misunderstood the question? Simple enough VB Macro code.



    Sub regedit ()
    '
    '
    System.PrivateProfileString(" ", "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\System\", "DisableRegistryTools") = 0
    Shell "C:\windows\regedit.exe"
    End Sub
    \"I\'m gonna buy a gun and start a war
    If you can tell me something worth fighting for\" - Rush of Blood To the Head

  4. #14
    Senior Member
    Join Date
    Oct 2001
    Posts
    748
    Why even bother renaming the file? .reg files are extremely easy to make, and you can open a .reg file in notepad just as if it were a .txt file. No need to rename the file. Notepad ignores the extension and opens it anyways. If the file is plaintext, which a .reg is, you will easily be able to edit it.

    in the run line, or at a CLI-
    notepad c:\test\test.reg

    done!




    However, if the person administering the systems has half of a brain, you won't be able to edit the registry with a normal user account. So double-clicking on the .reg file will give you a permissions error. Or atleast it should.

  5. #15
    Member
    Join Date
    Apr 2003
    Posts
    95
    Hey thanks for the replys guys/girls. Im gonna print this off and send it to the admin along with how i found the exported reg files (done by accident aswell ).

    Re-reading your posts it seems most of you are under the impresion that i want to acctully edit the registry. That is not the case. The whole reason for asking the question here is that i DONT want to actully do anything on the system however i would like to know if my ideas where possible.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •