Can you record a control alt delete key stroke to change a windows password
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Can you record a control alt delete key stroke to change a windows password
Windows control alt delete or vm control insert key stroke. Can these be recorded to change a password and interactively come back into Test Complete 14.60
- Labels:
-
Keyword Tests
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
i think this might work. Has any one tried this java or python code in a key action
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thank you for sharing the article you found with us @dagb60bear !
Any luck implementing this approach?
Sonya Mihaljova
Community and Education Specialist
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
dont think this will work, because there isnt a specified object that we are sending the keys to. there must be another way to interact with "changing password" screen that involves some UI elements instead.
if there was somehow an object that supports the keys method, that would make it much simpler:
def ctrl_alt_del():
MyObj.Keys("[Hold]^~[Del]")
Justin Kim
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I am working in a windows environment with an admin credential. I think i should be able to do this. As anyone done this before
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi @dagb60bear , have you tried the approach suggested by hkim5? Or, has this approach you mentioned worked for you?
Please share your progress with us and let the Community know if you need more help.
Sonya Mihaljova
Community and Education Specialist
