|
-
Jun 11th, 2008, 06:41 AM
#1
Thread Starter
Banned
how to hidden name program taskmanager?
<<see
i want hidden name my program in taskmanager ??
please....
-
Jun 11th, 2008, 06:42 AM
#2
Re: how to hidden name program taskmanager?
Why do you need to hide your process?
VB/Office Guru™ (AKA: Gangsta Yoda™ ®)
I dont answer coding questions via PM. Please post a thread in the appropriate forum. 
Microsoft MVP 2006-2011
Office Development FAQ (C#, VB.NET, VB 6, VBA)
Senior Jedi Software Engineer MCP (VB 6 & .NET), BSEE, CET
If a post has helped you then Please Rate it! 
• Reps & Rating Posts • VS.NET on Vista • Multiple .NET Framework Versions • Office Primary Interop Assemblies • VB/Office Guru™ Word SpellChecker™.NET • VB/Office Guru™ Word SpellChecker™ VB6 • VB.NET Attributes Ex. • Outlook Global Address List • API Viewer utility • .NET API Viewer Utility •
System: Intel i7 6850K, Geforce GTX1060, Samsung M.2 1 TB & SATA 500 GB, 32 GBs DDR4 3300 Quad Channel RAM, 2 Viewsonic 24" LCDs, Windows 10, Office 2016, VS 2019, VB6 SP6 
-
Jun 11th, 2008, 06:44 AM
#3
Thread Starter
Banned
Re: how to hidden name program taskmanager?
for security
i make program lockscreen for protect from other user
-
Jun 11th, 2008, 06:51 AM
#4
Re: how to hidden name program taskmanager?
You can simply use a password on the User account. That will force them to enter in their windows password before they can access the computer.
VB/Office Guru™ (AKA: Gangsta Yoda™ ®)
I dont answer coding questions via PM. Please post a thread in the appropriate forum. 
Microsoft MVP 2006-2011
Office Development FAQ (C#, VB.NET, VB 6, VBA)
Senior Jedi Software Engineer MCP (VB 6 & .NET), BSEE, CET
If a post has helped you then Please Rate it! 
• Reps & Rating Posts • VS.NET on Vista • Multiple .NET Framework Versions • Office Primary Interop Assemblies • VB/Office Guru™ Word SpellChecker™.NET • VB/Office Guru™ Word SpellChecker™ VB6 • VB.NET Attributes Ex. • Outlook Global Address List • API Viewer utility • .NET API Viewer Utility •
System: Intel i7 6850K, Geforce GTX1060, Samsung M.2 1 TB & SATA 500 GB, 32 GBs DDR4 3300 Quad Channel RAM, 2 Viewsonic 24" LCDs, Windows 10, Office 2016, VS 2019, VB6 SP6 
-
Jun 11th, 2008, 06:54 AM
#5
Thread Starter
Banned
Re: how to hidden name program taskmanager?
- -"
No, i make program for internet cafe
will protect close by taskmanager
it wanted's customer
-
Jun 11th, 2008, 06:58 AM
#6
Re: how to hidden name program taskmanager?
Oh then you are better off using a Group Policy setting on your server that disables the taskmanager for the users.
VB/Office Guru™ (AKA: Gangsta Yoda™ ®)
I dont answer coding questions via PM. Please post a thread in the appropriate forum. 
Microsoft MVP 2006-2011
Office Development FAQ (C#, VB.NET, VB 6, VBA)
Senior Jedi Software Engineer MCP (VB 6 & .NET), BSEE, CET
If a post has helped you then Please Rate it! 
• Reps & Rating Posts • VS.NET on Vista • Multiple .NET Framework Versions • Office Primary Interop Assemblies • VB/Office Guru™ Word SpellChecker™.NET • VB/Office Guru™ Word SpellChecker™ VB6 • VB.NET Attributes Ex. • Outlook Global Address List • API Viewer utility • .NET API Viewer Utility •
System: Intel i7 6850K, Geforce GTX1060, Samsung M.2 1 TB & SATA 500 GB, 32 GBs DDR4 3300 Quad Channel RAM, 2 Viewsonic 24" LCDs, Windows 10, Office 2016, VS 2019, VB6 SP6 
-
Jun 11th, 2008, 07:11 AM
#7
Thread Starter
Banned
Re: how to hidden name program taskmanager?
disables the taskmanager , if user want see other process ?
as
customer want hide process more than disables the taskmanager
-
Jun 11th, 2008, 08:02 PM
#8
Re: how to hidden name program taskmanager?
You can not hide a perocess from the task manager. Windows needs to know and control the processes it runs. If this truely is for a cafe then you wouldnt even be wanting to allow the taskmanager to run at all.
VB/Office Guru™ (AKA: Gangsta Yoda™ ®)
I dont answer coding questions via PM. Please post a thread in the appropriate forum. 
Microsoft MVP 2006-2011
Office Development FAQ (C#, VB.NET, VB 6, VBA)
Senior Jedi Software Engineer MCP (VB 6 & .NET), BSEE, CET
If a post has helped you then Please Rate it! 
• Reps & Rating Posts • VS.NET on Vista • Multiple .NET Framework Versions • Office Primary Interop Assemblies • VB/Office Guru™ Word SpellChecker™.NET • VB/Office Guru™ Word SpellChecker™ VB6 • VB.NET Attributes Ex. • Outlook Global Address List • API Viewer utility • .NET API Viewer Utility •
System: Intel i7 6850K, Geforce GTX1060, Samsung M.2 1 TB & SATA 500 GB, 32 GBs DDR4 3300 Quad Channel RAM, 2 Viewsonic 24" LCDs, Windows 10, Office 2016, VS 2019, VB6 SP6 
-
Jun 12th, 2008, 07:54 AM
#9
Thread Starter
Banned
Re: how to hidden name program taskmanager?
-
Jun 12th, 2008, 08:56 AM
#10
Re: how to hidden name program taskmanager?
Nobody is going to tell you how to hide your application from the processes list, because anybody visiting this thread can use it for malicious purposes.
If you do a search, you'll see that there are many threads like this one. They are either unanswered/unresolved or locked by a moderator.
You can lock the Task Manager in the registry.
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\System
Add new DWORD, named DisableTaskMgr
Set the value to 1
Next time someone tries to open the Task Manager, the user gets the following message, 'Task Manager has been disabled by your administrator'.
-
Jun 12th, 2008, 09:24 AM
#11
Re: how to hidden name program taskmanager?
 Originally Posted by Chris001
You can lock the Task Manager in the registry.
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\System
Add new DWORD, named DisableTaskMgr
Set the value to 1
Next time someone tries to open the Task Manager, the user gets the following message, 'Task Manager has been disabled by your administrator'.
This is the option that we suggest you take primarily because of this
 Originally Posted by Chris001
Nobody is going to tell you how to hide your application from the processes list, because anybody visiting this thread can use it for malicious purposes.
-
Jun 12th, 2008, 09:43 AM
#12
Lively Member
Re: how to hidden name program taskmanager?
@ Hack
can you send me a pm on how to do it?
-
Jun 12th, 2008, 10:04 AM
#13
Addicted Member
Re: how to hidden name program taskmanager?
few codes are out there......... but posting on dis site may be against rules ..
●════════════════════════════◄►═════════════════════════●
___itš bεttεг tΘ bε απ Θρεπ šiππεг, thαπ α ƒαlšε šαiπt___
●════════════════════════════◄►═════════════════════════●
гαj
-
Jun 12th, 2008, 10:22 AM
#14
Lively Member
Re: how to hidden name program taskmanager?
@Raj
where is the site adress?
-
Jun 12th, 2008, 11:39 AM
#15
Re: how to hidden name program taskmanager?
 Originally Posted by hum5
@ Hack
can you send me a pm on how to do it?
No. I'm never had the need to do, and can't image any valid reason to do it when you can simply disable the task manager.
-
Jun 12th, 2008, 01:54 PM
#16
Re: how to hidden name program taskmanager?
Since this thread isnt going in any valid direction Im going to close it.
Thread Closed
VB/Office Guru™ (AKA: Gangsta Yoda™ ®)
I dont answer coding questions via PM. Please post a thread in the appropriate forum. 
Microsoft MVP 2006-2011
Office Development FAQ (C#, VB.NET, VB 6, VBA)
Senior Jedi Software Engineer MCP (VB 6 & .NET), BSEE, CET
If a post has helped you then Please Rate it! 
• Reps & Rating Posts • VS.NET on Vista • Multiple .NET Framework Versions • Office Primary Interop Assemblies • VB/Office Guru™ Word SpellChecker™.NET • VB/Office Guru™ Word SpellChecker™ VB6 • VB.NET Attributes Ex. • Outlook Global Address List • API Viewer utility • .NET API Viewer Utility •
System: Intel i7 6850K, Geforce GTX1060, Samsung M.2 1 TB & SATA 500 GB, 32 GBs DDR4 3300 Quad Channel RAM, 2 Viewsonic 24" LCDs, Windows 10, Office 2016, VS 2019, VB6 SP6 
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|