windows etiketine sahip kayıtlar gösteriliyor. Tüm kayıtları göster
windows etiketine sahip kayıtlar gösteriliyor. Tüm kayıtları göster

28 Ocak 2016 Perşembe

Yerel Grup İlkesi - Denetim Masası Engelleme

Kullanıcı yapılandırması / Yönetim Şablonları / Denetim masası
Ve bu bölümde Denetim masasına erişimi yasakla seçeneği var.

Yerel Grup İlkesi - USB Engelleme

Computer Configuration  > Administrator Templates > System > Removable Storage Access.

Table below shows the possible settings for the USB storage access:
Setting Option
Enable USB Storage (Default)
Read Only Storage
Disable USB Storage
Removable Disk: Deny execute access
Not configured
Not configured
Enable
Removable Disk: Deny read access
Not configured
Not configured
Enable
Removable Disk: Deny write access
Not configured
Enable
Enable

Program Kurulumunu Engelleme

Başlat > Çalıştır > gpedit.msc

Yerel grup ilkesi düzenleyicisi açılacak.

Yöentim Şablonları > Windows Bileşenleri > Windows Installer > Kullanıcı Yüklemesini Yasakla seçeneğine tıklayıp ilkeyi düzenle

Windows 10 Kullanıcının Microsoft Account Açmasını Engelleme

Windows 10
https://www.youtube.com/watch?v=D25TvWS62RY

In Windows 8 or Windows 8.1, whenever you try to open some Windows Store apps (aka Metro apps) such as Mail, Calendar, People, etc, Windows asks you to sign in using a Microsoft account (formerly known as Windows Live ID).
Add_Microsoft_Account_Windows_Mail_App.png
These apps don't allow their use until you sign in using your Microsoft account such as Hotmail ID, etc. You can't use other accounts to sign into those apps.
But did you know Microsoft added a new option in Windows 8.1 which allows you to disable this requirement and use enterprise email IDs to sign into all these Windows Store apps which require Microsoft account?
Yes, that's true. Windows 8.1 comes with a built-in feature to turn Microsoft account requirement off but by default this feature or option is not enabled and you need to enable this option so that you can use your work account.
Use_Work_Account_Sign_in_Windows_Store_Apps.png
Once you enable this option, you can provide correct work account details such as email ID, password, server address, domain name, etc to sign into Windows Store apps such as Mail successfully without using Microsoft account.
You can disable Microsoft account requirement in Windows 8.1 Store apps using any of following 2 ways:
  • METHOD 1: Using Group Policy Editor (gpedit.msc)
  • METHOD 2: Using Registry Editor (regedit)
METHOD 1: Using Group Policy Editor (gpedit.msc)
1. Type gpedit.msc in RUN or Start search box and press Enter. It'll open Group Policy Editor.
2. Now go to:
Computer Configuration -> Administrative Templates -> Windows Components -> App runtime
3. In right-side pane, look for "Allow Microsoft accounts to be optional" option.
4. The option would be set to Not Configured. Double-click on it and set it to Enabled.
Allow_Microsoft_Account_Optional_Windows_Store_Apps.png
That's it. It'll immediately turn off Microsoft account sign in requirement in Windows Store apps.
PS: To restore default behavior, set the "Allow Microsoft accounts to be optional" option toNot Configured.
METHOD 2: Using Registry Editor (regedit)
If you don't want to use or can't use Group Policy Editor, you can take help of Registry Editor for the same task. Just follow these simple steps:
1. Type regedit in RUN or Start search box and press Enter. It'll open Registry Editor.
2. Now go to following key:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System
3. In right-side pane, create a new DWORD MSAOptional and set its value to 1
Disable_Microsoft_Account_Requirement_Windows_Store_Apps.png
4. Close Registry Editor and restart your system or restart Explorer as mentioned here. After restart, Microsoft account sign in will no longer be required in Windows Store apps.
PS: To restore default settings in future, delete the DWORD MSAOptional created in step 3.

5 Ocak 2016 Salı

Batch Dosyası İle Network Ayarlarını Değiştirmek

doğru olan bağlantıyı bulmak için;
netsh interface show interface

ip adresini otomatik değiştirmek için komut;
netsh int ip set address "Local Area Connection" address=192.168.1.6 mask=255.255.255.0 gateway=192.168.1.1 1

batch dosyasını yönetici olarak çalıştırmak gereklidir.
batch dosyası içeriği;
@ECHO off
cls
:start
ECHO.
ECHO 1. 192.168.2.1
ECHO 2. 192.168.1.1
ECHO 3. DHCP
ECHO 4. Exit
set choice=
set /p choice=Type the number to print text.
if not '%choice%'=='' set choice=%choice:~0,1%
if '%choice%'=='1' goto con1
if '%choice%'=='2' goto con2
if '%choice%'=='3' goto con3
if '%choice%'=='4' goto end
ECHO "%choice%" is not valid, try again
ECHO.
goto start
:con1
ECHO Connecting Wi-Fi Mutation Static IP
netsh interface ip set address "Wi-Fi" static 192.168.2.6 255.255.255.0 192.168.2.1 1
goto end
:con2
ECHO Connecting Wi-Fi Home Static IP
netsh interface ip set address "Wi-Fi" static 192.168.1.6 255.255.255.0 192.168.1.1 1
goto end
:con3
ECHO DHCP
netsh interface ip set address "Wi-Fi" dhcp
goto end
:bye
ECHO BYE
goto end
:end

