Items filtered by date: December 2015

Friday, 08 December 2017 14:00

Fix missing social icons

On generation 1 tempaltes you can find the social icons dissapear after an upgrade. This is because they have broken the FontAwesome icon usage because thy have not included the libraries (or removed them).

Joomlashine Fix

To fix this add the following code

<script src="https://use.fontawesome.com/1f6d68dad8.js"></script>

 into either of the the following places

  • Edit the template index.php and add it right under the <head> tag
  • Goto (Your Template)-->SEO & System --> Analytics code --> Put the code in above any analytics code

Alternative Fix

Using a 3rd Party Font Awesome extension such as NS Font Awesome - Joomla! Extension Directory would do the same by adding the FontAwesome library back in.

Published in JSN Templates

These are the easy instructions because the ones on jdownloads.com documents are really complex.

This assumes you have not already messed around with permissions. If you have change everything back to inherited.

  1. Goto JDownloads admin and click on Options at the top right.
  2. Click on Public and change the Download permission to Denied.
  3. Click on Registered and change the Download permission to Allowed.
  4. Click Save & Close. Permissions will now cascade down
  5. Done

Notes

  • You can override individual download items permissions downstream by edit their permissions individually.
  • Not 100% related - The permissions set within JDownloads for the daily limits might not cascade down so have to be set for every group.
Published in Joomla Extensions
Friday, 08 December 2017 13:15

Refurbishing second user laptops checklist

If you want to sell second hand laptops then you need to make sure they are ok and there is nothign better than a checklist.

  • clean fan
  • check ram
  • full hdd test
  • wifi test
  • test optical drive
  • test battery
  • wipe hdd (after grabbing drivers)
  • run for 4 hours
  • cpu test
  • perhaps run burn in test pro
  • graphics test
  • run smart fan to check temperatures
  • check SMART readings
  • zero fill if required
  • keyboard check with utility
  • check mouse pad and buttons
  • check power jack
  • check power supply
  • check plastics for damage
  • check screen, pixel test, resolution test, blemishes and then grade
  • hinge test, wobble, stiff, broken etc..
Published in Laptops
Friday, 08 December 2017 12:20

Setting up a Windows 2003 domain server

1. Setting up a windows 2003 domain server

  • Run Windows Server 2003 setup from the CD/DVD
  • When setting up the server from scratch put all data files on a separate drive (physical ideally) as follows when prompted in setup:
    • Folder list – share names are automatically setup
      • D:\ClientApps - shared as ClientApps
      • D:\fax
      • D:\Users Shared Folders - shared as Users
    • These are not automatically setup
      • D:\Home Folders - shared as Home
      • D:\Profiles - shared as Profiles
      • D:\Profiles\Mandatory
      • D:\Profiles\Roaming
  • Add in the other folders including where I put the exchange database etc…
    • These should be default locations except they need to be pointed to D: drive
      • D:\Program Files\Exchsrvr\MDBDATA
      • D:\Program Files\Microsoft SQL Server
  • The server name is awkward so I always use server for the local name
  • All User files and data should be on the D: drive
  • Activate Windows Server 2003 if required
  • Run Windows update and apply all updates

2. Setting up windows 2003 roaming profiles

A roaming profile consists of four basics sections:

  1. Shared folders ( for profiles and redirected folders)
  2. GPOs (Group Policy Objects)
  3. Redirected Folders
  4. Profiles

And a profile can be one of two variations:

  1. Mandatory – users cannot change anything, all changes are lost on logoff
  2. Non mandatory – users changes are kept and stored in the profile

To make a mandatory profile rename NTUSER.DAT to NTUSER.MAN in the profile

  1. Shared Folders:

Before using roaming profiles it is important to set up the required folders  and their permissions, ie administrator access to roaming profile folders  and shared user folders.

After the  folders are initially setup  their permissions and are difficult to change (but not impossible).

The folder structure I use for roaming profiles is

%username%  shows where the user specific  folder will appear, it does not need to be created manually. They are created when the user first logs in and then logsoff , the local profile is then copied backup to the server and the profile is created

Always use a separate drive and not the servers system drive. You could use another server or NAS drive on the network.

This article from Microsoft suggests permissions for the profile folders. Security Recommendations for Roaming User Profiles Shared Folders

