Forum     

Go Back   Digit Technology Discussion Forum > Portables, Peripherals and Electronics > QnA (read only)
Register FAQ Calendar Mark Forums Read

QnA (read only) Mods please help transfer the contents of this forum to proper sections. :)


 
 
LinkBack Thread Tools Search this Thread Display Modes
Old 03-01-2005, 09:10 PM   #1 (permalink)
Right Off the Assembly Line
 
Join Date: Jan 2005
Posts: 2
Default Tweak Help


Hai does any one know how to disable taskbar with a registry tweak or some other thing with out using any third party software.
Remember disable
stone_man is offline  
Advertisements. Register and be a member of the community to get rid of them.
Advertisement

Old 03-01-2005, 09:39 PM   #2 (permalink)
Human Spambot
 
Join Date: May 2004
Location: off to "never ever" land
Posts: 2,912
Default

DISABLE the taskbar ?
thats a new one
i dun think the taskbar CAN be disabled
besides why would u wanna DISABLE it ? any particular reason ?
maybe we can come up with an alternative solution !

o welcome to the forums
__________________
No Mercy, No Limits.
Oobertech.net - Keeping Knowledge Free
theraven is offline  
Old 03-01-2005, 11:20 PM   #3 (permalink)
Alpha Geek
 
Join Date: Feb 2004
Location: Belgaum
Posts: 745
Default

I think he meant the different things we can do with the taskbar like hide,restore,hide context menus...

Here you go: Taskbar Tool
__________________
The protection of a machine is a process & not a given -Duane Arnold.
www.Oobertech.net
Look ma my blog http://techhub.blogspot.com/
digen is offline  
Old 03-01-2005, 11:25 PM   #4 (permalink)
In The Zone
 
Join Date: Oct 2004
Location: On ma recliner...!
Posts: 271
Default

First of all... Welcome To The Digit Forum stone_man!!!
N A VERY HAPPY NEW YEAR!

Well, the taskbar CANT be disabled using any software!!
Yea! Thats da truth!
But, y do u wanna disable it?
futuristically_ancient is offline  
Old 03-01-2005, 11:52 PM   #5 (permalink)
Human Spambot
 
swatkat's Avatar
 
Join Date: Mar 2004
Location: India
Posts: 2,033
Default

You can remove the Context menus for tray, including the Start button, Tab control, and Clock using this Registry tweak.

User Key:[HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre ntVersion\Policies\
Explorer]
System Key:[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\Curr entVersion\Policies\
Explorer]
Value Name:NoTrayContextMenu
Data Type:REG_DWORD (DWORD Value)
Value Data:(0 = disabled, 1 = enabled)
__________________
http://swatrant.blogspot.com/
swatkat is offline  
Old 04-01-2005, 01:22 AM   #6 (permalink)
Technoholik !!
 
Tech&ME's Avatar
 
Join Date: Oct 2004
Location: Bangalore
Posts: 1,308
Default

Ya even I think the taskbar can be disabled permanently!! One can hide it or Say Lock it at the most.
__________________
[Desktop]
[CPU] Intel C2D 2.4Ghz || [RAM] 2GB DDR2 || [VDU] Samsung P2370MS 23”|| [HDD] 500GB Seagate 7200RPM SATA || [OS]Mac OS X (Hackintosh)
[Laptop]
Dell Studio 15 Full HD || [OS] Now with Mac OS X LION :-D
Tech&ME is offline  
Old 04-01-2005, 12:59 PM   #7 (permalink)
Human Spambot
 
swatkat's Avatar
 
Join Date: Mar 2004
Location: India
Posts: 2,033
Default

Ok,u got it here:-

Code:
'hide taskbar 

Declare Function FindWindow Lib "user32" Alias "FindWindowA" (ByVal lpClassName As String, ByVal lpWindowName As String) As Long
Declare Function SetWindowPos Lib "user32" (ByVal hwnd As Long, ByVal hWndInsertAfter As Long, ByVal x As Long, ByVal y As Long, ByVal cx As Long, ByVal cy As Long, ByVal wFlags As Long) As Long

Public Const SWP_HIDEWINDOW = &H80
Public Const SWP_SHOWWINDOW = &H40

Dim rtn As Long

'hide the taskbar

rtn = FindWindow("Shell_traywnd", "") 'get the Window
Call SetWindowPos(rtn, 0, 0, 0, 0, 0, SWP_HIDEWINDOW) 'hide the Tasbar
'show th taskbar
rtn = FindWindow("Shell_traywnd", "") 'get the Window
Call SetWindowPos(rtn, 0, 0, 0, 0, 0, SWP_SHOWWINDOW) 'show the Taskbar


This is a code snippet in VB and u have to do some changes to get it running,it has both show and hide taskbar provision.i don't know much about it.
There was another page that had some info about that ,i read long time ago,but now the i can not find that page.
After making exe of this code,u put it in the startup.Taskbar vanishes.But there will be a white space in that place.
__________________
http://swatrant.blogspot.com/
swatkat is offline  
Old 05-01-2005, 01:28 PM   #8 (permalink)
Right Off the Assembly Line
 
Join Date: Jan 2005
Posts: 2
Default

I mean that when the windows98 starts the windows password dialog box appears. I want a application to start that is Program manager. And i do not want the taskbar to load nor the shortcut keys such as windows + e , windows + r, windows key , ctrl -escape etc., to be used so that they cannot change any system settings. Let me know if there a way to disable deleting of a file.Remember everything without using a third party software.
stone_man is offline  
 

Bookmarks

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


 
Latest Threads
- by Charan
- by clinton
- by Krow
- by clmlbx

Advertisement




All times are GMT +5.5. The time now is 11:43 PM.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2012, vBulletin Solutions, Inc.

Search Engine Optimization by vBSEO 3.3.2