21 Aralık 2015 Pazartesi

Adding a VMware workstation VM to windows startup

How about this then. Create a bat file with the following text inside and add that to the startup folder:
cd "\Program Files\VMware\VMware Workstation"
vmware -x "C:\My virtual machine\winxppro.vmx"
You can also create a desktop Icon (shortcut) on the Windows desktop to launch VMware Workstation and automatically start a VM

3 Ağustos 2015 Pazartesi

How to enable or disable USB Drives or Ports

How often you have witnessed blocked Pen drive or USB drive access in your work place or college or school? I believe many times; in fact every time you try to use the USB drive, you are not allowed, simply because the administrator has disabled USB drive detection on your Windows system. Again, how often has your data been stolen because someone connected an unauthorized USB to your computer and copied your files?  Well, you don’t need to worry because the solution to disable or enable USB Ports is pretty simple.

Restrict access to USB drives

There are 5 ways an administrator can prevent using of USB Drives
They are:
  1. Altering registry values for USB Mass Storage Devices.
  2. Disabling USB Ports from Device Manager.
  3. By Un-installing the USB Mass Storage Drivers
  4. Using third-party freeware
  5. Using Microsoft Fix It.
Lets us look at how we can fix these problems and enable USB on Windows 7 PC.

1. Enable or Disable USB Drives and Mass Storage Devices using Registry

If the administrator is smart then he would definitely do this to ensure a tight blockade. He would alter the settings through regedit command on run console. Now how do you unlock it ? You have to go right into where the administrator has been. Here is how.
  1. Go to Start > Run , type “regedit” and press enter to open the registry editor
  2. Navigate to the following key
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\USBSTOR
In the right pane, select Start and change the value to 3. (The value 4 will disable USB Storage). Click OK. This will re-enable USB Ports and allow you to use USB or Pen drives.

2. Disable USB Ports from Device Manager

If you still don’t find your USB drive working, you may have to look into the Device Manager. The Administrator could have possibly disabled the USB port here. Check out for any possibility in the Device Manager and enable the disabled port by right clicking on selected one and click Enable.

3. Uninstall USB Mass Storage Drivers

If the authorities are really worried about security in the school they would take the extreme step of un-installing the USB Mass Storage Drivers. To make things work, just install the device drivers. Here is how you do it.
As when you plug-in your USB drive, Windows will check for drivers, if not found Windows will prompt you to install the driver. This would definitely unlock the Pen drive at your School or office.

4. Use USB Drive Disabler / Enabler

You can download and use a free tool USB Drive Disabler / Enabler which will allow you to easily enable or disable USB drives on your Windows computer.

5. Prevent users from connecting USB

If a USB storage device is already installed on your Windows computer, you can edit the Windows Registry to ensure sure that the USB does not work when anyone connects it to the PC, using this Microsoft Fix it 50061. Check first if it applies to your version of the Windows operating system.

Enable or Disable USB Drives and Mass Storage Devices using Registry

If the administrator is smart then he would definitely do this to ensure a tight blockade. He would alter the settings through regedit command on run console. Now how do you unlock it ? You have to go right into where the administrator has been. Here is how.
  1. Go to Start > Run , type “regedit” and press enter to open the registry editor
  2. Navigate to the following key
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\USBSTOR
In the right pane, select Start and change the value to 3. (The value 4 will disable USB Storage). Click OK. This will re-enable USB Ports and allow you to use USB or Pen drives.

30 Temmuz 2015 Perşembe

Complete Internet Repair

All in one tool to repair common internet connection issues, it attempts to repair everything internet related on a Windows system.
This tool can help with the following problems:
  • Loss network connection after installing/uninstalling adware, spyware, antispam, vpn, firewall or other networking programs.
  • Unable to access any webpage or can only access some webpages.
  • Internet or network problem after removing adware, spyware, virus, worm, Trojan horse, etc.
  • Pop-up error window with network related problem description.
  • No network connectivity due to registry errors.
  • DNS lookup problem.
  • Fail to renew the network adapter’s IP address or other DHCP errors.
  • Network connectivity issue with limited or no connections message.
  • Windows update does not work
  • Internet Explorer stopped working or crashes all the time.
  • You are having problems connecting to secured websites (eg. https).
(Download Size: 502 KB)
2.0.0.1490

Protect a Drive from Autorun Virus

You can use this tweaker to protect your pen drive from being infected when you plug it in an infected PC. It creates an undeletable folder AUTORUN.INF and a file RECYCLER on the drive you choose so the virus will not be able to delete it.
It also has undo function so you can always remove the protection.
Please make sure you run this as admin if you have any problem running it.
(Download Size: 1 KB)

Windows 10 Hızlı Erişimi Kapatmak




When you open File Explorer in Windows 10, it defaults to a new Quick Access view that shows your most frequently accessed folders and recently viewed files. I love it, personally, but if you’d rather File Explorer defaulted to the “This PC” view found in Windows 8, here’s how.

Open File Explorer, then select View > Options from the Ribbon. A Folder Options window will open. Click the “Open File Explorer” drop-down menu at top, then select the “This PC” option. Click OK and you’re done!

12 Mart 2015 Perşembe

Windows 8 Açılışına Program Ekleme

Windows 8’de başlangıçta çalışmasını istediğimiz uygulamaları “C:\Users\<KullanıcıAdınız>\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup” dizini altına yerleştirmemiz gerekmektedir. Bu adrese hızlı olarakÇalıştır‘a shell:Startup yazarak ulaşabilirsiniz.
Eğer başlangıçta çalışmasını istediğiniz uygulamanın tüm kullanıcı hesaplarında da çalışmasını istiyorsanız uygulamaları “C:\ProgramData\Microsoft\Windows\Start Menu\Programs\StartUp” dizinine eklemeniz gerekmektedir. Bu dizine Çalıştır’a shell:Common Startup yazarak ulaşabilirsiniz.

24 Şubat 2015 Salı

How to insert Flash into PowerPoint 2013










You can tune your Flash movie playback by setting it to play automatically and/or looped.

  • To start playing the Flash movie automatically when the PowerPoint slide is displayed, set the Playing property to True. Or, you can add custom controls for the Flash movie and set this property to False. 
  • To loop Flash movie playback while the slide is displayed, set the Loop property to True.

30 Aralık 2014 Salı

Lock Chrome when you step away from your computer

To protect your data and block access to Chrome when you get up from your computer, you can turn to one of Chrome's experimental features that lets you lock the browser. It also lets you manage multiple accounts and provides guest access.

To access this feature, follow this simple, four-step process:
1. Head to chrome://flags
2. Search for "Enable new profile management system"
3. Click the Enable link
4. Click the Relaunch Now button at the bottom of Chrome

When Chrome restarts, you'll see a button in the upper-right corner labeled "First user." Click on it to reveal a small panel where you can log into your account(s). You can also rename this profile and choose a profile image. You can also create additional user profiles, each of which can support multiple accounts.

21 Aralık 2014 Pazar

How to Backup Your Evernote Notebooks

Windows: C:\Users\[Your Username]\AppData\Local\Evernote\Evernote\Databases
OS X: /Users/[Your Username]/Library/Application Support/Evernote

19 Temmuz 2014 Cumartesi

Diski FAT formatlama

open command prompt ( start > all programs > accesories > command promt. or start > run > cmd)
type:

format x: /q /fs:FAT

15 Temmuz 2014 Salı

Google Chrome - Running from a Custom Location

To do this, add the --user-data-dir flag to chrome.exe, like this: chrome.exe --user-data-dir=c:\foo

26 Nisan 2014 Cumartesi

Bağladığınız En Son USB Aygıt Arızalı Olduğundan


Olası sorunlar; 

  1. Usb girişinde güç azalmasından dolayı sorun yaşanıyor ve usb hata veriyor, 
  2. Güncelleştirmeler yüklenirken bir güncelleştirme Usb'nin usbstor dosyasını siliyor ve aynı sorun yaşanıyor, (Son güncellemeleri geri alın) 
  3. Birden fazla Usb takıldığında usbler arasında çakışmalar oluyor ve usbstore dosyasının bozulmasına neden oluyor, 


ÇÖZÜMÜ: 

1.AŞAMA 

Önce kontrol edelim Usb sistemin onaltılık sistemde çalışıp çalışmadığını, 

  1. Başlat / Çalıştır / Regedit 'i çalıştırın, 
  2. Aşağıdaki kayıt defteri anahtarını bulun: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\UsbStor'u sağ tıklayıp Değiştir deyin. 
  3. Buradaki değer verisini 3, Tabanı 16 olarak işaretleyin, 



2.AŞAMA 
  1. Bilgisayarım/C/Windows/System32/Driverstore/Filerepository/usbstor.inf klasörünü tıklayın. Usbstor.inf klasöründen iki adet var ancak bu klasörlerin sonlarında karışık harfler yazılar var hangisi en güncelse tarihe göre onu bulun ve klasörü açın. 
  2. Buradaki usbstor.inf ile usbstor.pnf dosyasını Bilgisayarım/C/Windows/inf klasörüne kopyalayın. 


3.AŞAMA 
  1. Kopyalama yaptıktan sonra, bilgisayarı kapatın 10-15 saniye fişe takılı olmasın.Mouse ya da sorunlu usb yi de çıkarın.10-15 sn sonra tekrar takın ve Pc'yi başlatın. 


Sorununuz, donanımsal olarak bir probleminiz yoksa çözülecektir. 


12 Nisan 2014 Cumartesi

Protects Desktop From System Restore

C:\Users\(kullanıcı)
Masaüstüne sağ tıklayıp özelliklerden aşağıdaki menuye ulaşılır.