Profile Folders (create as needed)

  • D:\Profiles\ – shared as Profiles
  • D:\Profiles\Mandatory\                               - for manadatory profiles only
  • D:\Profiles\Mandatory\%username%       - this is a specific user profile location for a mandatory profile.
  • D:\Profiles\Roaming                                    -  for roaming profiles only
  • D:\Profiles\Roaming\%username%           -  this is a specific user profile location for a roaming profile

D:\Profiles should  be shared out as Profiles

You can use your own folder names for profiles. I have just used the separate ones for these instructions to cover larger companies, ie you could just have a ‘Profiles’ directory with no sub folder

 Add - what are permmissions on the shares and what security needs to be added

Users shared folders

I think this folder is setup during server setup (please check)

  • D:\Users Shared Folders\ – shared as Users
  • D:\Users Shared Folders\%username% – shared as Users

Disable Folder Caching

(it prevents a load of stupid folder synchronisation not covered in GPO)

Disable folder caching on the following folders, otherwise you will get folder syncing at the log off procedure and you will not know why

  • \\server\Profiles - D:\Profiles
  • \\server\Users - D:\Users Shared Folders

Possibly

  • \\server\ClientApps - D:\ClientApps

Disable Quotas on D:\ drive

When quotas are enbled by default they have a user limit of 1GB which is no good. Either turn this of or change the limit. This can be done by going in to ‘My Computer’ and selecting drive properties and Quotas are a tab in side the box.

3. Group Policy (GPO) – including folder redirection

Access Group Policy Management Console (GPMC)

  1. Type gpedit.msc in the run menu
  2. via start menu start/programs/Administrative Tools/Group Policy Editor
  3. open AD, find user and edit container

Before I create individual user profiles I want to set up the group policy (profile settings) I want for them. This GPO (group policy object) will apply to all the users in the group I add it to similar to CSS cascading. You can apply GPO to specific users or apply more than one. The reason I do this first is so I can set all the shared user folder permmisions and locations first so I do not have to change indivual users or chase problems I cause for myself.

Create a GPO

Group Policy Management Console (GPMC) – How to create a GPO

Add the GPO to the users group that you want it to be applied to. I have the following simple groups setup and I ony apply this GPO to the staff group because the managers have laptops and do not need roaming profiles. I also do not apply it to SBS users because this would apply it to both Managers and Staff groups

  • SBS Users
    • Managers
    • Staff
  • Add the small business default location for users
  • Add the default method for creating a user

Desktop Policy GPO settings:

Here is a list of the user profile settings I need to change/set in a GPO (descriptions are available in their properties):

USER SECTION ( Log on / log off options / general profile stuff )

User Configuration/Administrative Template/Network/Offline Files

 

Policy----------------------------------------------------------------Setting

Do not automatically make redirected folder available offline -- Enabled

Prevent use of Offline File Folder-----------------------------------Enabled

Prohibit user configuration of Offline Files-------------------------Enabled

Remove ‘Make Available Offline’-----------------------------------Enabled

Synchronize all offline files before logging off--------------------Disabled

Synchronize all offline files when logging on----------------------Disabled
Synchronize offline files before suspend---------------------------Disabled

Folder Redirection

User Configuration/Windows Settings/Folder Redirection/

Set the following options for the following folders:

  • Application Data
  • Desktop
  • My Documents
  • Start Menu – not used

Target Tab

Basic – Redirect everyone’s folder to the same folder

Target folder Location

Create a folder for each user under the root path

\\server\Users or \\server\Users$ if hidden

Settings Tab

Deselect ‘Grant the user exclusive rights to ….. ‘

  • Move the contents of My Documents to the new location, might be useful converting from static to roaming otherwise not used
  • The \\server\Users\%username% folder will be automatically created when the user logs on

Computer Section

Computer Configuration/Administrative Templates/System/User Profiles

Delete cached copies of roaming profiles --------------------------enabled (this is optional)

Add the Administrators security group to roaming user profiles --------- enabled

Prevent Roaming Profile changes from propagating to the server ------enabled (optional)

Computer Configuration/Administrative Templates/Network/Offline Files

(these might only be applicable to a Desktop PC)

 

Policy------------------------------------------------------Setting

Allow or Disallow use of the Offline Files Feature ------Disabled

Prevent use of Offline File Folder-------------------------Enabled (optional)

Prohibit user configuration of Offline Files---------------Enabled

Remove ‘Make Available Offline’-------------------------Enabled (optional)

Synchronize all offline files before logging off----------Disabled

Synchronize all offline files when logging on------------Disabled
Synchronize offline files before suspend-----------------Disabled

