+ Post New Thread
Results 1 to 12 of 12
Network and Classroom Management Thread, username as footer in IE6 in Technical; We are using XP stations on an RM Community Connect network. I'd like to be able to identify the dimwits ...
  1. #1
    iking's Avatar
    Join Date
    Jul 2005
    Location
    Kelso, Scotland
    Posts
    26
    Thank Post
    1
    Thanked 0 Times in 0 Posts
    Rep Power
    0

    username as footer in IE6

    We are using XP stations on an RM Community Connect network.

    I'd like to be able to identify the dimwits who print out huge web pages and then leave the results lying around in my printer. We had a reg fragment which did this for IE5, but I can't get it to work with IE6. If I use the reg fragment below, all we get is the string %username% printing at the bottom of the page instead of its value. Presumably the variable which stores this value has been changed.

    Has anyone got this working?

    REGEDIT4

    ;These settings add %username% as a header to IE pages
    ; when printed

    [HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\PageSetup]
    "footer"="&u&b&d"
    "header"="Printed by: %Username% &w&bPage &p of &P"
    "margin_bottom"="0.750000"
    "margin_left"="0.750000"
    "margin_right"="0.750000"
    "margin_top"="0.750000"

  2. IDG Tech News
  3. #2

    elsiegee40's Avatar
    Join Date
    Jan 2007
    Location
    Kent
    Posts
    8,742
    Thank Post
    1,468
    Thanked 1,648 Times in 1,211 Posts
    Rep Power
    535
    I use Print Manager Plus logs to find out who the print buffoons are and kill their output when it's too huge.

    Come to think of it, the kids can't print anything prefixed http:// because I setup PMP to stop them! They have to copy and paste into a saved document to print from the internet.

    It doesn't half make them think and it's reduced the rubbish no end.

  4. #3

    SYNACK's Avatar
    Join Date
    Oct 2007
    Posts
    10,172
    Thank Post
    749
    Thanked 2,460 Times in 2,087 Posts
    Blog Entries
    9
    Rep Power
    689
    You will need to change the key type to be REG_EXPAND_SZ so that it inflates the %username% bit. I gave it a go and it works for me on my machine.

    The location of the one for IE7 is the same so it should work throughout versions:
    [HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\PageSetup]

    In REG_SZ format it looked like this:
    "footer"="&u&b&d %Username%"

    But when expanded to REG_EXPAND_SZ it changes to this:
    "footer"=hex(2):26,00,75,00,26,00,62,00,26,00,64,0 0,20,00,25,00,75,00,73,00,65,\
    00,72,00,6e,00,61,00,6d,00,65,00,25,00,00,00
    Last edited by SYNACK; 18th April 2008 at 06:33 PM. Reason: re read post

  5. Thanks to SYNACK from:

    User3204 (19th April 2008)

  6. #4
    iking's Avatar
    Join Date
    Jul 2005
    Location
    Kelso, Scotland
    Posts
    26
    Thank Post
    1
    Thanked 0 Times in 0 Posts
    Rep Power
    0
    Doesn't work for me I'm afraid - I'm still just getting "%username%" printed as a footer instead of the actual value of the variable (assuming it exists in Community Connect of course)

  7. #5

    SYNACK's Avatar
    Join Date
    Oct 2007
    Posts
    10,172
    Thank Post
    749
    Thanked 2,460 Times in 2,087 Posts
    Blog Entries
    9
    Rep Power
    689
    Quote Originally Posted by iking View Post
    Doesn't work for me I'm afraid - I'm still just getting "%username%" printed as a footer instead of the actual value of the variable (assuming it exists in Community Connect of course)
    Have you gone into the registry on one of the machines and checked that it is a REG_EXPAND_SZ type value that is stored. If it is not just delete the value and recreate it as a REG_EXPAND_SZ type value with the same name. This should allow you to check it. If that does not work then it is something to do with your machines setup.

    If this does work then the registry change may need to be scripted to specify the type properly.

  8. #6
    kerrymoralee9280
    Guest
    I have an MSI for this if you would like it?
    Attached Files Attached Files

  9. 2 Thanks to kerrymoralee9280:

    iking (21st April 2008), SYNACK (21st April 2008)

  10. #7

    Join Date
    Jul 2011
    Location
    UAE
    Posts
    1
    Thank Post
    0
    Thanked 0 Times in 0 Posts
    Rep Power
    0
    Quote Originally Posted by kerrymoralee9280 View Post
    I have an MSI for this if you would like it?
    hi, can i have the source code for it becouse i need to make same changes in it and for sure you will have a copy of it after change

  11. #8
    ICT_GUY's Avatar
    Join Date
    Feb 2007
    Location
    Weymouth
    Posts
    2,226
    Thank Post
    599
    Thanked 280 Times in 201 Posts
    Rep Power
    101
    IE6? Oh the huge Manatee! 2001 called and they want their crappy browser back!
    Last edited by ICT_GUY; 15th July 2011 at 09:28 AM.

  12. #9


    Join Date
    Jul 2007
    Location
    Rural heck
    Posts
    2,663
    Thank Post
    120
    Thanked 434 Times in 353 Posts
    Rep Power
    124
    Not quite what you're asking for, but papercut logger is free and keeps a simple list of everything printed.

    PaperCut Print Logger - free print logging software for Windows

  13. #10

    Join Date
    Sep 2009
    Location
    North West
    Posts
    180
    Thank Post
    14
    Thanked 12 Times in 11 Posts
    Rep Power
    15
    Quote Originally Posted by a7bbuae View Post
    hi, can i have the source code for it becouse i need to make same changes in it and for sure you will have a copy of it after change
    Dont know it I have the source code for this anymore but I will dig around and post it if I manage to find it.

  14. #11

    elsiegee40's Avatar
    Join Date
    Jan 2007
    Location
    Kent
    Posts
    8,742
    Thank Post
    1,468
    Thanked 1,648 Times in 1,211 Posts
    Rep Power
    535
    A somewhat ancient thread resurrection

  15. #12

    Join Date
    Sep 2009
    Location
    North West
    Posts
    180
    Thank Post
    14
    Thanked 12 Times in 11 Posts
    Rep Power
    15
    Oh yea.... DOH! just noticed the date....... Brain is mush today

SHARE:
+ Post New Thread

Similar Threads

  1. Joomla Footer?
    By bensewell in forum Web Development
    Replies: 3
    Last Post: 29th April 2008, 10:33 AM
  2. exchange outgoing mail disclaimer/footer
    By NetDiag in forum How do you do....it?
    Replies: 7
    Last Post: 1st August 2007, 08:49 AM
  3. GP by username
    By rhyds in forum Windows
    Replies: 2
    Last Post: 17th July 2007, 08:01 PM
  4. Spaces in username box
    By jayrt in forum Windows
    Replies: 25
    Last Post: 29th March 2006, 10:54 AM
  5. Username as footer in Office
    By RobC in forum Windows
    Replies: 8
    Last Post: 31st August 2005, 11:58 PM

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •