<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:georss='http://www.georss.org/georss' xmlns:gd='http://schemas.google.com/g/2005' xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-8142145850126965790</id><updated>2012-02-16T22:02:48.147-05:00</updated><category term='facebook'/><category term='theory'/><category term='secret to the universe'/><category term='VBscript links'/><category term='Windows update error'/><category term='killer app'/><category term='Public pcs'/><category term='cosmology'/><category term='Window Update'/><category term='Novell network'/><category term='explained'/><category term='facebook app'/><category term='User Profile'/><category term='VBscript tips'/><category term='dark energy'/><category term='profiles'/><category term='quantum mechanics'/><category term='PC setup'/><category term='PC management'/><category term='Automatic logon'/><category term='computer support'/><category term='pc lab'/><category term='Logon utility'/><category term='Automatic Update Crashing'/><category term='Windows Update Script'/><category term='particle physics'/><category term='friends'/><title type='text'>PCs In Public</title><subtitle type='html'>PC support, Computer Support, Public PCs, PC labs, PC management, Cheap or free, Visual Basic, VBscript, batch files, Windows XP, Windows Vista, Novell Client, Tips and Tricks, tech support, and keeping your sanity at the same time.</subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://pcsinpublic.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8142145850126965790/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://pcsinpublic.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>labmanager</name><uri>http://www.blogger.com/profile/01820299586002411987</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://lh3.google.com/123Scooter/RlYpnC7sbEI/AAAAAAAAAVM/kXexPOAbY94/DSCF0265.JPG?imgmax=800'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>5</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-8142145850126965790.post-3663517997165259656</id><published>2009-05-24T23:21:00.010-05:00</published><updated>2009-05-25T00:07:17.774-05:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='facebook'/><category scheme='http://www.blogger.com/atom/ns#' term='profiles'/><category scheme='http://www.blogger.com/atom/ns#' term='friends'/><category scheme='http://www.blogger.com/atom/ns#' term='facebook app'/><category scheme='http://www.blogger.com/atom/ns#' term='killer app'/><title type='text'>My Simple facebook App - Sort of</title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_Lc8zsIIM_CI/ShokQqOMKJI/AAAAAAAAFE0/igC4rwwhNNA/s1600-h/FaceBookApp2.jpg"&gt;&lt;img style="margin: 0pt 0pt 10px 10px; float: right; cursor: pointer; width: 320px; height: 289px;" src="http://3.bp.blogspot.com/_Lc8zsIIM_CI/ShokQqOMKJI/AAAAAAAAFE0/igC4rwwhNNA/s320/FaceBookApp2.jpg" alt="" id="BLOGGER_PHOTO_ID_5339620176831457426" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;I wanted to be able to browse my friends' profiles not just the list of things that comes to my facebook home. I found no quick easy way so I made my own.&lt;br /&gt;&lt;br /&gt;A list of all my friends appears as a set of icons with names at the bottom of the web browser and facebook in the top half of the browser window. When you click on the icon of a friend their profile loads in the upper half. The friend window is resizable to make it easy to find a friend or so you can make it small and out of the way.&lt;br /&gt;&lt;br /&gt;Unfortunately it is not really an app when I looked into making an app takes more than I have to give right now. I did use one of the simple developer tools online to dig the face book user id, name, icon, and link-too-profile for all of my friends out of my own face book account. Then set it up in a way I can use at home.&lt;br /&gt;&lt;br /&gt;&lt;h2&gt;This is how:&lt;/h2&gt;&lt;br /&gt;&lt;a href="http://developers.facebook.com/tools.php?api"&gt;http://developers.facebook.com/tools.php?api&lt;/a&gt;&lt;br /&gt;&lt;p class="indent"&gt;I went to the facebook developers page under Tools / API test console I was able to run a couple simple facebook queries on my own facebook account. First a (friends.get) query with output set to JASON format to get the user id of all my friends. Jason format gives you a list of IDs seperated by commas which is what you need for the next step so copy that output and paste it in to notepad or any text editor. &lt;/p&gt;&lt;p style="text-indent: 5em;"&gt;The second query was facebooks getuser.info I pasted in my comma seperated list of user IDs then told it the info I wanted "pic_square,first_name,profile_url" the small picture, first name, and link to that profile. I set the output format this time to XML because I know how to turn that into a useable html web page with a simple xsl style sheet. &lt;/p&gt;&lt;p style="text-indent: 5em;"&gt;I copied the XML out put and put that in a file I called friendinfo.xml&lt;/p&gt;&lt;p style="text-indent: 5em;"&gt;XML is just the out put of data from a database wrapped by tags that show the name of that bit of data in the database.&lt;/p&gt;&lt;h3&gt;Here's just the top 2 users of that long file:&lt;/h3&gt;&lt;pre&gt;   &amp;lt;?xml version="1.0" encoding="utf-8"?&amp;gt;&lt;br /&gt;&amp;lt;?xml-stylesheet type="text/xsl" href="usericons.xsl"?&amp;gt;&lt;br /&gt;&amp;lt;users_getInfo_response&amp;gt;&lt;br /&gt; &amp;lt;user&amp;gt;&lt;br /&gt;   &amp;lt;uid&amp;gt;2790206&amp;lt;/uid&amp;gt;&lt;br /&gt;   &amp;lt;pic_square /&amp;gt;&lt;br /&gt;   &amp;lt;first_name&amp;gt;Karen&amp;lt;/first_name&amp;gt;&lt;br /&gt;   &amp;lt;profile_url&amp;gt;http://www.facebook.com/profile.php?id=2790206&amp;lt;/profile_url&amp;gt;&lt;br /&gt; &amp;lt;/user&amp;gt;&lt;br /&gt; &amp;lt;user&amp;gt;&lt;br /&gt;   &amp;lt;uid&amp;gt;27903944&amp;lt;/uid&amp;gt;&lt;br /&gt; &amp;lt;pic_square&amp;gt;http://profile.ak.facebook.com/v225/1988/42/q2790394_8682.jpg&amp;lt;/pic_square&amp;gt;&lt;br /&gt;   &amp;lt;first_name&amp;gt;Jennifer&amp;lt;/first_name&amp;gt;&lt;br /&gt;   &amp;lt;profile_url&amp;gt;http://www.facebook.com/profile.php?id=2790394&amp;lt;/profile_url&amp;gt;&lt;br /&gt;&amp;lt;/user&amp;gt;&lt;br /&gt;&lt;/pre&gt;etc. etc.&lt;br /&gt;&lt;p style="text-indent: 5em;"&gt;Before I could format it as a web page with the xsl stylesheet I had to modify just 2 lines in the XML output:&lt;br /&gt;One I had to add this link to my xsl stylesheet as the second line:&lt;br /&gt;&lt;/p&gt;&lt;pre&gt; &amp;lt;?xml-stylesheet type="text/xsl" href="usericons.xsl"?&amp;gt;&lt;br /&gt;&lt;/pre&gt;Then I had to remove all the extra attributes that were in the users_getInfo_response tag. They refered to the facebook api addons junk you would only need for the original query.&lt;br /&gt;&lt;h3&gt;Make it just a plain tag like this:&lt;/h3&gt;&lt;pre&gt; &amp;lt;users_getInfo_response&amp;gt;&lt;br /&gt;&lt;/pre&gt;&lt;p style="text-indent: 5em;"&gt;This was the XSL code i put in the file. It basically says for each user put first_name, pic_square, and profile_url in a div tag set to 80 by 60w pixels and uses the "float: left" so they will all hold to gether any shape or size browser window. It first sorts the output by first name.  &lt;/p&gt;&lt;pre&gt; &amp;lt;xsl:stylesheet version="1.0"&lt;br /&gt;xmlns:xsl="http://www.w3.org/1999/XSL/Transform"&amp;gt;&lt;br /&gt;&amp;lt;xsl:template match="users_getInfo_response"&amp;gt;&lt;br /&gt;&amp;lt;html&amp;gt;&amp;lt;body&amp;gt;&lt;br /&gt;&amp;lt;xsl:for-each select="user"&amp;gt;&lt;br /&gt;    &amp;lt;xsl:sort select="first_name"/&amp;gt;&lt;br /&gt;    &amp;lt;div STYLE="height: 80;width: 60;float: left;font-size: x-small;&lt;br /&gt;font-family: Sans-Serif;"&amp;gt;&lt;br /&gt;&amp;lt;xsl:value-of select="first_name"/&amp;gt;&lt;br /&gt;&amp;lt;br /&amp;gt;&amp;lt;a href="{profile_url}" target="Facebookmain"&amp;gt;&amp;lt;img src="{pic_square}"&lt;br /&gt;alt="{first_name}" /&amp;gt;&amp;lt;/a&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;/xsl:for-each&amp;gt;&lt;br /&gt;&amp;lt;/body&amp;gt;&lt;br /&gt;&amp;lt;/html&amp;gt;&lt;br /&gt;&amp;lt;/xsl:template&amp;gt;&lt;br /&gt;&amp;lt;/xsl:stylesheet&amp;gt;&lt;br /&gt;&lt;/pre&gt;&lt;p style="text-indent: 5em;"&gt;Now that the XML was working like a web page of icons that were links to my friends profile pages. I needed keep both the icons and facebook in the same browser window. The easiest way to do that was make frames page. A frames page is an HTML web page that puts more than one web page in one browser window. I set up a small frame on the bottom and linked that with my XML. Then set the rest of the page to http://facebook.com. If you look in the XSL you will see the target="Facebookmain" in the link. Facebookmain was the name I added called the upper frame in my frames html page.&lt;/p&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;This is all that is in my frames page:&lt;/span&gt;&lt;br /&gt;&lt;pre&gt;&lt;br /&gt; &amp;lt;html&amp;gt;&lt;br /&gt;&lt;br /&gt; &amp;lt;frameset rows="*,125px"&amp;gt;&lt;br /&gt;   &amp;lt;frame src="http://www.facebook.com/" name="Facebookmain" /&amp;gt;&lt;br /&gt;   &amp;lt;frame src="friendinfo.xml" /&amp;gt;&lt;br /&gt; &amp;lt;/frameset&amp;gt;&lt;br /&gt;&lt;br /&gt; &amp;lt;/html&amp;gt;&lt;br /&gt;&lt;/pre&gt;&lt;p style="text-indent: 5em;"&gt;The three files I made have to stay in the same folder friendinfo.xml, usericons.xsl, friendframetest.html. &lt;/p&gt;&lt;p style="text-indent: 5em;"&gt;Run the HTML page and click through all your friends user profiles.&lt;br /&gt;&lt;/p&gt;&lt;p style="text-indent: 5em;"&gt;This could be so much more. This is just the most simple way to browse my friends profiles. It could be a stelar App in fact in the it should be part of  facebook but in a cooler form.&lt;br /&gt;&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8142145850126965790-3663517997165259656?l=pcsinpublic.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://pcsinpublic.blogspot.com/feeds/3663517997165259656/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8142145850126965790&amp;postID=3663517997165259656' title='3 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8142145850126965790/posts/default/3663517997165259656'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8142145850126965790/posts/default/3663517997165259656'/><link rel='alternate' type='text/html' href='http://pcsinpublic.blogspot.com/2009/05/my-simple-facebook-app-sort-of.html' title='My Simple facebook App - Sort of'/><author><name>labmanager</name><uri>http://www.blogger.com/profile/01820299586002411987</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://lh3.google.com/123Scooter/RlYpnC7sbEI/AAAAAAAAAVM/kXexPOAbY94/DSCF0265.JPG?imgmax=800'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://3.bp.blogspot.com/_Lc8zsIIM_CI/ShokQqOMKJI/AAAAAAAAFE0/igC4rwwhNNA/s72-c/FaceBookApp2.jpg' height='72' width='72'/><thr:total>3</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8142145850126965790.post-7721782951043403187</id><published>2009-05-18T14:10:00.008-05:00</published><updated>2009-05-18T15:32:23.269-05:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='theory'/><category scheme='http://www.blogger.com/atom/ns#' term='secret to the universe'/><category scheme='http://www.blogger.com/atom/ns#' term='cosmology'/><category scheme='http://www.blogger.com/atom/ns#' term='particle physics'/><category scheme='http://www.blogger.com/atom/ns#' term='dark energy'/><category scheme='http://www.blogger.com/atom/ns#' term='quantum mechanics'/><category scheme='http://www.blogger.com/atom/ns#' term='explained'/><title type='text'>Everything Everywhere is Empty Space</title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/_Lc8zsIIM_CI/ShHClEN-LpI/AAAAAAAAFEM/Km8LZrX6GSo/s1600-h/timerealtivity_filteredsmall_filtered.jpg"&gt;&lt;img style="margin: 0pt 0pt 10px 10px; float: right; cursor: pointer; width: 271px; height: 278px;" src="http://2.bp.blogspot.com/_Lc8zsIIM_CI/ShHClEN-LpI/AAAAAAAAFEM/Km8LZrX6GSo/s400/timerealtivity_filteredsmall_filtered.jpg" alt="" id="BLOGGER_PHOTO_ID_5337260975454039698" border="0" /&gt;&lt;/a&gt;&lt;span style="font-family:verdana;"&gt;&lt;p style="text-indent: 25px;"&gt;So I was reading the Einstein issue of Discover magazine and it was explaining relativity in a nutshell.  It gave me a bunch of cool ideas that I was jotting down on post-its because I couldn't find a sheet of paper. It was fun for me so I thought I would lay them on you . . .  all.&lt;/p&gt;&lt;p style="text-indent: 25px;"&gt;It was saying time was not fixed; the rate it passed got slower the faster you moved. Then in parentheses it said "(Gravity also slows the passage of time.)"&lt;/p&gt;&lt;p style="text-indent: 25px;"&gt;On the next page it was talking about gravity and said gravity is mass causing a distortion in space-time.&lt;/p&gt;&lt;p style="text-indent: 25px;"&gt;That really got me thinking, why would a distortion in space-time, gravity, change time in the same way as moving fast. &lt;/p&gt;&lt;p style="text-indent: 25px;"&gt;Then it hit me, space time is not merely distorted by gravity, space-time is always moving toward the center of gravity. Thus if you are motionless relative to the center of gravity you are moving quickly through space time. (or space time is moving quickly through you.)&lt;/p&gt;&lt;p style="text-indent: 25px;"&gt;If mass only distorted space-time in the wake of massive objects would be a region where it would push less massive objects away from each other or at least slow the rate at which they were drawn together. I've never heard of that so I think I'm right space-time is like a moving fluid. &lt;/p&gt;&lt;p style="text-indent: 25px;"&gt;That felt good so I kept reading and thinking.&lt;/p&gt;&lt;p style="text-indent: 25px;"&gt;Why does space-time affect matter why are matter (mass) and space time interacting. They must share part of their nature in common or they would not be rubbing up against each other like that. Either that or they both had way too much to drink.&lt;/p&gt;&lt;p style="text-indent: 25px;"&gt;Then there is energy and it also makes space-time behave like a fluid. Electromagnetic waves are ripple like changes in density of space-time. The more dense areas can behave like matter sometimes because matter also creates areas of higher density of space time. Higher density areas space-time in waves could be broken down into packets of denser space time and thereby behave like both particles and waves. I guess that could also explain particles that appear to have no mass. &lt;/p&gt;&lt;p style="text-indent: 25px;"&gt;OK, since mass and energy both interact with space-time, they are both in contact with space time in some way and therefore they share part of their nature in common with space-time. Another way to say that is they are related to space-time. A relationship can be expressed with and equation. In the same way Energy equals mass times the speed of light squared. E=mc2  &lt;/p&gt;&lt;p style="text-indent: 25px;"&gt;You could say &lt;/p&gt;&lt;p style="text-indent: 25px;"&gt;(E=mc2) X some unknown factor = Space-Time&lt;/p&gt;&lt;/span&gt;&lt;span style="font-family:verdana;"&gt;&lt;p&gt;&lt;/p&gt;&lt;/span&gt;&lt;span style="font-family:verdana;"&gt;&lt;p style="text-indent: 50px;"&gt;&lt;/p&gt;&lt;/span&gt;&lt;div style="text-align: center;"&gt;&lt;span style="font-family:verdana;"&gt;OR in other words&lt;/span&gt;&lt;/div&gt;&lt;span style="font-family:verdana;"&gt;&lt;p&gt;&lt;/p&gt;&lt;/span&gt;&lt;span style="font-family:verdana;"&gt;&lt;p style="text-indent: 25px;"&gt;&lt;/p&gt;&lt;/span&gt;&lt;div style="text-align: center;"&gt;&lt;span style="font-family:verdana;"&gt;     &lt;span style="font-style: italic; font-weight: bold;"&gt;Everything everywhere is empty space&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;span style="font-family:verdana;"&gt;&lt;p&gt;&lt;/p&gt;&lt;p style="text-indent: 25px;"&gt;If I had to guess what the unknown factor was that could convert mater and energy into empty space I would have to say a black hole. Matter and energy go in but they don't come out. Another thing about black holes is that their super mass does not remain constant, if they are not feeding on mass around them they slowly loose mass and die. &lt;/p&gt;&lt;p style="text-indent: 25px;"&gt;Right now the biggest mystery in cosmology is why the expansion of the universe is expanding at a faster and faster rate. They are creating ideas like dark energy to explain the unknown repulsive force that is pushing the universe out. &lt;/p&gt;&lt;p style="text-indent: 25px;"&gt;Matter and energy being converted into space-time could explain why the universe is expanding faster and faster. &lt;/p&gt;&lt;p style="text-indent: 25px;"&gt;If Black holes are creating empty space that empty space is not showing up in areas of lots of matter. We would have detected that because it would show as objects near each other would not be attracted to each other as quickly as the force of gravity would predict. Therefore this new empty space would have to be added to the universe in areas with the least matter. &lt;/p&gt;&lt;p style="text-indent: 25px;"&gt;It just so happens that is exactly what cosmologists see in the expansion of the universe. The arrangement of galaxies in the universe has been described being like bubbles; mater filled areas surrounding large rounded mostly empty pockets of space with the most matter in areas where those "bubbles" meet.&lt;/p&gt;&lt;p style="text-indent: 25px;"&gt;Ok so now that I have answered a few of the greatest mysteries of cosmology and physics where do I pick up my check? This has to be worth a payday, who's going to cough it up?&lt;/p&gt;&lt;p syle="text-indent: 25px;"&gt;&lt;/p&gt;&lt;/span&gt;&lt;span style="font-family:verdana;"&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8142145850126965790-7721782951043403187?l=pcsinpublic.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://pcsinpublic.blogspot.com/feeds/7721782951043403187/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8142145850126965790&amp;postID=7721782951043403187' title='3 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8142145850126965790/posts/default/7721782951043403187'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8142145850126965790/posts/default/7721782951043403187'/><link rel='alternate' type='text/html' href='http://pcsinpublic.blogspot.com/2009/05/everything-everywhere-is-empty-space.html' title='Everything Everywhere is Empty Space'/><author><name>labmanager</name><uri>http://www.blogger.com/profile/01820299586002411987</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://lh3.google.com/123Scooter/RlYpnC7sbEI/AAAAAAAAAVM/kXexPOAbY94/DSCF0265.JPG?imgmax=800'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://2.bp.blogspot.com/_Lc8zsIIM_CI/ShHClEN-LpI/AAAAAAAAFEM/Km8LZrX6GSo/s72-c/timerealtivity_filteredsmall_filtered.jpg' height='72' width='72'/><thr:total>3</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8142145850126965790.post-8339877698198117841</id><published>2007-05-09T12:21:00.000-05:00</published><updated>2007-05-09T12:24:36.435-05:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Logon utility'/><category scheme='http://www.blogger.com/atom/ns#' term='PC setup'/><category scheme='http://www.blogger.com/atom/ns#' term='Novell network'/><category scheme='http://www.blogger.com/atom/ns#' term='User Profile'/><category scheme='http://www.blogger.com/atom/ns#' term='Automatic logon'/><title type='text'>CHANGING OVER A PC FOR A NEW USER in XP</title><content type='html'>&lt;p class="MsoNormal" style="text-indent: 0.5in;"&gt;Since new users are easy to add to a windows XP PC you may just think Every time a PC is reset for a new user just make a new user on the PC. But doing it that way means redoing a lot of user set up. Plus Some programs that are setup on the PC may even require you to set them up again, and surprisingly PC performance will slow for each new user profile you add. This slightly slower performance may have something to do with files arranged and optimized on the hard disk for the original user. So renaming the PC and the User profile is the way to go. &lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style=""&gt;          &lt;/span&gt;Here are some quick instructions for changing an XP PC for a new user. User profiles do involve passwords and if these instructions looks slightly different to you it may be because I wrote them for a Novell network environment.&lt;/p&gt;  &lt;ul style="margin-top: 0in;" type="disc"&gt;&lt;li class="MsoNormal" style=""&gt;At the      PC first Log on to the network with your own username and password &lt;/li&gt;&lt;li class="MsoNormal" style=""&gt;Log      onto the Windows user prompt as the administrative user. &lt;span style=""&gt; &lt;/span&gt;We have changed the name of the      administrative user on our PCs but PC set up is another topic.&lt;/li&gt;&lt;/ul&gt;  &lt;h2&gt;Remove user password&lt;/h2&gt;  &lt;p class="MsoNormal" style="text-indent: 0.5in;"&gt;We try to keep the network and Windows password the same so users see only one password prompt. We Passwords rotate every 180 days. New Users get the default password “password” and will be forced to set one by the network at first login. &lt;/p&gt;  &lt;ul style="margin-top: 0in;" type="disc"&gt;&lt;li class="MsoNormal" style=""&gt;In the      control panel got to &lt;b style=""&gt;&lt;i style=""&gt;User Accounts&lt;/i&gt;&lt;/b&gt;&lt;/li&gt;&lt;li class="MsoNormal" style=""&gt;Click      on the staff person user&lt;/li&gt;&lt;li class="MsoNormal" style=""&gt;Click      the &lt;b style=""&gt;&lt;i style=""&gt;Remove My Password Link&lt;/i&gt;&lt;/b&gt; - If it is not there is no      password continue to next step&lt;/li&gt;&lt;/ul&gt;  &lt;h2&gt;Rename the PC user&lt;/h2&gt;  &lt;p class="MsoNormal" style="text-indent: 0.5in;"&gt;We name PC users with their campus network ID, shared PCs in any office get the default user name we arranged ahead of time.&lt;/p&gt;  &lt;ul style="margin-top: 0in;" type="disc"&gt;&lt;li class="MsoNormal" style=""&gt;Right      click &lt;b style=""&gt;&lt;i style=""&gt;MyComputer&lt;/i&gt;&lt;/b&gt;&lt;/li&gt;&lt;li class="MsoNormal" style=""&gt;Choose      &lt;b style=""&gt;&lt;i style=""&gt;Manage&lt;/i&gt;&lt;/b&gt;&lt;/li&gt;&lt;li class="MsoNormal" style=""&gt;Click &lt;b style=""&gt;&lt;i style=""&gt;Local      Users and Groups&lt;/i&gt;&lt;/b&gt; Then &lt;b style=""&gt;&lt;i style=""&gt;Users&lt;/i&gt;&lt;/b&gt;&lt;/li&gt;&lt;li class="MsoNormal" style=""&gt;Right      click on the user and choose &lt;b style=""&gt;&lt;i style=""&gt;Rename&lt;/i&gt;&lt;/b&gt;&lt;/li&gt;&lt;li class="MsoNormal" style=""&gt;Enter      the name&lt;/li&gt;&lt;li class="MsoNormal" style=""&gt;Then      double click on the user account and make the full name entry the same –      it helps&lt;/li&gt;&lt;li class="MsoNormal" style=""&gt;Click      ok and exit Management Console&lt;/li&gt;&lt;/ul&gt;  &lt;p class="MsoNormal" style="text-align: center;" align="center"&gt;&lt;b style=""&gt;&lt;i style=""&gt;&lt;u&gt;Do not remove passwords using the management console&lt;o:p&gt;&lt;/o:p&gt;&lt;/u&gt;&lt;/i&gt;&lt;/b&gt;&lt;/p&gt;  &lt;h2&gt;Rename the PC&lt;/h2&gt;  &lt;p class="MsoNormal" style="text-indent: 0.5in;"&gt;We name each PC with the campus network ID of the user plus the letters PC at the end. If it is a shared PC we name it for its function like “acqoffice2PC” this name must be unique on the network.&lt;/p&gt;  &lt;ul style="margin-top: 0in;" type="disc"&gt;&lt;li class="MsoNormal" style=""&gt;Right      click on &lt;b style=""&gt;&lt;i style=""&gt;MyComputer&lt;/i&gt;&lt;/b&gt; &lt;/li&gt;&lt;li class="MsoNormal" style=""&gt;Choose      &lt;b style=""&gt;&lt;i style=""&gt;Properties&lt;/i&gt;&lt;/b&gt;&lt;/li&gt;&lt;li class="MsoNormal" style=""&gt;On the      &lt;b style=""&gt;&lt;i style=""&gt;Computer      Name&lt;/i&gt;&lt;/b&gt; tab click the &lt;b style=""&gt;&lt;i style=""&gt;Change button&lt;/i&gt;&lt;/b&gt;&lt;/li&gt;&lt;li class="MsoNormal" style=""&gt;Enter      the name &lt;/li&gt;&lt;li class="MsoNormal" style=""&gt;Click      the &lt;b style=""&gt;&lt;i style=""&gt;More&lt;/i&gt;&lt;/b&gt; button&lt;/li&gt;&lt;li class="MsoNormal" style=""&gt;Make      sure it says “newpaltz.edu”&lt;/li&gt;&lt;li class="MsoNormal" style=""&gt;Click      ok to the properties windows – If you have removed the password it is OK      to reboot when prompted&lt;/li&gt;&lt;/ul&gt;  &lt;h2 style=""&gt;Set Up Automatic Login on a Shared PC&lt;span style=""&gt;                  &lt;/span&gt;&lt;/h2&gt;  &lt;p class="MsoNormal" style="text-indent: 0.5in;"&gt;Shared PCs or PCs that login automatically login to the network get the shared network user name we arranged ahead of time. We set up this account with limited network rights because it is used by student workers etc. We also set it up to login automatically and we in fact find this more secure than requiring a password and login for a shared pc. Whenever we have required a password the office invariably writes down the password and sticks it to the monitor for the whole world to read and share with friends.&lt;/p&gt;  &lt;ul style="margin-top: 0in;" type="disc"&gt;&lt;li class="MsoNormal" style=""&gt;Reboot      the PC and login at the shared network user &lt;/li&gt;&lt;li class="MsoNormal" style=""&gt;Logon      to the windows prompt with the user “staff” with no password or with whatever      name you gave the staff user account.&lt;/li&gt;&lt;li class="MsoNormal" style=""&gt;Passwords      should have been cleared in a prior step&lt;/li&gt;&lt;li class="MsoNormal" style=""&gt;We      have placed a tool we got from the Novell cool tools web page called Autolog      to set up automatic logins. &lt;/li&gt;&lt;li class="MsoNormal" style=""&gt;Set up      automatic login with Autolog&lt;/li&gt;&lt;li class="MsoNormal" style=""&gt;We      keep a batch tools folder on every PC with all our scripts and tools.&lt;/li&gt;&lt;/ul&gt;  &lt;p class="MsoNormal" style="margin-left: 0.25in;"&gt;NOTE: Autolog has an excellent set off command line options with which to script logon we will see this again for changing login from batch files later in PCs in Public&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8142145850126965790-8339877698198117841?l=pcsinpublic.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://pcsinpublic.blogspot.com/feeds/8339877698198117841/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8142145850126965790&amp;postID=8339877698198117841' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8142145850126965790/posts/default/8339877698198117841'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8142145850126965790/posts/default/8339877698198117841'/><link rel='alternate' type='text/html' href='http://pcsinpublic.blogspot.com/2007/05/changing-over-pc-for-new-user-in-xp.html' title='CHANGING OVER A PC FOR A NEW USER in XP'/><author><name>labmanager</name><uri>http://www.blogger.com/profile/01820299586002411987</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://lh3.google.com/123Scooter/RlYpnC7sbEI/AAAAAAAAAVM/kXexPOAbY94/DSCF0265.JPG?imgmax=800'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8142145850126965790.post-874010191177762842</id><published>2007-05-08T12:54:00.000-05:00</published><updated>2007-05-13T00:26:41.406-05:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='VBscript links'/><category scheme='http://www.blogger.com/atom/ns#' term='Window Update'/><category scheme='http://www.blogger.com/atom/ns#' term='VBscript tips'/><category scheme='http://www.blogger.com/atom/ns#' term='Automatic Update Crashing'/><category scheme='http://www.blogger.com/atom/ns#' term='Windows update error'/><category scheme='http://www.blogger.com/atom/ns#' term='Windows Update Script'/><title type='text'>Scripting Windows Update Avoids Errors Fixes Problems</title><content type='html'>&lt;div style="text-indent: 3em;"&gt;The windows update service on the PCs at work has gone mad. In the past the Windows Automatic Update has been a really trusted ally on our staff Windows XP Professional machines until a couple months after the release of Vista. Gosh I wonder why? Now occasionally it seems to use up all the processor cycles and suck up every last k of memory during its search phase. Some of our newer faster machines were just crashing. &lt;/div&gt;&lt;div style="text-indent: 3em;"&gt;Our Public PCs have been using a script to do windows updates since I discovered  the script on the Microsoft Developers web site more than a year ago. To modify it for use on our staff PCs I wanted to change it to only download Security and Critical Updates and not to install any update that required a user to answer prompts. We will turn off windows update and add this script to the Maintenance script that runs when our staff users leave for the day.&lt;/div&gt;&lt;div style="text-indent: 3em;"&gt;I found the information I needed to modify the script on a great scripting resource, Active Experts, they have a page that shows all the properties and methods you can script for in windows update. Bookmark the Active Experts site,  they are wonderful, I found on their site a property of a windows update that tells you if it requires user interaction and I Scripted a check for that property before installing so it would not install those updates. &lt;/div&gt;&lt;div style="text-align: center;"&gt;&lt;a href="http://www.activexperts.com/activmonitor/windowsmanagement/scripts/software/client/" target="_blank"&gt;www.activexperts.com&lt;/a&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;            The fabulous, Hey Scripting Guy, website gave me the method to force a script to run in the command line CSCRIPT shell.&lt;/div&gt;&lt;div style="text-align: center;"&gt;&lt;a href="http://www.microsoft.com/technet/scriptcenter/resources/qanda/jun06/hey0619.mspx" target="_blank"&gt;Hey Scripting Guy&lt;/a&gt;&lt;br /&gt;&lt;/div&gt;&lt;ul&gt;&lt;b&gt;The script has been:&lt;/b&gt;&lt;br /&gt;&lt;li&gt;Modified for getting only security and critical updates&lt;br /&gt;&lt;/li&gt;&lt;li&gt;look for the comments that start with "MY MOD -"&lt;/li&gt;&lt;li&gt;The action starts at the bottom of script setting types of updates then calls the function DoWindowsUpdates.  Get All updates, and other update types can be setup at the bottom of this script.&lt;/li&gt;&lt;li&gt;Modified to reject updates that need user interaction from installing&lt;br /&gt;&lt;/li&gt;&lt;li&gt;Modified to only run at the command line with cscript.&lt;/li&gt;&lt;li&gt;Tested in Windows XP Professional XP sp2 and Windows Vista Business&lt;/li&gt;&lt;li&gt;Tested with PCs set up for Windows Update and also Microsoft Update.&lt;/li&gt;&lt;li&gt;Don't copy the code from the screen to use &lt;a href="http://lib.newpaltz.edu/tools/WindowsUpdates.zip"&gt;Download the zip file here&lt;/a&gt; if you are brave enough to try it.&lt;/li&gt;&lt;/ul&gt;The Code____________&lt;br /&gt;&lt;div style="font-family: OCR A Extended,Lucida Console,Lucida Sans Unicode,Andale Mono,Monaco,Courier New,Monospace; font-size: x-small;"&gt;&lt;br /&gt;' Modified for getting only security and critical updates&lt;br /&gt;' look for the comments that start with MY MOD -&lt;br /&gt;' BE WARNED Don't even bother trying this or any other script you find online if you don't have test PCs to waste&lt;br /&gt;' any issues you have with this script are your responsibility&lt;br /&gt;' There is a MOD below that forces the script to run from the command line CSCRIPT&lt;br /&gt;' Starts at the bottom of script setting types of update call the function DoWindowsUpdates&lt;br /&gt;' All updates and other update types can be setup at the bottom of this script&lt;br /&gt;' Modified to reject updates that need user interaction from installing&lt;br /&gt;' Tested in WindowsXP Professional XP sp2 and Windows Vista&lt;br /&gt;' Tested with PCs set up for Windows Update and Microsoft Update&lt;br /&gt;' ------------------------------------------------------------------------------&lt;br /&gt;' Filename:        WindowsUpdates.vbs&lt;br /&gt;' ------------------------------------------------------------------------------&lt;br /&gt;' Description:    Automatically downloads and installs relevant updates&lt;br /&gt;' ------------------------------------------------------------------------------&lt;br /&gt;' Version:        Beta&lt;br /&gt;' Notes:    &lt;br /&gt;' ------------------------------------------------------------------------------&lt;br /&gt;' Copyright (C) Microsoft Corporation 2005, All Rights Reserved&lt;br /&gt;' ------------------------------------------------------------------------------&lt;br /&gt;Option Explicit&lt;br /&gt;' MY MOD - had to define aka dim the last four items in the line below to go with my mods&lt;br /&gt;Dim I, I2, oSession, oSearcher, oSearchResult, oUpdate, oUpdatesToDownload, oUpdatesToInstall, oDownloader, oInstaller, oInstallationResult, installcount, strPath, strCommand, objShell&lt;br /&gt;&lt;br /&gt;' ------------------------------------------------------------------------------&lt;br /&gt;' create objects&lt;br /&gt;' ------------------------------------------------------------------------------&lt;br /&gt;Set oSession       = CreateObject("Microsoft.Update.Session")&lt;br /&gt;Set oSearcher      = oSession.CreateupdateSearcher()&lt;br /&gt;' MY MOD - This 7 line group below forces the script to run in the Cscript command line where it belongs&lt;br /&gt;' Because of the Option Explicit above we must add every variable to the DIM line above&lt;br /&gt;Set objShell = CreateObject("Wscript.Shell")&lt;br /&gt;If LCase(Right(Wscript.FullName, 11)) = "wscript.exe" Then&lt;br /&gt;strPath = Wscript.ScriptFullName&lt;br /&gt;strCommand = "%comspec% /k cscript  " &amp; Chr(34) &amp;amp; strPath &amp; chr(34)&lt;br /&gt;objShell.Run(strCommand)&lt;br /&gt;Wscript.Quit&lt;br /&gt;End If&lt;br /&gt;&lt;br /&gt;Public Function DoWindowsUpdates&lt;br /&gt;&lt;br /&gt; ' ------------------------------------------------------------------------------&lt;br /&gt; ' search for updates&lt;br /&gt; ' ------------------------------------------------------------------------------&lt;br /&gt; WScript.Echo "Searching for updates..." &amp;amp; vbCRLF&lt;br /&gt; WScript.Echo "List of applicable items on the machine:"&lt;br /&gt;&lt;br /&gt; I2=0&lt;br /&gt; For I = 0 To oSearchResult.Updates.Count-1&lt;br /&gt;     Set oUpdate = oSearchResult.Updates.Item(I)&lt;br /&gt;     I2=I2+1&lt;br /&gt;     WScript.Echo I + 1 &amp; "&amp;gt; " &amp; oUpdate.Title&lt;br /&gt; Next&lt;br /&gt;&lt;br /&gt; If I2 = 0 Then&lt;br /&gt;     WScript.Echo "There are no applicable updates."&lt;br /&gt;     Exit Function    &lt;br /&gt; End If&lt;br /&gt;&lt;br /&gt; ' ------------------------------------------------------------------------------&lt;br /&gt; ' create collection of upates to download&lt;br /&gt; ' ------------------------------------------------------------------------------&lt;br /&gt; WScript.Echo vbCRLF &amp;amp; "Creating collection of updates to download:"&lt;br /&gt; Set oUpdatesToDownload = CreateObject("Microsoft.Update.UpdateColl")&lt;br /&gt;&lt;br /&gt; For I = 0 to oSearchResult.Updates.Count-1&lt;br /&gt;     Set oUpdate = oSearchResult.Updates.Item(I)&lt;br /&gt;     WScript.Echo I + 1 &amp; "&amp;gt; adding: " &amp; oUpdate.Title&lt;br /&gt;     oUpdatesToDownload.Add(oUpdate)&lt;br /&gt; Next&lt;br /&gt;&lt;br /&gt; ' ------------------------------------------------------------------------------&lt;br /&gt; ' download updates&lt;br /&gt; ' ------------------------------------------------------------------------------&lt;br /&gt; WScript.Echo vbCRLF &amp;amp; "Downloading updates..."&lt;br /&gt; Set oDownloader = oSession.CreateUpdateDownloader()&lt;br /&gt; oDownloader.Updates = oUpdatesToDownload&lt;br /&gt; oDownloader.Download()&lt;br /&gt;&lt;br /&gt; ' ------------------------------------------------------------------------------&lt;br /&gt; ' create a collection of downloaded updates to install&lt;br /&gt; ' ------------------------------------------------------------------------------&lt;br /&gt; WScript.Echo  vbCRLF &amp; "Creating collection of downloaded updates to install:"&lt;br /&gt; Set oUpdatesToInstall = CreateObject("Microsoft.Update.UpdateColl")&lt;br /&gt; installcount = 0&lt;br /&gt;' MY MOD - this if else in the loop checks to see if an update in the collection requires interaction and rejects it&lt;br /&gt; For I = 0 To oSearchResult.Updates.Count-1&lt;br /&gt; Set oUpdate = oSearchResult.Updates.Item(I)&lt;br /&gt;       If oUpdate.InstallationBehavior.CanRequestUserInput="True" Then&lt;br /&gt;         WScript.Echo I + 1 &amp;amp; "&amp;gt; Not Adding Needs User Input:  " &amp; oUpdate.Title&lt;br /&gt;          Else&lt;br /&gt;         WScript.Echo I + 1 &amp;amp; "&amp;gt; adding:  " &amp; oUpdate.Title&lt;br /&gt;         oUpdatesToInstall.Add(oUpdate)&lt;br /&gt;            installcount = installcount + 1&lt;br /&gt;          End if&lt;br /&gt; Next&lt;br /&gt;&lt;br /&gt; ' ------------------------------------------------------------------------------&lt;br /&gt; ' install updates&lt;br /&gt; ' ------------------------------------------------------------------------------&lt;br /&gt;' MY MOD - this if else in the loop prevents the script from halting if all updates are rejected&lt;br /&gt;    If installcount = 0 Then&lt;br /&gt;      WScript.Echo "No Updates to install"&lt;br /&gt;    Else&lt;br /&gt;      WScript.Echo "Installing updates..."&lt;br /&gt;   Set oInstaller = oSession.CreateUpdateInstaller()&lt;br /&gt;   oInstaller.Updates = oUpdatesToInstall&lt;br /&gt;   Set oInstallationResult = oInstaller.Install()&lt;br /&gt;    End If&lt;br /&gt;&lt;br /&gt; ' ------------------------------------------------------------------------------&lt;br /&gt; ' output results of install&lt;br /&gt; ' ------------------------------------------------------------------------------&lt;br /&gt;' MY MOD - this if else in the loop prevents the script from halting if all updates are rejected&lt;br /&gt;    If installcount = 0 Then&lt;br /&gt;      WScript.Echo "No Updates Installed"&lt;br /&gt;    Else&lt;br /&gt;   WScript.Echo "Installation Result: " &amp;amp; oInstallationResult.ResultCode&lt;br /&gt;   WScript.Echo "Reboot Required: " &amp; oInstallationResult.RebootRequired &amp;amp; vbCRLF&lt;br /&gt;   WScript.Echo "Listing of updates installed and individual installation results:"&lt;br /&gt;&lt;br /&gt;   For I = 0 to oUpdatesToInstall.Count - 1&lt;br /&gt;     WScript.Echo I + 1 &amp; "&amp;gt; " &amp; oUpdatesToInstall.Item(i).Title &amp;amp; ": " &amp;amp; oInstallationResult.GetUpdateResult(i).ResultCode&lt;br /&gt;   Next&lt;br /&gt; End if&lt;br /&gt;End Function&lt;br /&gt;&lt;br /&gt;' MY MOD -      Had to find the category IDs and Numbers with type listed again for the controlling sections below&lt;br /&gt;'CATEGORY_SERVICEPACK =    "68C5B0A3-D1A6-4553-AE49-01D3A7827828"&lt;br /&gt;'CATEGORY_SECURITYPATCH =  "0FA1201D-4330-4FA8-8AE9-B877473B6441"&lt;br /&gt;'CATEGORY_CRITICALUPDATE = "E6CF1350-C01B-414D-A61F-263D14D133B4"&lt;br /&gt;'CATEGORY_UPDATE =         "CD5FFD1E-E932-4E3A-BF74-18BF0B1BBD83"&lt;br /&gt;'CATEGORY_UPDATE_ROLLUP =  "28BC880E-0592-4CBF-8F95-C79B17911D5F"&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;' Installation Types Control the script really starts down here then calls the function above&lt;br /&gt;' This group of sections sets what kind of updates the script will search for using category ID Critical security etc.&lt;br /&gt;' The last group that is commented out does not use a category ID and tries to get all updates good after you install a PC from scratch&lt;br /&gt;' Above is the Collecting Downloading and installing work&lt;br /&gt;'           GROUP 1&lt;br /&gt;Wscript.Echo "Downloading and Installing Critical Updates"&lt;br /&gt;Set oSearchResult  = oSearcher.Search("IsInstalled=0 and Type='Software' and CategoryIDs contains 'E6CF1350-C01B-414D-A61F-263D14D133B4'")&lt;br /&gt;Call DoWindowsUpdates&lt;br /&gt;wscript.echo vbCRLF&lt;br /&gt;'           GROUP 2&lt;br /&gt;Wscript.Echo "Downloading and Installing Security Updates"&lt;br /&gt;Set oSearchResult  = oSearcher.Search("IsInstalled=0 and Type='Software' and CategoryIDs contains '0FA1201D-4330-4FA8-8AE9-B877473B6441'")&lt;br /&gt;Call DoWindowsUpdates&lt;br /&gt;wscript.echo vbCRLF&lt;br /&gt;'           GROUP 3&lt;br /&gt;'wscript.echo "Downloading and Installing Service Packs"&lt;br /&gt;'Set oSearchResult  = oSearcher.Search("IsInstalled=0 and Type='Software' and CategoryIDs contains '68C5B0A3-D1A6-4553-AE49-01D3A7827828'")&lt;br /&gt;'Call DoWindowsUpdates&lt;br /&gt;'wscript.echo vbCRLF&lt;br /&gt;' MY MOD -           GROUP 4&lt;br /&gt;'wscript.echo "Downloading and Installing Every Singe Update ever Devised"&lt;br /&gt;'Set oSearchResult  = oSearcher.Search("IsInstalled=0 and Type='Software'")&lt;br /&gt;'Call DoWindowsUpdates&lt;br /&gt;'wscript.echo vbCRLF&lt;br /&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8142145850126965790-874010191177762842?l=pcsinpublic.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://pcsinpublic.blogspot.com/feeds/874010191177762842/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8142145850126965790&amp;postID=874010191177762842' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8142145850126965790/posts/default/874010191177762842'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8142145850126965790/posts/default/874010191177762842'/><link rel='alternate' type='text/html' href='http://pcsinpublic.blogspot.com/2007/05/scripting-windows-update-avoids-errors.html' title='Scripting Windows Update Avoids Errors Fixes Problems'/><author><name>labmanager</name><uri>http://www.blogger.com/profile/01820299586002411987</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://lh3.google.com/123Scooter/RlYpnC7sbEI/AAAAAAAAAVM/kXexPOAbY94/DSCF0265.JPG?imgmax=800'/></author><thr:total>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8142145850126965790.post-1459530273140448155</id><published>2007-05-06T10:26:00.000-05:00</published><updated>2007-05-07T01:21:58.902-05:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='PC management'/><category scheme='http://www.blogger.com/atom/ns#' term='computer support'/><category scheme='http://www.blogger.com/atom/ns#' term='pc lab'/><category scheme='http://www.blogger.com/atom/ns#' term='Public pcs'/><title type='text'>Here We GO!</title><content type='html'>&lt;div style="text-indent: 0.5in;"&gt;I have been managing PCs in a library and in a classroom for 13 years. I have setup managing them in the most sophisticated way I could and tried to do it all for free and as cheap as possible.&lt;/div&gt;&lt;br /&gt;&lt;div style="text-indent: 0.5in;"&gt;I am going to get together all my notes scripts and batch files and try to give back some free information.&lt;/div&gt;&lt;br /&gt;&lt;div style="text-indent: 0.5in;"&gt;I hope this site will become a place where others share there PC support and management experience combine and improve on each others ideas.&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8142145850126965790-1459530273140448155?l=pcsinpublic.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://pcsinpublic.blogspot.com/feeds/1459530273140448155/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8142145850126965790&amp;postID=1459530273140448155' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8142145850126965790/posts/default/1459530273140448155'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8142145850126965790/posts/default/1459530273140448155'/><link rel='alternate' type='text/html' href='http://pcsinpublic.blogspot.com/2007/05/here-we-go.html' title='Here We GO!'/><author><name>labmanager</name><uri>http://www.blogger.com/profile/01820299586002411987</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://lh3.google.com/123Scooter/RlYpnC7sbEI/AAAAAAAAAVM/kXexPOAbY94/DSCF0265.JPG?imgmax=800'/></author><thr:total>0</thr:total></entry></feed>