GPO Resources

Configuring Folder Redirection

Group Policy Recommendations for Roaming User Profiles – Not used reference only

Profile and Folder Redirection In Windows Server 2003 – Excellent tutorial

How To Configure Folder Redirection – a tutorial on setting up folder redirection (aimed at terminal server)

4. Creating a profile

Now that all the folders, permissions and redirects are setup creating the profiles is easy as everything should be automatic except for the next few steps.

  • Create a domain user normally
  • On the profile tab under profile path enter
    \\server\Profiles\Roaming\%username%

    this single step makes the user have a roaming profile

    if the profiles share is hidden add the $ as required and if using mandatory use the Mandatory folder etc..

    By adding the profile location the client PC will look to this location for its profile, if there is not one there it will write back the local one of the client PC the first time and then use the server copy from then on.
  • Create a folder D:\Profiles\Roaming\%username% manually on the server logged on as administrator (not essential but allows administrators to look in the users profile directory without having to mess with ownership and permissions)
  • Now log the user on a client PC.
  • Log the client off
  • A fully created profile now resides on the server ready for use

If it is not created manually the users profile folder (\\server\Profiles\Roaming\%username%)  is owned by the user and the administrator cannot view inside unless ownership is taken by the administrator.  This is due to how the automation creates the permmisions on the folder and seems to ignore propagation or inheritance.

To restore access properly do the following,

  • take ownership as administrator and propagate to all child objects,
  • make sure the administrator is added in to the permmissions (full control) in the top folder and allowed to propagate to child objects
  • then change owner back to the %username%.
  • Then to make permmisions exactly the same as creating manually, change the owner of the top folder to administrator and do not replace on child objects

User Roaming Profile

Using a home directory is now classed as a legacy feature and is only included for compatability with NT4, Folder redirection should be used instead.

Notes

To copy and paste GPOs in group policy management

  • go to forest/domains/Group Policy Objects (this is where they are all listed)
  • you can then copy the GPO and then paste them into the navigation tree where you want them.

Notes

  • possibly add $ for hiding shares
  • permmisions on roaming profiles is fixed by manually creating the users roaming profile folder first. or take ownership afterwards as this works ok
  • if roaming profiles is setup correctely and it will not load/appear to wait after login for network responese this can be because of 2 things. 1. either you have to login without a roaming profile first, or 2. permissions are wrong on the profile directories for the user
  • add Admin rights to userprofile folders, configuration/administrative templates/system/user profiles this should be done in the same GPO
  • to get the folder you need to edit a GPO that is attached to the user/group you want to affect. this is done by opening active directory, right clicking the object you want to alter, then create new GPO appropiately. This can then edited and you will find a 'Folder Redirection' Folder where all the instructions tell you it should be. User Configuration\Windows Settings\Folder Redirection.
  • to allow administrator to view all profile files etc you must turn the following on first in the GPO for the users/group you want it to be applied to. 'computer configuration/administrative templates/system/user profiles/'Add the Administrators security group to roaming user profiles'
  • syncronisqtion occurs because offline folders are turned on. turn this off and straigh folder redirection will occur. disable in the gpo
  • using a home directory is a legacy act and is not needed
  • You can’t redirect every folder in a user’s profile, but you can redirect the ones that tend to be the largest and take the longest to copy each time a user logs in or out. The folders that you can redirect are Application Data, Desktop, My Documents, and Start Menu. Don’t use home folder
  • Example server names

    \\server – unc name
    local – NT Domain Name

    unc and domain name cannot be the same
  • %Username% can be used instead of a users full username
  • ? enable 'Folder Redirection policy processing Properties' in, gpedit.msc, computer configuration/administrative templates/system/group policy
  • to get at folder redirection (and manage GPO), go to active directory, select either users or a specific user etc. right click 'Create and \Link a GPO' and carry on.
  • create user manuall in AD, testuser Internet1 - user does not appear in AD but in server management users only ? – possibly look in sub groups (business one)
  • GPO - add administrators to all new roaming profiles created. group policy editor Computer Configuration > Administrative Templates > System > User Profiles> Add the Administrators security group to roaming user profiles

    Note: The setting must be configured on the client computer, not the server, for it to have any effect, because the client computer sets the file share permissions for the roaming profile at creation time.
  • Cannot delete a profile

    Ok, I figured out the problem. Basically what I had to do is login in safemode with my local admin account. Backup the person's pc, then Delete all the profiles in Documents & Setting. Log in their account in safemode, then log off so all the necessary folders can be created. Then log in as the local admin and move their backed up desktop/favorites, etc.. to their profile. I think it has to do with the profile.dat but I have no way to mod it so that's the trick.

    http://www.experts-exchange.com/OS/Microsoft_Operating_Systems/Server/2003_Server/Q_21464745.html
  • When setting up a folder redirection make sure grant exclusive user access is unticked so administrator can read. This must be done before an folders are created otherwise administrator does not have access similar to profiles folder
  • Copy a GPO to Create a New GPO
  • Best Practice: Roaming Profiles and Folder Redirection (a.k.a. User State Virtualization) – Excellent video tutorial on roaming profiles and folder redirection. It also includes full instructions on how to set them up. These seem to be based on the latest version of Server 2008 R2
  • Automatic creation of user folders for home, roaming profile and redirected folders – an excellent all round tutorial on setting up roaming profiles and folder redirection including permmissions

roaming profiles

  • setup profiles/roaming folders
  • check share permmisons so clients can create folders
  • check permissions on folders etc..
  • set roaming profile location ie. \\server\profiles\roaming\pc1
  • settup folder redirection to the users home folder ie my docs, desktop etc..

mandatory profile issues

Hi, could someone help please. i have setup a server for testing and am looking to use the mandatory profile so users cannot make changes to their profile. i have gotten the profile to work but for some reason the pc needs to be restarted to forget what was done on the computer. if i make changes then log-off and logon with a different user, and then logon again with the original user the changes have been remembered. it only forgets if i reboot the pc. have i missed something.

Also i have added a user to an OU group and set a group policy for folder redirection but it doesn't work. i have gone to the properties of the OU and added the policy there but it won't work. again have i missed something.

--

Suggestion 1.

well, you will need to change the extension of the NTUSER.DAT --> NTUSER.MAN in the user Profile to create mandatory profile so all the changes you do on the XP Client will be restored as soon as the user loge off.

Suggestion 2.

If i understood your question,you will need to do the following

Look for the following setting in group policy and edit it:

You can configure a Group Policy Object (GPO) to perform the preceding behavior by performing the following steps:
1. Edit the GPO that you want to modify.
2. Locate the following section: Computer Configuration \ Administrative Templates \ System \ User Profiles.
3. Double-click Delete cached copies of roaming profiles (the Group Policy setting).
4. Click Enabled

Using Group Policy to delete cached copies of roaming profiles

If you enable Group Policy, any local copy of a user's roaming profile is deleted when the user logs off. However, the roaming profile still remains on the network server that stores it.

You can configure a Group Policy Object (GPO) to perform the preceding behavior by performing the following steps:

  1. Edit the GPO that you want to modify.
  2. Locate the following section: Computer Configuration \ Administrative Templates \ System \ User Profiles.
  3. Double-click Delete cached copies of roaming profiles (the Group Policy setting).
  4. Click Enabled.

Cached profile not deleting

I am running a terminal server and have a gpo in place. I have it set to
delete cached roaming profiles. I have it set to keep only the windows
install information for each user and this is stored on another drive. The
problem is deleting the cached profiles was working and now it is not and I
cannot figure out why.

Do you have UPHClean installed? If not, it may be that handles are not
being closed properly on your profiles thereby preventing them from
being deleted.

but I've noticed that when a user logs in, the roaming
profile directory is created for that user (on the server) but I can't
access it from the admin account.

What add'l security do I have to add to allow me to access these
dirs? I tried Admin with subdir and file permissions, but it would
appear the the user account trumps it and keeps me out.

Solution:

  • For any new roaming profiles, you can avoid this annoyance by enabling "Add
    the Administrators group to user profiles" via GP (see below). Create your
    own GPOs - don't edit the defaults.
  • For existing ones, you'll need to take owership of each folder as the
    Administrators group - then re-set the NTFS permissions to user +
    Administrators + system = Full Control. Do this after hours.

General Tips (seems popular online the following text)


********************
General tips:

