The Yaj Computers Portal

Post Top Ad

Post Top Ad

Thursday, December 21, 2017

8:20 AM

Dota 2 reborn - agaxent repack 6gb only!!!!






PATCH DATE 09-11-2015

ORIGINAL SIZE 13.2GB | REPACK SIZE 6GB


ALL LINKS IS NOW UP & RUNNING
Code:
UPLOAD LINK UPDATES COMING SOON[/URL]
INSTALLER SCREEN SHOT






Instruction

1. Install DOTA 2 Reborn in any Directory you want but do not open or start dota 2 yet .
2. if you already have Steam go to Step 3 if not download STEAM HERE.
3. Log-in first to your Steam Account , once you confirmed log-in just double click or run DOTA 2 in your desktop.
4. Congratulation you are now officially playing Dota 2 Reborn, but we need some minor tweaks.
5. Logout to DOTA 2 game and you notice in STEAM CLIENT Dota 2 is needed to BE INSTALLED !! Dont yah worry i got your back hahaha

6. First you need to log-out to your STEAM and go to your STEAM FOLDER and look for Steam\steamapps\libraryfolders.vdf , Openwith Notepad and you see something like this "

"LibraryFolders"
{
"TimeNextStatsReport" "1441953682"
"ContentStatsID" "-5967215436288553505"

}
you need to add this line "1" "D:\\Program Files\\Online Games\\DOTA 2" it depends where your DOTA 2 folder located just dont forget this "\\"


"LibraryFolders"
{
"TimeNextStatsReport" "1441953682"
"ContentStatsID" "-5967215436288553505"
"1" "D:\\Program Files\\Online Games\\DOTA 2" 
}
if all done , open steam client and you can now update and play your DOTA 2 Reborn !!
-------------------------------------------------------------------------------------------------------------------------------------------------------


-------------------------------------------------------------------------------------------------------------------------------------------------------

Frequently Ask Question

1. Is this the Official Dota 2 Reborn Full Client?
- Yes Only DOTA 2 Reborn no more DOTA 2 

2. What is the Full Size Capacity Storage of this Dota 2 Reborn
- Before DOTA 2 with Dota Reborn = 27GB but now with ONLY DOTA 2 REBORN CLIENT = 13.2GB

3. Is your Installer DOTA 2 Reborn UPDATED? 
- Yes but only in the Given DATE RELEASE and any Future UPDATES of Dota 2 Reborn is out of hand hehehe 

4. Are you planning to Release a Manual Patch Update of Dota 2 Reborn
- as of now my TEAM already Comparing Files Updates so automatically we can make some manual and easy patch updates no more NET BANDWIDTH .
8:16 AM

HALF-DISKLESS using ISHAREDISK ver 1.3

Isharedisk is a virtual disk software that enables client pc to have a virtual physical disk within its system.

This can work even on non gigabit networks although the read/write speed of your virtual disk will be hampered by limiting the maximum transfer speed of 100mb across client computers.

First download isharedisk ver 1.3 for 64 bit here

After you download install server isharedisk on your preferred location on your server.



Next Open Isharedisk




Then go to settings





Now you're ready to have your virtual disk in your client computer.

Go to your client computer then click Start then type ISCSI Initiator then click.





Now your new virtual game disk is ready. 






Tuesday, March 14, 2017

12:27 AM

Enable the Hidden Administrator Account on Windows 7, 8, 8.1 & 10

Windows automatically creates an Administrator account with elevated privileges during the 

installation process. We mostly need to access it to perform tasks limited only to system 

Administrators. These are tasks performing which result in the UAC asking for confirmation even 

if you are using an account with administrative privileges. The elevated Administrator account is 

disabled by default in Windows 7, Windows 8, Windows 8.1, Windows 10 and Windows Vista
.

To activate it, you need to use any one of the the following simple methods.

Important: It is recommended to only use this account for

troubleshooting purposes and disable it once the task is complete. Even if you do leave it

enabled, protect it with a strong password to prevent unauthorized access.


Enable/ Disable the Administrator Account Using the Elevated Command Prompt

Click image for larger version. 

Name: enable-Administartor.jpg 
Views: 11 
Size: 8.3 KB 
ID: 1070713
1. If you are on Windows 7, go to Start>Programs>Accessories and right click on Command

Prompt
 and select Run as Administrator. Windows 8 and 8.1 users, search for CMD on the 

Start screen and in the results returned, right click on Command Prompt and select Run as 

Administrator. Windows 10 users, search for CMD in the start menu and press Ctrl+Shift+Enter.

2. In the Elevated Command Prompt, type and execute the following command.
net user administrator /active:yes
3. You should see a message indicating that the command was completed successfully.

4. Upon logging out, you will see the Administrator account available on the login screen.

Disable the built-in Administrator account
To disable the Administrator account, type execute the following command in Step 2.
net user administrator /active:no
Enable the Administrator account using the Local Users and Groups Manager

Click image for larger version. 

Name: enable-Administrator-Windows.jpg 
Views: 17 
Size: 8.2 KB 
ID: 1070715
1. Press Windows key+R to open the Run dialog box.

2. In it, type lusrmgr.msc and press Enter. This will start the Local Users and Groups Manager. 

3. In the Local Users and Groups Manager, click on Users in the left hand pane.

4. Then, in the work area on the right side, double click on Administrator.

5. In the following dialog box, uncheck the Account is disabled option and click OK.

6. Administrator account will be immediately available on the login screen. 

To disable the Administrator account, check the "Account is disabled" option in step 5.

This method will only work if you are using Professional or Enterprise editions of Windows 7, 

Windows 8(.1) and Windows 10. If you are using home and basic versions of these

Enable or Disable the Administrator account using the Local Security Policy Editor

Click image for larger version. 

Name: Enable-Administrator-Windows-8.jpg 
Views: 19 
Size: 8.4 KB 
ID: 1070716
1. Press Windows key+R to open the Run dialog box. Enable Administrator in Windows 10

2. Type secpol.msc and press Enter. This will start the Local Security Policy Editor.

3. In the Local Security Policy Editor, navigate to Local Policies\Security Options.

4. In the work area on the right side, double click "Accounts: Administrator account status."

5. In the following dialog box, encircle Enable or Disable to respectively enable and disable the 

Administrator account.

6. Press OK. Log off to the login screen to see the Administrator account.

Local Security Policy Editor is not available on home editions of Windows.
12:26 AM

Cool Keyboard Tricks (Windows) : Make a Disco

Click image for larger version. 

Name: cool_keyboard_tricks.JPG 
Views: 16 
Size: 11.4 KB 
ID: 1070710

Keyboards usually have small LEDs which indicate whether different types of locks are activated 

or not. Here is a trick to use the lights of your keyboard in a more creative manner in Windows.

This trick uses a simple Visual Basic Script which when activated makes your Scroll lock, Caps lock 

and Num lock LEDs flash in a cool rhythmic way which gives the perception of a live disco on 

your keyboard.

To make your own live disco, follow the steps given below:-

1. Open Notepad.

2. Copy paste the exact code given below:

Set wshShell =wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "{CAPSLOCK}"
wshshell.sendkeys "{NUMLOCK}"
wshshell.sendkeys "{SCROLLLOCK}"
loop
3. Save the file as Disco.vbs or "*.vbs".

Double click on the Saved file to see the LED lights on your keyboard go crazy and make your 

own cool disco.

This trick has been tested on Windows XP, Windows Vista, Windows 7 and Windows 8 and found 

to be working perfectly.

You can disable the keyboard disco by starting Task Manager and ending

the wscript.exe process.
12:20 AM

Make your Computer Welcome You

Do you watch movies? Have you always loved the way how Computers in movies welcome their users by calling out their names? I bet that you too would want to know how you can achieve similar results on your PC and have a computer said welcome. 

Then you are at the right place, this article describes exactly how you can make your computer welcome you like this.

With this trick, you can make your Computer welcome you in its computerized voice. You can make your Windows based computer say "Welcome to your PC, Username."

Make Windows Greet you with a Custom Voice Message at Startup

To use this trick, follow the instructions given below:-

1. Click on Start. Navigate to All Programs, Accessories and Notepad.
2. Copy and paste the exact code given below.
Dim speaks, speech
speaks="Welcome to your PC, Username"
Set speech=CreateObject("sapi.spvoice")
speech.Speak speaks
3. Replace Username with your own name. 
4. Click on File Menu, Save As, select All Types in Save as Type option, and save the file as Welcome.vbs or "*.vbs".
5. Copy the saved file. 
6. Navigate to C:\Documents and Settings\All Users\Start Menu\Programs\Startup (in Windows XP) and to C:\Users\ {User-Name}\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup (in Windows 8, Windows 7 and Windows Vista) if C: is your System drive. AppData is a hidden folder. So, you will need to select showing hidden folders in Folder options to locate it.
7. Paste the file.
Click image for larger version. 

Name: Make+your+computer+welcome+you.JPG 
Views: 344 
Size: 14.2 KB 
ID: 1070690

Now when the next time you start your computer, Windows will welcome you in its own computerized voice. 

Note: For best results, it is recommended to change sound scheme to No Sounds.
You can change the sound scheme to No Sounds by following the steps given below:-
Go to Control Panel.
1. Then click on Switch to Classic View.
2. Then Click on Sounds and Audio Devices.
3. Then Click on the Sounds Tab.
4. Select No Sounds from the Sound Scheme option.
5. If you wish to save your Previous Sound Scheme, you can save it by clicking Yes in the popup menu.
6. Click on OK.
12:19 AM

