Job2 Street

Saturday, June 15, 2019

DTG M2 Direct to Garment Printer


DTG M2 Direct to Garment Printer


https://www.ebay.com/bhp/t-shirt-printer


https://www.youtube.com/watch?v=ltqgLsWHR0s



AnaJet PrintersPublished on 9 Mar 2010


SUBSCRIBE 14K
This video shows the AnaJet SPRINT printing a black shirt in under 2 minutes! It is truly the fastest digital garment printer on the market! To learn more, visit www.AnaJet.com or email info@anajet.com or call 1-877-626-2538.





A3 DTG 1800 Best T-shirt Printer - Oprintjet

https://www.aliexpress.com/item/32933374395.html?spm=2114.search0302.3.86.558da35bRal9eq&ws_ab_test=searchweb0_0%2Csearchweb201602_0_10084_10083_10546_10887_10307_321_453_10548_322_454_10618_536_10065_317_537_10068_319_10059_10103_10884_10696%2Csearchweb201603_0%2CppcSwitch_0&algo_pvid=fd1240ff-7703-429f-a1da-be733f847250&algo_expid=fd1240ff-7703-429f-a1da-be733f847250-11








Wednesday, June 12, 2019

How to fix this copy of windows is not genuine

How to fix this copy of windows is not genuine


Windows 7 displays “Windows is not Genuine” with an error code of 0x80070005
How to fix this copy of windows is not genuine

Symptoms


Immediately after you log on, you see the following Windows Activation window:
Windows is not genuine
Your computer might not be running a counterfeit copy of Windows.
0x80070005
You may also notice the following symptoms:
The computer desktop background is black, and you receive the following error message on the bottom right corner of the screen:
“This copy of Windows is not genuine”
You receive the following error message when you view the System Properties: (Control Panel / System and Security / System)
“You must activate today.  Activate Windows now”
If you try to use slmgr.vbs /dlv to view the licensing status, you receive the following message:
Error: 0x80070005 Access denied: the requested action requires elevated privileges
Notes:  This error message may also occur when a command that is being executed requires an elevated command prompt and is unrelated to the issue discussed here.
If you see a message that Windows might not be genuine with no error code, see this Help topic:

Cause


This can be caused by either of the following:
1. There is a lack of permissions in the registry key HKU\S-1-5-20. The Network Service account must have full control and read permissions over that registry key.
This situation may be the result of applying a Plug and Play Group Policy object (GPO).
Computer Configuration / Policies / Windows Settings /Security Settings / System Services / Plug and Play (Startup Mode: Automatic)
Because the Licensing service uses Plug and Play to obtain hardware ID information and binds the license to the computer, this setting can result in an activated system appearing to be out of tolerance. The default permissions of the Plug and Play policy do not grant the Licensing service the appropriate rights to access the Plug and Play service. The Licensing service runs under the Network Service account.
2. Missing registry keys. One of more of these registry keys may be missing:
HKLM\software\Microsoft\Windows NT\CurrentVersion\Profilelist
S-1-5-18
S-1-5-19
S-1-5-20

Resolution


If the issue is caused by lack of permissions, to resolve you can either disable the policy setting (Method A), or edit the permissions to provide the Licensing Service the required permissions (Method B).  If the issue is caused by missing registry keys, see Method C.
Method 1: Disable the Plug and Play Policy
1. Determine the source of the policy. To do this, follow these steps:
a. On the client experiencing the Activation error, run the Resultant Set of Policy wizard by clicking Start, Run and entering rsop.msc as the command.
b. Visit the following location:
Computer Configuration / Policies / Windows Settings /Security Settings / System Services /
If the Plug and Play service is configured through a Group Policy setting, you see it here with settings other than Not Defined. Additionally, you can see which Group Policy is applying this setting.
2. Disable the Group Policy settings and force the Group Policy to be reapplied.
a. Edit the Group Policy that is identified in Step 1 and change the setting to “Not Defined.” Or, follow the section below to add the required permissions for the Network Service account.
b. Force the Group Policy setting to reapply: gpupdate /force (a restart of the client is sometimes required)
Method 2: Edit the permissions of the Group Policy:
1. Open the Group Policy that is identified in Method A, Step 1 above, and open the corresponding Group Policy setting.
2. Click the Edit Security button, and then click the Advanced button.
3. In the Advanced Security Settings for Plug and Play window click Add and then add the SERVICE account. Then, click OK
4. Select the following permissions in the Allow section and then click OK:
Query template
Query status
Enumerate dependents
Interrogate
User-defined control
Read permissions
Note: The Previous rights are the minimum required permissions.
5. Run gpupdate /force after you apply the previous permissions to the Group Policy setting.
6. Verify that the appropriate permissions are applied with the following command:
sc sdshow plugplay
The following are the rights applied to the Plug and Play service in SDDL:
D:(A;;CCDCLCSWRPWPDTLOCRSDRCWDWO;;;SY)
(A;;CCDCLCSWRPWPDTLOCRSDRCWDWO;;;BA)
(A;;CCLCSWLOCRRC;;;IU)
(A;;CCLCSWLOCRRC;;;SU)
S:(AU;FA;CCDCLCSWRPWPDTLOCRSDRCWDWO;;;WD)
(A;;CC LC SW LO CR RC ;;;SU is an Access Control Entry (ACE) that allows the following rights to “SU” (SDDL_SERVICE – Service logon user)
A: Access Allowed
CC: Create Child
LC: List Children
SW: Self Write
LO: List Object
CR: Control Access
RC: Read Control
SU: Service Logon User
Note: If there are no GPO’s in place, then another activity may have changed the default registry permissions. To work around this issue, perform the following steps:
  1. On the computer that is out of tolerance, start Registry Editor.
  2. Right-click the registry key HKEY_USERS\S-1-5-20, and select Permissions…
  3. If the NETWORK SERVICE is not present, click Add
  4. In Enter the object names to select type Network Service and then click Check Names and OK.
  5. Select the NETWORK SERVICE and Grant Full Control and Read permissions.
  6. Restart the computer.
  7. After the restart, the system may require activation. Complete the activation.
Method 3: Add Registry Key
1. Copy the below entry as is on a notepad and save the text file to Profilelist.reg
2. Merge profilelist.reg
3. Reboot the server and now try to activate , it should work fine.
—————————————————————————————————————————————————
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\ProfileList\S-1-5-18]
“Flags”=dword:0000000c
“State”=dword:00000000
“RefCount”=dword:00000001
“Sid”=hex:01,01,00,00,00,00,00,05,12,00,00,00
“ProfileImagePath”=hex(2):25,00,73,00,79,00,73,00,74,00,65,00,6d,00,72,00,6f,\
00,6f,00,74,00,25,00,5c,00,73,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,\
5c,00,63,00,6f,00,6e,00,66,00,69,00,67,00,5c,00,73,00,79,00,73,00,74,00,65,\
00,6d,00,70,00,72,00,6f,00,66,00,69,00,6c,00,65,00,00,00
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\ProfileList\S-1-5-19]
“ProfileImagePath”=hex(2):43,00,3a,00,5c,00,57,00,69,00,6e,00,64,00,6f,00,77,\
00,73,00,5c,00,53,00,65,00,72,00,76,00,69,00,63,00,65,00,50,00,72,00,6f,00,\
66,00,69,00,6c,00,65,00,73,00,5c,00,4c,00,6f,00,63,00,61,00,6c,00,53,00,65,\
00,72,00,76,00,69,00,63,00,65,00,00,00
“Flags”=dword:00000000
“State”=dword:00000000
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\ProfileList\S-1-5-20]
“ProfileImagePath”=hex(2):43,00,3a,00,5c,00,57,00,69,00,6e,00,64,00,6f,00,77,\
00,73,00,5c,00,53,00,65,00,72,00,76,00,69,00,63,00,65,00,50,00,72,00,6f,00,\
66,00,69,00,6c,00,65,00,73,00,5c,00,4e,00,65,00,74,00,77,00,6f,00,72,00,6b,\
00,53,00,65,00,72,00,76,00,69,00,63,00,65,00,00,00
“Flags”=dword:00000000
“State”=dword:00000000
Method 4 : use these tools to activate Windows again
Windows Loader  v2.2.2 by Dar is tool to activate your Microsoft Windows . It can activate Windows Vista, Windows 7 , Windows 8/8.1 and Windows 10 .
KMSPico is the most perfect  activation tool to activate Windows & Microsoft Office (such as Office 2007 , 2010, 2013, 2016; Windows 7/8/8.1/10;…). All you have to do is just one click to activate.
Microsoft Toolkit is best tool for you to activate Microsoft Windows and Microsoft Office . It can activate includes Windows Vista, Windows 7 , Windows 8/8.1 and Windows 10. This tool also can activate  Microsoft Office 2007, 2010, 2013 , 2016 .

Monday, June 3, 2019

Dr Amalina berkongsi bagaimana nak kuasai Bahasa Inggeris

1. Perlu ada keyakinan dalam diri untuk berbahasa Inggeris di khalayak ramai

"Practice makes perfect, tidak kira betapa baik atau buruk tatabahasa anda, hanya perlu yakin untuk bercakap dalam bahasa Inggeris.

"Jika ada orang bersuara, ‘alah, berlagak nak cakap English’, abaikan saja semua itu. Saya juga pernah melalui semua itu sejak dari sekolah ketika berada di Malaysia.

"Terutamanya kerana ramai rakan saya pada masa itu berbangsa Cina dan India dan kami akan bercakap dalam bahasa Inggeris ketika di sekolah, dan sudah tentu anda dapat meneka bahawa sesetengah orang tidak suka tentang perkara itu."

2. Berkomunikasi melalui media sosial untuk menghubungi rakan di luar negara. Antara teknik yang sangat bagus!

Kata Amalina, waktu dulu ketika kita masih mempunyai MSN messenger, MIRC, Yahoo Messenger dan sebagainya, beliau sering menggunakan semua platform tersebut untuk menghubungi rakan-rakan yang berada di UK dan USA.

Bahasnya lagi, "Saya juga menulis surat kepada mereka! Saya menyertai beberapa kumpulan pendidikan secara dalam talian (online). Saya mula melakukan semua perkara ini ketika berusia 12 tahun. Anda semua harus berasa bertuah kerana terdapat banyak sumber dalam talian yang boleh anda gunakan sekarang!"

3. Tonton program TV dan filem Inggeris, dengar muzik dan praktik Bahasa Inggeris. Ianya sangat membantu!

Beliau juga menyarankan untuk, "Tonton acara TV dan filem Inggeris, dengar muzik dan PRAKTIK Bahasa Inggeris. Apabila anda mempelajari sesuatu yang baru, sebut perkataan/frasa itu dengan kuat!"


4. Step terakhir adalah untuk kita berlatih dan terus berlatih! Dekatkan diri dengan rakan-rakan yang fasih dalam berbahasa Inggeris.

"Akhir sekali, kelilingi diri anda dengan orang-orang yang boleh berbahasa Inggeris dengan fasih supaya mereka boleh membetulkan anda apabila anda membuat kesilapan, tetapi jangan rasa jengkel pula ya. Semoga berjaya!"

Explaining differential gears

Explaining differential gears

K-Play

kPlaylist - get your music online

The player will show in this paragraph

2 3

IkimFM

speaker music speaker