1. Set up a share on the server. For example - d:\profiles, shared as
profiles$ to make it hidden from browsing. Make sure this share is *not* set
to allow offline files/caching! (that's on by default - disable it)

2. Make sure the share permissions on profiles$ indicate everyone=full
control. Set the NTFS security to administrators, system, and users=full
control.

3. In the users' ADUC properties, specify \\server\profiles$\%username% in
the profiles field

4. Have each user log into the domain once - if this is an existing user
with a profile you wish to keep, have them log in at their usual
workstationand log out. The profile is now roaming.

5. If you want the administrators group to automatically have permissions to
the profiles folders, you'll need to make the appropriate change in group
policy. Look in computer configuration/administrative templates/system/user
profiles - there's an option to add administrators group to the roaming
profiles permissions. Do this *before* the users' roaming profile folders
are created - it isn't retroactive.

********************
Notes:

Make sure users understand that they should not log into multiple computers
at the same time when they have roaming profiles (unless you make the
profiles mandatory by renaming ntuser.dat to ntuser.man so they can't change
them, which has major disadvantages),. Explain that the 'last one out wins'
when it comes to uploading the final, changed copy of the profile. If you
want to restrict multiple simultaneous network logins, look at LimitLogon
(too much overhead for me), or this:
http://www.jsifaq.com/SF/Tips/Tip.aspx?id=8768

********************
Keep your profiles TINY. Via group policy, you should be redirecting My
Documents (at the very least) - to a subfolder of the user's home directory
or user folder. Also consider redirecting Desktop & Application Data
similarly..... so the user will end up with:

\\server\users\%username%\My Documents,
\\server\users\%username%\Desktop,
\\server\users\%username%\Application Data.

[Alternatively, just manually re-target My Documents to
\\server\users\%username% (this is not optimal, however!)]

You should use folder redirection even without roaming profiles, but it's
especially critical if you *are* using them.

If you aren't going to also redirect the desktop using policies, tell users
that they are not to store any files on the desktop or you will beat them
with a
stick. Big profile=slow login/logout, and possible profile corruption.

********************
Note that user profiles are not compatible between different OS versions,
even between W2k/XP. Keep all your computers. Keep your workstations as
identical as possible - meaning, OS version is the same, SP level is the
same, app load is (as much as possible) the same.

*********************
If you also have Terminal Services users, make sure you set up a different
TS profile path for them in their ADUC properties - e.g.,
\\server\tsprofiles$\%username%

********************
Do not let people store any data locally - all data belongs on the server.

********************
The User Profile Hive Cleanup Utility should be running on all your
computers. You can download it here:
http://www.microsoft.com/downloads/details.aspx?familyid=1B286E6D-8912-4E18-B570
-42470E2F3582&displaylang=en


********************
Roaming profile & folder redirection article -
http://www.windowsnetworking.com/articles_tutorials/Profile-Folder-Redirection-W
indows-Server-2003.html

Quick setup checklist for Roaming Profiles

Prepare server for roaming profiles

  • setup folders on D: with permissions
  • disable quotas on D:
  • setup shares and use $ if they need to be hidden
  • disable caching on shares via share properties
  • configure GPO for the staff group as per instructions
  • configure folder redirection for staff group GPO

Setup Profile

  • Create folder on the server with the administrator account: D:\Profiles\Roaming\%username%
  • create NT profile for the %username%
  • add user to correct group ie. staff/managers/admin
  • edit profile and add \\server\Profiles\Roaming\%username%
  • log on a suitable client PC with the %username% details
  • log off client PC
  • a roaming profile with redirected folders is now setup and can be configured as required
  • NB each roaming profile should only be used in once instance at a time as the last one to log off takes priority
  • for email create an Email folder in the 'My Documents' folder and use this for the PST location

User Groups

Active Directory Users and Computers [SERVER.mydomain.local]

  • mydomain.Local
    • MyBusiness
      • Users
        • Managers
          • Staff

 

Folder Permissions (Must Be Media)

All Allow unless specified

D:\ClientApps

  • Share Name - ClientApps
  • Sharing Description - Windows Small Business Server Client Applications
  • Share Permmisions
    • Domain Users (MUSTBEMEDIA\Domain Users) - Full Control, Change, Read
  • Security
    • Administrators (MUSTBEMEDIA\Administrator) - Full Control
    • CREATOR OWNER - Special Permissions
    • SYSTEM - All but Special Permissions
    • Users (MUSTBEMEDIA\Users) - Read & Execute, List Folder Contents, Read, Special Permmisions
  • Owner - Administrators (MUSTBEMEDIA\Administrators)
  • Advanced
    Advanced Security Settings for Client Apps

D:\fax

  • Security
    • Administrators (MUSTBEMEDIA\Administrator) - Full Control
    • CREATOR OWNER - Special Permissions
    • SYSTEM - All but Special Permissions
    • Users (MUSTBEMEDIA\Users) - Read & Execute, List Folder Contents, Read, Special Permmisions
  • Owner - Administrators (MUSTBEMEDIA\Administrators)
  • Advanced
    Advanced Security Settings for fax

D:\Profiles

  • Share Name - Profiles
  • Sharing Description
  • Share Permmisions
    • Administrators (MUSTBEMEDIA\Administrators) - Full Control, Change, Read
    • Everyone - Full Control, Change, Read
    • SYSTEM - Full Control, Change, Read
  • Security
    • Administrators (MUSTBEMEDIA\Administrator) - Full Control
    • CREATOR OWNER - Special Permissions
    • Everyone - Read & Execute, List Folder Contents, Read
    • SYSTEM - Full Control
    • Users (MUSTBEMEDIA\Users) - Full Control
  • Owner - Administrators (MUSTBEMEDIA\Administrators)
  • Advanced
    Advanced Security Settings for Profiles

D:\Profiles\Mandatory

  • Security
    • Administrators (MUSTBEMEDIA\Administrator) - Full Control
    • CREATOR OWNER - Special Permissions
    • Everyone - Read & Execute, List Folder Contents, Read
    • SYSTEM - Full Control
    • Users (MUSTBEMEDIA\Users) - Full Control
  • Owner - Administrators (MUSTBEMEDIA\Administrators)
  • Advanced
    Advanced Security Settings for Mandatory 1
    Advanced Security Settings for Mandatory 2

D:\Profiles\Roaming

  • Security
    • Administrators (MUSTBEMEDIA\Administrator) - Full Control
    • CREATOR OWNER - Special Permissions
    • Everyone - Read & Execute, List Folder Contents, Read
    • SYSTEM - Full Control
    • Users (MUSTBEMEDIA\Users) - Full Control
  • Owner - Administrators (MUSTBEMEDIA\Administrators)
  • Advanced
    Advanced Security Settings for Roaming 1
    Advanced Security Settings for Roaming 2

Example Profile Folder - D:\Profiles\Roaming\Sammy

  • Security - All ticks have greyed backgrounds - possibly inheritable permmisions)
    • Administrators (MUSTBEMEDIA\Administrator) - Full Control
    • CREATOR OWNER - Special Permissions
    • Everyone - Read & Execute, List Folder Contents, Read
    • SYSTEM - Full Control
    • Users (MUSTBEMEDIA\Users) - Full Control
  • Owner - Administrators (MUSTBEMEDIA\Administrators)
  • Advanced
    Advanced Security Settings for Sammy

