StevenWhiting.com

A place for info I've learnt in IT & stuff. (I get a little kick back from affiliate ads & links, just so you are aware)

Browsing Posts published in January, 2012

http://www.microsoft.com/download/en/details.aspx?displaylang=en&id=6676

Sorts out the issue of logging someone off, going to rename their profile and not being allowed due to the NTuser.dat files having not unloaded for that user.  Meaning a reboot is needed.

Now no longer need the reboot.

www.appdeploy.com

and program called Orca

http://oreilly.com/windows/archive/server-hacks-remote-desktop.html

HKLM\SYSTEM\CurrentControlSet\Control\Terminal Server

Under the Terminal Server key, you’ll find a REG_DWORD value named fDenyTSConnection. Double-click on that value to open the Edit DWORD Value box and change the value data from 1 (Remote Desktop disabled) to 0 (Remote Desktop enabled)

Crap laptop and seemingly has no option to choose boot options when loading.

But to do a recovery from factory recovery partition if still available, press F10 when booting.

This is because the Console is disable by default.

http://www.symantec.com/business/support/index?page=content&id=TECH149673

Problem

To gain command line access to a PGP Universal Server, you will need to create an SSH key. You can do this using a utility such as PuTTYgen to create an SSH key and PuTTY to log in to the command line interface. This article details how to utilize PuTTYgen and PuTTY to access a PGP Universal Server.

PuTTY is a freeware suite of SSH tools. The PuTTY suite includes PuTTYgen, PuTTY, PSFTP, and Pageant the PuTTY authentication agent. The PuTTYgen and PuTTY.exe files are also available to be downloaded separately.

 

Solution

 

Using PuTTYgen

To create an SSH keypair using PuTTYgen

These steps assume the entire suite of PuTTY utilities is installed on the computer. The following steps may also be performed using the separately downloaded PuTTYgen.exe and PuTTY files.

  1. Open PuTTYgen from the Start menu.
  2. Confirm the Parameters (at the bottom of the PuTTY Key Generator window) for the type of key to generate. The parameters of the key must utilize one of the SSH2 options. We recommend that you choose SSH-2 RSA (the default). Set the Number of bits to 2048
  3. Create a key pair by clicking on the Generate button in the Actions section. Generate some randomness for the key by moving the mouse over the blank area.
  4. After the key generation is complete, copy the public key block from PuTTY window into PGP Universal Server admin account by performing the following:
  5. Copy the public key from the clipboard window in the PuTTY Key Generator where it says “Public key for pasting into OpenSSH authorized_keys file:”
  6. Log in as a superuser to the PGP Universal Server admin interface.
  7. Select the System > Administrators card then click on a superuser account. Please note: It does require them to be a superuser administrator to use SSH access. Other roles are not supported.
  8. Click the plus + sign at the end of the SSHv2 Key line. This will bring up a window that displays Update SSH Public Key.
  9. Click the Import Key Block radio button and paste the public key block that you just generated with PuTTYgen directly into this block and click the Import button.
  10. After you upload the key block you will notice the hex fingerprint of the key will now show up in SSHv2 Key line. You can verify that the fingerprint matches the fingerprint found in the Key fingerprint line on PuTTY Key Generator to verify that the key was imported succesfully
  11. Click Save and close the administrative interface.
  12. Next go back to your desktop and save the public and private key within PuTTYgen.

Note: The minimum key size when generating a key is 1024 bit. Intermittently PuTTYgen may generate a 1024 bit key as a 1023 bit key due to a bug in PuTTYgen. Thereby causing the key not to work properly. The best practice is to generate a key of at least 1025 bit to avoid the potential problem. We recommend generating a key 2048 bit in length to solve this issue.

Access the PGP Universal Server using PuTTY

Use the following steps to access the command line interface.

  1. Open PuTTY from the Start menu.
  2. Enter the PGP Universal Server hostname (keys.domain.com) or IP address in the hostname field
  3. If not already entered, change the Port field to use port 22.
  4. Select the SSH radio button as the protocol.
  5. Click Auth (under Category>Connection>SSH)
  6. Browse to the private key and add the file that you saved and click Open to start a session. You will be prompted to enter a username.
  7. Type: root and press enter.
  • If your public key is not accepted by the PGP Universal Server when you are trying to paste it in from the PuTTYgen window, make sure you are not accidentally adding whitespace when pasting the keyblock. If it still doesn’t work go through the entire key generation process again. From within Puttygen make sure you have clicked at the very bottom: SSH-2 for the type of key to generate.
  • If your public key is not being accepted and you receieve an error stating that the SSH key is not valid when importing on the  PGP Universal Server. This may be due to you saving the key file using the Save public key option in the PuTTY Key Generator utility. Which uses a format that the PGP Universal Server doesn’t support. Be sure to copy the key from the portion of the clipboard as described in Step 5 above.
  • The first time you log on to a PGP Universal Server with PuTTY you will be given a security warning, this is normal, just click yes and proceed as above.
  • Saving your session for future use:You may want to go back to the (Category->session) tab and type a descriptive name in the box directly under the words Saved Sessions. If you do this and click Save you will notice that the name you typed appears in the larger box as a Saved Session. Now you will be able to access your configured logon for this PGP Universal Server in the future just by double-clicking on the saved session name.

Accessing the PGP Universal Server command line for read-only purposes (such as to view settings, services, logs, processes, disk space, query the database, etc) is supported. However, performing configuration modifications or customizations via the command line may void your PGP Support agreement unless the following procedures are followed.

Any changes made to the PGP Universal Server via the command line must be:

  • Authorized in writing by Symantec Technical Support or published as an approved and documented process on the Symantec Knowledge Base.
  • Implemented by a Symantec Partner, reseller or internal employee who is certified in the PGP Advanced Administration and Deployment Training.
  • Summarized and documented in a text file in /var/lib/ovid/customization on the PGP Universal Server itself.

Note: Changes made through the command line may not persist through reboots and may be incompatible with future releases. PGP Support may also require reverting any custom configurations on the PGP Universal Server back to a default state when troubleshooting new issues.

http://ctxadmtools.musumeci.com.ar/ADGroupMembers/ADGroupMembers11.html

C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Startup

For startup items only for a specific user, the folder is located at C:\Users\[username] \AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup.

For startup items for all users, the folder is located at C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Startup.

http://answers.microsoft.com/en-us/windows/forum/windows_7-performance/where-has-startup-gone/fa93e499-bd6a-4bd0-a8b7-1ba1958c4ccf