Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Lock A Dektop Icon
#1
is it posibble to lock a desktop icon and have it pw protected if the macro open?
#2
if this would be possible that would be cool anyone know how to do it?
#3
Mitch264 Wrote:is it posibble to lock a desktop icon and have it pw protected if the macro open?
why would u want to lock the icon on a desktop? Mabey try reading Your help guid

-Untitled
#4
because i have folders on my computer that others dont need to look in and other people in my house use the same computer
#5
QM cannot do it.
Let they use separate user accounts. Then they will not be able to access your desktop, my documents, etc.
#6
And even if desktop icons are locked, from the desktop. They could always access them from the start menu. You should either use separate user accounts, as suggested, or maybe Google for a program that will do what you're looking to do.
Taking on Quick Macros one day at a time
#7
Couldn't you use a macro or something to close/hide a window and then prompt for a password, then when correct password open the window.
#8
Something Like:
Macro
Code:
Copy      Help
rep
,ifi(win("Tester" "CabinetWClass"))
,,hid win("Tester" "CabinetWClass")
,,if(!inpp("Jim" "" "" 1))
,,,out "Wrong"
,,,clo win("Tester" "CabinetWClass")
,,hid- win("Tester" "CabinetWClass")
,,ret
,else
,,out "No"
,,2
#9
I like this but get the password wrong 3 times - and then cancel

rep
,ifi(win("" "Shell_TrayWnd"))
,,hid win("" "Shell_TrayWnd")
,,if(!inpp("Jim" "" "" 1))
,,,out "Wrong"
,,,clo win("" "Shell_TrayWnd")
,,hid- win("" "Shell_TrayWnd")
,,ret
,else
,,out "No"
,,2
#10
Yah something like that i played around with the code but like i only wana lock like 1 icon on my desktop anyone got a code for that or can help me?
#11
Place the file in a password-protected zip file.


Forum Jump:


Users browsing this thread: 1 Guest(s)