Example Profile Folder - D:\Profiles\Roaming\Sammy\My Documents

  • Security - All ticks have greyed backgrounds - possibly inheritable permmisions)
    • Administrator (MUSTBEMEDIA\Administrator) - special permmisions
    • Administrators (MUSTBEMEDIA\Administrators) - Full Control
    • CREATOR OWNER - Special Permissions
    • Everyone - Read & Execute, List Folder Contents, Read
    • SYSTEM - Full Control
    • Users (MUSTBEMEDIA\Users) - Full Control
  • Owner - Samantha Test (sammy@MustBeMedia.Local)
  • Advanced
    Advanced Security Settings for My Documents

D:\Users Shared Folders

  • Share Name - Users
  • Sharing Description - Users Shared Folders
  • Share Permmisions
    • Domain Admins (MUSTBEMEDIA\Domain Admins) - Full control
    • Domain Users (MUSTBEMEDIA\Domain Users) - Full Control
    • Folder Operators (MUSTBEMEDIA\SBS Folder Operations) - Full Control
  • Security
    • Administrators (MUSTBEMEDIA\Administrator) - Full Control
    • Authenticated Users - Special Permisions
    • CREATOR OWNER - Special Permissions
    • Domain Admins (MUSTBEMEDIA\Domain Admins) - Full Control
    • Domain Users (MUSTBEMEDIA\Domain Users) - Special Permissions
    • Fodler Operators (MUSTBEMEDIA\SBS Folder Operators) - Full Control
    • Everyone - Read & Execute, List Folder Contents, Read
    • SYSTEM - Full Control
    • Users (MUSTBEMEDIA\Users) - Special Permisions
  • Owner - Administrators (MUSTBEMEDIA\Administrators)
  • Advanced
    Advanced Security Settings for Users Shared Folders

