Skip to content
MPGHThe Dark Arts
/
RegisterLog in
Forum
Community
What's NewLatest posts across the boardTrendingHottest threads right nowSubscribedThreads you follow
Discussion
GeneralIntroductionsEntertainmentDebate FortFlaming & Rage
Board
News & AnnouncementsMPGH TimesSuggestions & HelpGiveaways
More Sections
Art & Graphic DesignProgrammingHackingCryptocurrency
Hacks & Cheats
Games
ValorantCS2 / CS:GOCall of Duty / WarzoneFortniteApex LegendsEscape From Tarkov
+14 moreLeague of LegendsGTA VMinecraftRustROTMGBattlefieldTroveBattleOnCombat ArmsCrossFireBlackshotRuneScapeDayZDead by Daylight
Resources
Game Hacking TutorialsReverse EngineeringGeneral Game HackingAnti-CheatConsole Game Hacking
Tools
Game Hacking ToolsTrainers & CheatsHack/Release NewsNew
Submit a release →Share your cheat, tool, or config with the community.
AINEW
AI Tools
General & DiscussionPrompt EngineeringLLM JailbreaksHotAI Agents & AutomationLocal / Open Models
AI × Gaming
AI Aimbots & VisionML Anti-CheatGame Bots & Automation
Create
AI Coding / Vibe CodingAI Art & MediaAI Voice & TTS
The AI frontier →Where game hacking meets modern machine learning. Jump in.
Marketplace
Buy & Sell
SellingBuyingTradingUser Services
Trust & Safety
Middleman LoungeMarketplace TalkVouch Copy Profiles
Money
Cryptocurrency TalkCurrency ExchangeWork & Job Offers
Start selling →List accounts, services, and goods. Use the middleman to trade safe.
MPGH The Dark Arts

A community for offensive security research, reverse engineering, and AI.

Community

ForumMarketplaceSearch

Account

RegisterLog in

Legal

Privacy PolicyForum RulesHelp & FAQ
© 2026 MPGH · All rights reserved.Built by the community, for the community. For educational purposes onlyContent is shared for security research and education — we don't condone illegal use. You're responsible for complying with applicable laws. Use at your own risk.
Home › Forum › Programming › Visual Basic Programming › [HELP] Block ctrl-alt-del?

Question[HELP] Block ctrl-alt-del?

Posts 1–13 of 13 · Page 1 of 1
RC
Rcaking!
[HELP] Ctrl-Alt-Del?
hello, I am trying to make a screen lock out software in vb 2010,
and i am trying to get it to block ctrl-alt-del so thay can only get on by typing the name and password. But i cant seem to get it...
Can enyone help me out?

**oh, also im trying to Hide the taskbar to..
if you can help "Thanks Will Come"
#1 · edited 16y ago · 16y ago
Pixie
Pixie
Sounds cool

Wish I new how though
#2 · 16y ago
RC
Rcaking!
Ya, its a very simple version, ill might post it with code after some more debuging and re-Design.
#3 · 16y ago
Erinador
Erinador
Kill explorer.exe and Taskbar is gone.
#4 · 16y ago
Zoom
Zoom
I always know how to do it ^^!

Code:
 If Process.GetProcessesByName("taskmgr").Length > 0 Then
                Shell("tskill taskmgr")
                         
            End If
#5 · 16y ago
ST
Stephen
wdf. thats task manager...
#6 · 16y ago
Bombsaway707
Bombsaway707
Kill explorer.exe and put a program checking for tskmnger on a timer and have it end it if it start to run
#7 · 16y ago
ST
Stephen
listen to bombsaway707, he is right on the money!
#8 · 16y ago
Erinador
Erinador
To bad theirs plenty of ways to kill a screen besides Task Manager.
#9 · 16y ago
HA
HazXoD3D
If you wanna block taskmanager then you can make a timer that checks if the prosses is running and if it does its terminat it.

Or the Pro way is to edit the registry so your taskmanager is disable so you get a messenger everytime you tries to start taskmgr that taskmgr has been disable ^^
#10 · 16y ago
RC
Rcaking!
cool i got it thanks!!!
#11 · 16y ago
D e a t h h a u n t S
D e a t h h a u n t S
Hey if you ever get commented by Erinador listen to him
hes a really good coder, and helped me with a good program.
#12 · 16y ago
Zoom
Zoom
Quote Originally Posted by D e a t h h a u n t S View Post
Hey if you ever get commented by Erinador listen to him
hes a really good coder, and helped me with a good program.
Stop spamm!
#13 · 16y ago
Posts 1–13 of 13 · Page 1 of 1

Post a Reply

Similar Threads

  • Help Blocking DisableThreadLibraryCallsBy GenX in C++/C Programming
    1Last post 17y ago
  • [Help] Combat arms Alt-TabBy Truly Free in Combat Arms Hacks & Cheats
    16Last post 17y ago
  • [HELP] Blocking AdsBy Jàzzà_ in Visual Basic Programming
    5Last post 16y ago
  • [Solved]Need help autoclicker ctrlBy addcoolman1 in CrossFire Help
    9Last post 15y ago
  • [HELP] Blocked websites at schoolBy popsingh123 in General
    28Last post 15y ago

Tags for this Thread

#block#ctrlaltdel