+ 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. #2

    elsiegee40's Avatar
    Join Date
    Jan 2007
    Location
    Kent
    Posts
    6,562
    Thank Post
    1,093
    Thanked 1,024 Times in 765 Posts
    Rep Power
    328
    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.

  3. #3

    SYNACK's Avatar
    Join Date
    Oct 2007
    Location
    EOL
    Posts
    6,967
    Blog Entries
    9
    Thank Post
    403
    Thanked 1,779 Times in 1,517 Posts
    Rep Power
    415
    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 07:33 PM. Reason: re read post

  4. Thanks to SYNACK from:

    User3204 (19th April 2008)

  5. #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)

  6. #5

    SYNACK's Avatar
    Join Date
    Oct 2007
    Location
    EOL
    Posts
    6,967
    Blog Entries
    9
    Thank Post
    403
    Thanked 1,779 Times in 1,517 Posts
    Rep Power
    415
    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.

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

  8. 2 Thanks to kerrymoralee9280:

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

  9. #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

  10. #8
    ICT_GUY's Avatar
    Join Date
    Feb 2007
    Location
    Weymouth
    Posts
    2,217
    Thank Post
    592
    Thanked 278 Times in 199 Posts
    Rep Power
    98
    IE6? Oh the huge Manatee! 2001 called and they want their crappy browser back!
    Last edited by ICT_GUY; 15th July 2011 at 10:28 AM.

  11. #9

    Join Date
    Jul 2007
    Location
    Rural heck
    Posts
    2,479
    Thank Post
    108
    Thanked 399 Times in 322 Posts
    Rep Power
    113
    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

  12. #10

    Join Date
    Sep 2009
    Location
    North West
    Posts
    134
    Thank Post
    5
    Thanked 8 Times in 7 Posts
    Rep Power
    12
    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.

  13. #11

    elsiegee40's Avatar
    Join Date
    Jan 2007
    Location
    Kent
    Posts
    6,562
    Thank Post
    1,093
    Thanked 1,024 Times in 765 Posts
    Rep Power
    328
    A somewhat ancient thread resurrection

  14. #12

    Join Date
    Sep 2009
    Location
    North West
    Posts
    134
    Thank Post
    5
    Thanked 8 Times in 7 Posts
    Rep Power
    12
    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, 11:33 AM
  2. exchange outgoing mail disclaimer/footer
    By NetDiag in forum How do you do....it?
    Replies: 7
    Last Post: 1st August 2007, 09:49 AM
  3. GP by username
    By rhyds in forum Windows
    Replies: 2
    Last Post: 17th July 2007, 09:01 PM
  4. Spaces in username box
    By jayrt in forum Windows
    Replies: 25
    Last Post: 29th March 2006, 11:54 AM
  5. Username as footer in Office
    By RobC in forum Windows
    Replies: 8
    Last Post: 1st September 2005, 12:58 AM

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
  •