D:\Users Shared Folders\sammy

  • Security - all ticks have grey back grounds possibly because of inheritable permissions
    • Administrators (MUSTBEMEDIA\Administrator) - Full Control
    • CREATOR OWNER - Special Permissions
    • Domain Admins (MUSTBEMEDIA\Domain Admins) - Full Control
    • Domain Users (MUSTBEMEDIA\Domain Users) - Special Permissions
    • Folder Operators (MUSTBEMEDIA\SBS Folder Operators) - Full Control
    • Samantha Test (sammy@MustBeMedia.local) - Special Permisions
    • SYSTEM - Full Control
    • Users (MUSTBEMEDIA\Users) - Special Permisions
  • Owner - Samantha Test (sammy@MustBeMedia.Local)
  • Advanced
    Advanced Security Settings for sammy

D:\Users Shared Folders\sammy\Desktop

  • Security - all ticks have grey back grounds possibly because of inheritable permisions
    • Administrators (MUSTBEMEDIA\Administrator) - Full Control
    • CREATOR OWNER - Special Permissions
    • Domain Admins (MUSTBEMEDIA\Domain Admins) - Full Control
    • Domain Users (MUSTBEMEDIA\Domain Users) - Special Permissions
    • Folder Operators (MUSTBEMEDIA\SBS Folder Operators) - Full Control
    • Samantha Test (sammy@MustBeMedia.local) - Special Permisions
    • SYSTEM - Full Control
    • Users (MUSTBEMEDIA\Users) - Special Permisions
  • Owner - Samantha Test (sammy@MustBeMedia.Local)
  • Advanced
    Advanced Security Settings for Desktop

 

Published in Windows Server
Friday, 08 December 2017 12:03

Payments Accepted

This package shows payment options, speciofically credit cards and debit cards. This uses icons from iconshock.

Payments Accepted

maestro 64 mastercard 64 paypal 64 solo 64 switch 64 visa 64 visa electron 64

HTML

<p><span style="color: #ec008b; font-size: 14pt;">Payments Accepted</span></p>
<p>
    <img src="/images/modules/908/maestro_64.png" alt="maestro 64" />
    <img src="/images/modules/908/mastercard_64.png" alt="mastercard 64" />
    <img src="/images/modules/908/paypal_64.png" alt="paypal 64" />
    <img src="/images/modules/908/solo_64.png" alt="solo 64" />
    <img src="/images/modules/908/switch_64.png" alt="switch 64" />
    <img src="/images/modules/908/visa_64.png" alt="visa 64" />
    <img src="/images/modules/908/visa_electron_64.png" alt="visa electron 64" />
</p>

 

Published in Packages
Friday, 08 December 2017 10:35

My Canon imageRUNNER C1028i Notes

Unless you know about this printer/copier it can be a bit tricky to setup and use.

imageRUNNER C1028i Support - Download Drivers, Software & Manuals

Factory Reset via service mode

Press the following keys in order to enter the service mode

  • Main menu key
  • 2 Key
  • 8 Key
  • Main menu key
  • now you are in service mode
  • Factory reset the copier
    • Use the following option to clear all settings/registration data except the counter (denominator, numerator). The #clear/all option does a normal system wipe.
    • #CLEAR/ALL

Some cannon printers require that you press the 2 and 8 key at the same time.

You must set the system admin user name and password before the sysmmanagement set option works.

Links

Admin login details

The default admin details are:

  • Username: 7654321
  • Password: 7654321

Password removal options

  • Go into service mode to clear the password. Enter Service mode>Copier>Function>Clear>PWD-CLR>OK - This might not work for this copier.

Links

 

Published in Printers

When you need to install XP there are things that makes it difficult like the fact it takes forever to download updates. The following instructions are the easiest way to install XP witout it taking forever.

  • Install XP SP3 or upgrade your XP to SP3
  • Install ie8 - You can get this from the windows download site (IE8-WindowsXP-x86-ENU.exe)
  • Install the latest 'Windows Update Agent' - Not sure this did anything. You can get this from the windows download site (WindowsUpdateAgent30-x86.exe)
  • Open a command prompt and run the following command to force Windows update to run without the need of ie8
    wuauclt /detectnow
  • wait an hour or so (10 minutes might be ok).
  • if this wants to install Update for windows KB898461, install it.
  • This process will not tell you it has finished so shutdown the PC when there is no HDD activity and the 127+ updates will start to install.

Links

Published in Windows XP

