Search Result

Collapse
3 results in 0.0043 seconds.
Keywords
Members
Tags
unlock
  •  

  • Pony01
    started a topic How can I unprotect folders in corrupted MacOS?

    How can I unprotect folders in corrupted MacOS?

    Hello

    During an attempt to defrag my macbook with Snow Leopard installed using Drive Genius 2.2, something happened, the process stopped and the file system was corrupted to the point that I cannot even boot the system anymore with the error window that usually appears after a crash.

    I tried to reinstall MacOS 10.5-6 overwriting the existing one but the only option I am given is by initalize the disk and losing all my data....
    See more | Go to post
    Last edited by Dormilich; Aug 13 '10, 11:48 AM.

  • I tried every solution to reset BIOS but no use...

    I have Fujitsu Siemens E8020 for like 4-5 years. Recently I found out that my CPU is working on 1 GHz instead 1.86
    I wanted to overclock it in BIOS but it asks me for the password. I don't know it and I tried every method I could find on the internet to reset the BIOS but it still asks me for the password...
    My BIOS is from Phoenix
    HELP PLEASE :(
    See more | Go to post

  • chrisli
    started a topic Windows lock/unlock (with code)

    Windows lock/unlock (with code)

    Hi everyone,

    i'm trying to Handle the Micosoft.Win32. SessionSwitch Event, so when Windows is going to be locked by the user, i will simply write a line to the console.When it's going to be unlocked, the same.

    Here's the code:
    Code:
        Sub Main()
            AddHandler Microsoft.Win32.SystemEvents.SessionSwitch,
    _ SystemEvents_Sessionswitch()
            Console.ReadLine()
            RemoveHandler
    ...
    See more | Go to post
    Last edited by chrisli; Mar 5 '09, 07:49 AM. Reason: solved
Working...