Disable USB ports on Windows PC via Registry

With this trick, you can disable access to your USB(Universal Serial Bus) ports on your Windows based PC to prevent people from taking out data without permission or spreading viruses through the use of USB (pen and flash) drives. 

To use this trick to disable USB ports, follow the steps given below:-

1. Click on Start.
2. Click on Run. If you cannot find RUN, type it in the search box.
3. Type "regedit" without quotes. This will launch the Registry Editor.
4. Navigate to HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Servic es\usbstor.
5. In the work area, double click on Start.
6. In the Value Data box, enter 4.
7. Click on OK.
8. Close Registry Editor and refresh your desktop.
9. To re-enable access to your USB ports, enter 3 in the Value Data box in Step 6
Click image for larger version. 

Name: Disable+access+to+USB+ports+in+your+PC.JPG 
Views: 222 
Size: 15.0 KB 
ID: 1070689
Click image for larger version. 

Name: Disable+access+to+USB+ports+in+your+PC.JPG 
Views: 222 
Size: 15.0 KB 
ID: 1070689

Try it yourself to make your PC invulnerable from data theft and malware which spread through USB ports. This works on Windows XP, Windows Vista, Windows 7 and Windows 8.

Note: This trick also disables access to your USB connected peripheral devices. So, do not use it if you have USB connected keyboard and mouse.
12:18 AM

Recover Deleted files in Windows with Free Tools

Name:  recover-deleted-files.jpg
Views: 10901
Size:  4.4 KB

Have you ever deleted a file that you did not wish to and wanted to recover it but did not find it in the recycle bin? You probably deleted it permanently with Shift+Delete or emptied the Recycle Bin. Now what? Don't worry, you may still have a chance to get it back. This article lists some free software that can recover deleted files from your hard drive or any other storage device instantly.

But how do the software mentioned below undelete deleted files?
When files are deleted, Windows does not delete them from your hard disk. It marks the storage space as empty for new data to be written and deletes the index entry that tells the location of those files. Unless, new files are written on that space, the deleted files are still recoverable. That's what allows these software to recover deleted files.

There are many free software that allow users to do this. Some of them are given below:-

1) Pandora RecoveryName:  Deleted-files-back.PNG
Views: 10901
Size:  7.9 KB
recover deleted files in WindowsPandora Recovery is a free software that offers a wizard based interface for recovering files. It allows you to browse a drive's individual folders to look for deleted files. It also allows you search for a deleted file based on its name, file size, creation date and last access time. Its deep scan allows you to recover files that other software might have missed. Although deep scan does not return a file's original name and location, it still is effective to recover data from drives with corrupted file tables and drives that were recently formatted. It can even recover data from CDs and DVDs.

2) TOKIWA DataRecoveryName:  undelete-files-in-windows.PNG
Views: 10876
Size:  2.6 KB
At just over 200KB, TOKIWA DataRecovery is the smallest file recovery program in the market. It supports undeletion from FAT 12, FAT16, FAT32 and NTFS file systems. It also supports recovering NTFS compressed and EFS encrypted files. This software supports Windows and is portable as well. It also has a file shredder that allows you to wipe out files in a manner that they cannot be recovered again

3) RecuvaName:  undelete-files.png
Views: 10881
Size:  8.6 KB
Another great freeware, Recuva offers a wizard based interface to unerase files. Recuva offers scanning deleted files based on their type (music, pictures, videos etc.). It also allows deep scanning in case a file you deleted is unrecoverable via normal search. Like TOKIWA DataRecovery, Recuva also offers securely deleting files. Recuva also has a portable version that you can keep in your flash drive.

All of these recovery software support recovery from memory sticks, digital camera cards and MP3 players. They support undeleting all types of pictures, software, movies and documents from both FAT and NTFS formatted drives. They work on Windows 8.1, Windows 8, Windows 7, Windows Vista and Windows XP.

Name:  Recover-Undelete-Files-Deleted.jpg
Views: 10862
Size:  2.5 KB
1) When a file is deleted accidentally on a storage device, make sure that you don't do anything on it as doing that would increase the chances of new data being written over your deleted files; which would make file recovery impossible.

2) If you have deleted files on your main computer (the one you are using right now), do not browse the internet, download new software or shut it down. Keep it running and go to another computer, download one of the software mentioned above that is portable and save it on a flash drive. Then plugin the flash drive in your current system and perform file recovery. Regardless of whether you accidentally delete files a lot or not, make sure to always have that software in your flash drive in case you accidentally delete important files.

3) If one software fails to recover your deleted file, it does not mean that another one wouldn't recover it to

You May Like to Read:

You May Like to Read:

Popular Posts