Windows 10 now supports adpatvice screen brightness if the hardware supports it. Sometimes this feature breaks and here are some of the fixes.

 

Published in Windows 10

Outlook 2016 will not start unless you run as administrator

What I have Tried and did not work

  • go to add/remove and run the repair option
  • sfc /scannow
  • create addiotion outlook profile - same thing happens pops up then dissapears. not difference in safemode (both windows and outlook)
  • completely remove the old profile? might be scanning the pst file and not liking it
  • disabled addons
  • uninstall office, remove the uneeded office folders in program files, also remove all other office patches and version
  • running as administrator and then disabling all addins makes no difference, still cannot load. I did not remove them. the ones in there all come with office 2016 anyway
  • right click send to mail recipient
    • brought up the office 2003 style selection box, is there still part of the old office installed.
    • looking in task manager this shows up as type = app, called: FIXMAPI 1,0 MAPI Repair Tool (32 bit) Choose profile
  • Outlook 2016 won't go beyond "Processing" Upon Launch - Microsoft Community - Page 5 - DPI Scaling

    TechMonkey1978 replied:

    Ok I thought I should post this to help those going mad with this issue.

    I have spent literally weeks going round and round with this issue for a client.

    Firstly, if staring outlook in safe mode ( START > RUN > "outlook /safe" ) works for you then great! Have a nice day.

    However if you are one of the poor buggers that is recreating profiles, only to have the thing break again a day later or a week later then "hopefully" I got you covered.

    So the issue is not in your mail profile or your add-ins, the issue a problem with Outlook and DPI scaling in Windows.

    For reference our client is using the latest build of Outlook 2016 on the latest update of Windows 7 Pro.

    What you need to do to fix it, set your DPI scaling in Display Settings to 100%

    http://www.sevenforums.com/tutorials/443-dpi-display-size-settings-change.html <-- has instructions for Win 7 and 8, but it similar process in Win 10

    You will need to log out and back in, now try open Outlook? All fixed? - You're welcome.

    need to give credit to some guy in one of these many Outlook threads, as he mentioned something about this, however I cant find the post now that I am looking for it.

    In the target PC this was set to normal

  • Microsoft Office Configuration Analyzer Tool 2.2 (OffCat)
  • Check File permissions - This did not work but I might of not done this step correctly.
  • Outlook 2016 might get installed in the following location but this is normal
    C:\Program Files (x86)\Microsoft Office\root
    Even thought you would expect
    C:\Program Files (x86)\Microsoft Office\Office16

Workaround

I never got this issue fixed and I advised the user I would have to rebuild the whole PC which was not practical so I did the following hack. Not Ideal but it sort of works.

  • I enabled "Run as Administrator" in the shortcut.

Links

Published in Outlook
Thursday, 07 December 2017 17:51

Colourize a black and white image

This technique can make some eye catching images foy our website. I will let the videos explain themeselves along with my notes.

How To Colorize Black and White Photo in Paint.NET (Windows) - YouTube

  • set background/bottom layer as a black and white image
  • create a new layer (should go above), call it colourize
  • edit the colourize layer properties, change 'Blending Mode' to overlay (or your preference)
  • make sure the colourize layer is selected
  • draw/fill (with paint brush) the area that you want to colourize
  • ? - edit the colourize layer properties, change opacity to 150

Paint.Net - How to add color to ONE item in a black and white image - YouTube

  • set background/bottom layer as a black and white image
  • create a new layer (should go above), call it colourize
  • make sure the colourize layer is selected
  • draw/fill (with paint brush) the area that you want to colourize
  • edit the colourize layer properties: Blending Mode' to overlay (or your preference), change opacity to 150 (or your preference)
  • Goto Effects->Gaussian Blur (25 is a good option); this removes jagged edges

NB: if you setup the new layer befor doing the drawing/filling you can actually see the effect happen in real time

My Method

  • add black and white image as bottom layer
  • add a new layer called colourize
  • set colourise layer properties: Blend Mode --> Overlay, Opacity --> 200
  • select colourise layer
  • set your primary colour to that you want to hightlight in
  • using the draw tools, pencil/paint brush/magic lasso etc.. colour in the area

Cut out area method - this is a litte more tricky

  • Colourize Layer
  • duplicate the bottom layer
  • cut out the objects you want to keep so only they are the only things left
  • then fill them in with your colour
  • convert this image into an overlay layer
  • ? - Background Layer / Black and White image
Published in Applications
Page 13 of 96